Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"url": "https://github.com/jjackson"
},
"metadata": {
"version": "0.13.330"
"version": "0.13.331"
},
"plugins": [
{
"name": "ace",
"source": "./",
"version": "0.13.330",
"version": "0.13.331",
"description": "AI Connect Engine — orchestrates the CRISPR-Connect lifecycle from idea through app building, Connect setup, LLO management, and closeout"
}
]
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ace",
"version": "0.13.330",
"version": "0.13.331",
"description": "AI Connect Engine — orchestrates the CRISPR-Connect lifecycle from idea through app building, Connect setup, LLO management, and closeout",
"author": {
"name": "Jonathan Jackson",
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,14 @@ delegates app-build to `/nova:autobuild`. See

## Documentation

- [Design Spec](docs/superpowers/specs/2026-04-01-ace-design.md) — full architecture and rationale
- [Generated Playbook](docs/generated/playbook.md) — human-readable process flow (generated from agent/skill definitions)
- [Integration Specs](playbook/integrations/) — what APIs exist vs. need to be built
- [ACE Web Harness Design](docs/superpowers/specs/2026-04-07-ace-web-harness-design.md) — cross-cutting architecture spec for the browser-based ACE frontend
- [PDD Stress-Test Observations](docs/examples/pdd-stress-test-observations.md) — how to validate an PDD and verify LLO execution, with two sample PDDs worked through end-to-end
- [CLAUDE.md](CLAUDE.md) — agent guide, phase pipeline, conventions, gotchas
- [agents/orchestrator-reference.md](agents/orchestrator-reference.md) — state schemas, phase write-back contract, pause points, fork points
- [Integration Specs](playbook/integrations/) — per-MCP integration reference and durable gotcha records (OCS, Nova, Connect, CommCare, labs, mobile, slides)
- [Generated Playbook](docs/generated/playbook.md) — derived process flow regenerated by `/ace:docs` (run the command to (re)create it)
- [Design Specs](docs/superpowers/specs/) — date-stamped design docs for in-flight or recently-shipped work
- [Durable Learnings](docs/learnings/) — cross-session lessons (Nova bugs, demo-user mechanics, Phase 6 validation arc, etc.)
- [PDD Stress-Test Observations](docs/examples/pdd-stress-test-observations.md) — how to validate a PDD and verify LLO execution, with two sample PDDs worked through end-to-end
- **`ace-web`** sibling repo — design spec for the browser-based ACE frontend lives in that repo, not here

## Related projects

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.330
0.13.331
Loading
Loading