Skip to content

Commit 7dd35fd

Browse files
author
codejunkie99
committed
docs(readme): add harness manager v0.9.0 SVG + callout
New diagram (docs/harness-manager.svg) shows the manifest-driven adapter system: verb subcommands, manage TUI, Python backend, all 10 adapters wired to the shared .agent/ brain. Embedded in the main README right after the existing architecture diagram with a v0.9.0 "what's new" blurb pointing at the changelog.
1 parent 186989e commit 7dd35fd

2 files changed

Lines changed: 193 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ A portable `.agent/` folder (memory + skills + protocols) that plugs into Claude
1212
<img src="docs/diagram.svg" alt="agentic-stack architecture" width="880"/>
1313
</p>
1414

15+
### New in v0.9.0 — harness manager
16+
17+
<p align="center">
18+
<img src="docs/harness-manager.svg" alt="harness manager v0.9.0" width="880"/>
19+
</p>
20+
21+
Manifest-driven adapter system: every harness is now declared by an
22+
`adapter.json`, applied by a shared Python backend, and managed via
23+
verb subcommands or an interactive TUI. Cross-platform (POSIX +
24+
Windows) with concurrent-write protection, pre-v0.9 migration via
25+
`./install.sh doctor`, and shared-file ownership tracking so removing
26+
one adapter never orphans another. See [CHANGELOG.md](CHANGELOG.md)
27+
for the full list.
28+
1529
[![GitHub release](https://img.shields.io/github/v/release/codejunkie99/agentic-stack)](https://github.com/codejunkie99/agentic-stack/releases)
1630
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
1731
Made by https://x.com/Av1dlive

docs/harness-manager.svg

Lines changed: 179 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)