File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,6 +46,14 @@ No migration required. Existing installs keep working. Run
4646` agentic-stack transfer ` from a project that already has ` .agent/ ` to create or
4747import a transfer bundle.
4848
49+ ### Release
50+ - Tag ` v0.13.0 ` cut from master.
51+ - GitHub release: < https://github.com/codejunkie99/agentic-stack/releases/tag/v0.13.0 >
52+ - ` Formula/agentic-stack.rb ` bumped to v0.13.0 in a follow-up commit after
53+ the tag tarball existed and its sha256 could be computed.
54+ - Tarball sha256:
55+ ` 83f71bab05bd607f3590571b5422a0cc74650d69ff5d818b6682d0f877e16514 ` .
56+
4957## [ 0.12.0] — 2026-04-27
5058
5159Minor release. Adds the opt-in ` tldraw ` seed skill for live canvas diagrams
Original file line number Diff line number Diff line change 11class 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.12 .0.tar.gz"
5- sha256 "cd18a0cf82e027390ef10a102ec4bfed26fc45114f6ce96c0787e5a1cf0dce26 "
6- version "0.12 .0"
4+ url "https://github.com/codejunkie99/agentic-stack/archive/refs/tags/v0.13 .0.tar.gz"
5+ sha256 "83f71bab05bd607f3590571b5422a0cc74650d69ff5d818b6682d0f877e16514 "
6+ version "0.13 .0"
77 license "Apache-2.0"
88
99 def install
You can’t perform that action at this time.
0 commit comments