Skip to content

Commit 91a60f9

Browse files
author
codejunkie99
committed
chore(formula): bump to v0.15.0 [skip ci]
1 parent 75bae2e commit 91a60f9

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ No migration required. Existing projects can run `agentic-stack dashboard`
4040
after upgrading. Re-run an adapter install only if you want the latest copied
4141
adapter guidance files in a project.
4242

43-
### Release prep
44-
- GitHub release notes should use this changelog entry after PR #41 merges.
45-
- `v0.14.0` already exists on GitHub, so this production dashboard release uses
46-
the next minor tag, `v0.15.0`.
47-
- `Formula/agentic-stack.rb` must be bumped in the usual follow-up after the
48-
`v0.15.0` tag exists and the tag tarball sha256 can be computed.
43+
### Release
44+
- Tag `v0.15.0` cut from master.
45+
- GitHub release: <https://github.com/codejunkie99/agentic-stack/releases/tag/v0.15.0>
46+
- `Formula/agentic-stack.rb` bumped to v0.15.0 in a follow-up commit after
47+
the tag tarball existed and its sha256 could be computed.
48+
- Tarball sha256:
49+
`e3fe0dde7a9997086a378123a365eced5514ad1a68871b294195fbf514611131`.
4950

5051
## [0.13.0] — 2026-05-02
5152

Formula/agentic-stack.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class AgenticStack < Formula
22
desc "One brain, many harnesses — portable .agent/ folder for AI coding agents"
33
homepage "https://github.com/codejunkie99/agentic-stack"
4-
url "https://github.com/codejunkie99/agentic-stack/archive/refs/tags/v0.13.0.tar.gz"
5-
sha256 "83f71bab05bd607f3590571b5422a0cc74650d69ff5d818b6682d0f877e16514"
6-
version "0.13.0"
4+
url "https://github.com/codejunkie99/agentic-stack/archive/refs/tags/v0.15.0.tar.gz"
5+
sha256 "e3fe0dde7a9997086a378123a365eced5514ad1a68871b294195fbf514611131"
6+
version "0.15.0"
77
license "Apache-2.0"
88

99
def install
@@ -29,5 +29,6 @@ def install
2929
system "#{bin}/agentic-stack", "claude-code", testpath.to_s, "--yes"
3030
assert_predicate testpath/".agent/memory/personal/PREFERENCES.md", :exist?
3131
assert_predicate testpath/".agent/memory/.features.json", :exist?
32+
assert_match "agentic-stack dashboard", shell_output("#{bin}/agentic-stack dashboard #{testpath} --plain")
3233
end
3334
end

0 commit comments

Comments
 (0)