| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| agentic-stack v0.18.0 source code.tar.gz | 2026-05-10 | 2.6 MB | |
| agentic-stack v0.18.0 source code.zip | 2026-05-10 | 2.7 MB | |
| README.md | 2026-05-10 | 1.8 kB | |
| Totals: 3 Items | 5.4 MB | 0 | |
Highlights
- Adds
agentic-stack brain ...as a first-class, optional bridge to the externalcodejunkie99/brainCLI/MCP memory system. - Installs
.agent/tools/brain_bridge.pyinto projects so host agents can explicitly query or write cross-harness long-term memory. - Adds a
brainseed skill with guidance for recall, durable notes, MCP setup, and secret avoidance. - Keeps Brain external: no Rust workspace vendoring and no hard Homebrew dependency.
Commands
:::bash
agentic-stack brain status
agentic-stack brain onboard --agents codex,cursor --yes
agentic-stack brain ask "auth decisions"
agentic-stack brain note "Use PKCE for local OAuth flows."
agentic-stack brain doctor --deep
agentic-stack brain tui
agentic-stack brain mcp-command
Upgrade Notes
Existing agentic-stack projects can pick up the new project bridge and skill with:
:::bash
agentic-stack upgrade --dry-run
agentic-stack upgrade --yes
Brain itself remains a separate install. If it is not already available:
:::bash
brew install codejunkie99/tap/brain
Validation
PYTHONDONTWRITEBYTECODE=1 python3 -m pytest -q-> 95 passedPYTHONDONTWRITEBYTECODE=1 python3 -m pytest -q tests/test_brain_integration.py tests/test_upgrade_manifest_doctor.py-> 9 passedPYTHONDONTWRITEBYTECODE=1 python3 -m py_compile harness_manager/brain.py harness_manager/cli.py .agent/tools/brain_bridge.pyPYTHONDONTWRITEBYTECODE=1 python3 -m harness_manager.schemabash -n install.shruby -c Formula/agentic-stack.rbgit diff --check- Temp-project smoke through
./install.sh claude-code,./install.sh brain status,./install.sh brain ask, and installedbrain_bridge.py noteusing a fake Brain binary