Skip to content

Commit a2c6f88

Browse files
author
codejunkie99
committed
chore(formula): bump to v0.17.0
1 parent a8295e6 commit a2c6f88

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ layout.
3636
Copilot CLI, Gemini, Mission Control, upgrades, onboarding, and lesson
3737
retraction.
3838

39+
### Release
40+
- Tag `v0.17.0` cut from master.
41+
- GitHub release: <https://github.com/codejunkie99/agentic-stack/releases/tag/v0.17.0>
42+
- `Formula/agentic-stack.rb` bumped to v0.17.0 in a follow-up commit after
43+
the tag tarball existed and its sha256 could be computed.
44+
- Tarball sha256:
45+
`704f8e7f05123b3791187e16f352936199e5e57e6855564c773961900ea13dd6`.
46+
3947
## [0.16.1] — 2026-05-10
4048

4149
Patch release. Ships the production-ready getting-started guide from PR #49

Formula/agentic-stack.rb

Lines changed: 6 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.16.1.tar.gz"
5-
sha256 "4dc3bfeb60b53895baf15b8fb0932245cb44c5d1d850ddc3474d83a38415b398"
6-
version "0.16.1"
4+
url "https://github.com/codejunkie99/agentic-stack/archive/refs/tags/v0.17.0.tar.gz"
5+
sha256 "704f8e7f05123b3791187e16f352936199e5e57e6855564c773961900ea13dd6"
6+
version "0.17.0"
77
license "Apache-2.0"
88

99
def install
@@ -30,5 +30,8 @@ def install
3030
assert_predicate testpath/".agent/memory/personal/PREFERENCES.md", :exist?
3131
assert_predicate testpath/".agent/memory/.features.json", :exist?
3232
assert_match "agentic-stack dashboard", shell_output("#{bin}/agentic-stack dashboard #{testpath} --plain")
33+
system "#{bin}/agentic-stack", "mission-control", testpath.to_s,
34+
"--snapshot", (testpath/"mission-control.html").to_s, "--no-open"
35+
assert_predicate testpath/"mission-control.html", :exist?
3336
end
3437
end

0 commit comments

Comments
 (0)