@voybio/ace-swarm 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +109 -0
- package/LICENSE +186 -0
- package/README.md +229 -0
- package/assets/.agents/ACE/ACE-Init/AGENTS.md +210 -0
- package/assets/.agents/ACE/ACE-Init/instructions.md +118 -0
- package/assets/.agents/ACE/ACE_coders/AGENTS.md +154 -0
- package/assets/.agents/ACE/ACE_coders/INSTRUCTIONS.md +216 -0
- package/assets/.agents/ACE/AGENT_REGISTRY.md +70 -0
- package/assets/.agents/ACE/AGENT_REGISTRY_7.md +9 -0
- package/assets/.agents/ACE/DIRECTIVE_KERNEL.md +234 -0
- package/assets/.agents/ACE/UI/AGENTS.md +115 -0
- package/assets/.agents/ACE/UI/instructions.md +178 -0
- package/assets/.agents/ACE/VOS/ACE_VOS_MISSING_INFO_MATRIX.md +42 -0
- package/assets/.agents/ACE/VOS/AGENTS.md +72 -0
- package/assets/.agents/ACE/VOS/instructions.md +211 -0
- package/assets/.agents/ACE/agent-astgrep/AGENTS.md +123 -0
- package/assets/.agents/ACE/agent-astgrep/instructions.md +91 -0
- package/assets/.agents/ACE/agent-builder/AGENTS.md +172 -0
- package/assets/.agents/ACE/agent-builder/instructions.md +137 -0
- package/assets/.agents/ACE/agent-docs/AGENTS.md +159 -0
- package/assets/.agents/ACE/agent-docs/instructions.md +133 -0
- package/assets/.agents/ACE/agent-eval/AGENTS.md +46 -0
- package/assets/.agents/ACE/agent-eval/instructions.md +56 -0
- package/assets/.agents/ACE/agent-memory/AGENTS.md +49 -0
- package/assets/.agents/ACE/agent-memory/instructions.md +50 -0
- package/assets/.agents/ACE/agent-observability/AGENTS.md +46 -0
- package/assets/.agents/ACE/agent-observability/instructions.md +50 -0
- package/assets/.agents/ACE/agent-ops/AGENTS.md +201 -0
- package/assets/.agents/ACE/agent-ops/instructions.md +136 -0
- package/assets/.agents/ACE/agent-qa/AGENTS.md +189 -0
- package/assets/.agents/ACE/agent-qa/instructions.md +121 -0
- package/assets/.agents/ACE/agent-release/AGENTS.md +48 -0
- package/assets/.agents/ACE/agent-release/instructions.md +49 -0
- package/assets/.agents/ACE/agent-research/AGENTS.md +160 -0
- package/assets/.agents/ACE/agent-research/instructions.md +118 -0
- package/assets/.agents/ACE/agent-security/AGENTS.md +48 -0
- package/assets/.agents/ACE/agent-security/instructions.md +50 -0
- package/assets/.agents/ACE/agent-skeptic/AGENTS.md +178 -0
- package/assets/.agents/ACE/agent-skeptic/instructions.md +196 -0
- package/assets/.agents/ACE/agent-spec/AGENTS.md +169 -0
- package/assets/.agents/ACE/agent-spec/instructions.md +116 -0
- package/assets/.agents/ACE/orchestrator/AGENTS.md +365 -0
- package/assets/.agents/ACE/orchestrator/instructions.md +231 -0
- package/assets/.agents/skills/ace-orchestrator/SKILL.md +63 -0
- package/assets/.agents/skills/ace-orchestrator/references/engineering-bootstrap-playbook.md +360 -0
- package/assets/.agents/skills/astgrep-index/SKILL.md +58 -0
- package/assets/.agents/skills/codemunch/SKILL.md +65 -0
- package/assets/.agents/skills/codemunch/references/ast-driven-protocol.md +543 -0
- package/assets/.agents/skills/codesnipe/SKILL.md +64 -0
- package/assets/.agents/skills/codesnipe/references/dual-codebase-playbook.md +671 -0
- package/assets/.agents/skills/eval-harness/SKILL.md +203 -0
- package/assets/.agents/skills/handoff-lint/SKILL.md +164 -0
- package/assets/.agents/skills/incident-commander/SKILL.md +174 -0
- package/assets/.agents/skills/landing-review-watcher/SKILL.md +68 -0
- package/assets/.agents/skills/memory-curator/SKILL.md +179 -0
- package/assets/.agents/skills/problem-triage/SKILL.md +57 -0
- package/assets/.agents/skills/problem-triage/agents/openai.yaml +3 -0
- package/assets/.agents/skills/release-sentry/SKILL.md +189 -0
- package/assets/.agents/skills/risk-quant/SKILL.md +190 -0
- package/assets/.agents/skills/schema-forge/SKILL.md +174 -0
- package/assets/.agents/skills/skill-auditor/SKILL.md +52 -0
- package/assets/.agents/skills/state-auditor/SKILL.md +182 -0
- package/assets/.github/hooks/ace-copilot.json +68 -0
- package/assets/agent-state/ACE_WORKFLOW.md +131 -0
- package/assets/agent-state/ARTIFACT_MANIFEST.json +5 -0
- package/assets/agent-state/AST_GREP_COMMANDS.md +121 -0
- package/assets/agent-state/AST_GREP_INDEX.json +13 -0
- package/assets/agent-state/AST_GREP_INDEX.md +15 -0
- package/assets/agent-state/DECISIONS.md +7 -0
- package/assets/agent-state/EVIDENCE_LOG.md +7 -0
- package/assets/agent-state/HANDOFF.json +24 -0
- package/assets/agent-state/INTERFACE_REGISTRY.md +75 -0
- package/assets/agent-state/MODULES/gates/gate-autonomy.json +7 -0
- package/assets/agent-state/MODULES/gates/gate-completeness.json +7 -0
- package/assets/agent-state/MODULES/gates/gate-correctness.json +7 -0
- package/assets/agent-state/MODULES/gates/gate-evaluation.json +7 -0
- package/assets/agent-state/MODULES/gates/gate-operability.json +7 -0
- package/assets/agent-state/MODULES/gates/gate-security.json +7 -0
- package/assets/agent-state/MODULES/gates/gate-typescript-public-surface.json +7 -0
- package/assets/agent-state/MODULES/registry.json +41 -0
- package/assets/agent-state/MODULES/roles/capability-astgrep.json +49 -0
- package/assets/agent-state/MODULES/roles/capability-build.json +39 -0
- package/assets/agent-state/MODULES/roles/capability-docs.json +38 -0
- package/assets/agent-state/MODULES/roles/capability-eval.json +20 -0
- package/assets/agent-state/MODULES/roles/capability-memory.json +20 -0
- package/assets/agent-state/MODULES/roles/capability-observability.json +20 -0
- package/assets/agent-state/MODULES/roles/capability-ops.json +45 -0
- package/assets/agent-state/MODULES/roles/capability-qa.json +40 -0
- package/assets/agent-state/MODULES/roles/capability-release.json +21 -0
- package/assets/agent-state/MODULES/roles/capability-research.json +44 -0
- package/assets/agent-state/MODULES/roles/capability-security.json +21 -0
- package/assets/agent-state/MODULES/roles/capability-skeptic.json +48 -0
- package/assets/agent-state/MODULES/roles/capability-spec.json +42 -0
- package/assets/agent-state/MODULES/schemas/ACE_RUNTIME_PROFILE.schema.json +289 -0
- package/assets/agent-state/MODULES/schemas/ARTIFACT_MANIFEST.schema.json +185 -0
- package/assets/agent-state/MODULES/schemas/HANDOFF.agent-state.schema.json +124 -0
- package/assets/agent-state/MODULES/schemas/HANDOFF.schema.json +55 -0
- package/assets/agent-state/MODULES/schemas/RUNTIME_EXECUTOR_SESSION_REGISTRY.schema.json +290 -0
- package/assets/agent-state/MODULES/schemas/RUNTIME_TOOL_SPEC_REGISTRY.schema.json +144 -0
- package/assets/agent-state/MODULES/schemas/STATUS_EVENT.schema.json +84 -0
- package/assets/agent-state/MODULES/schemas/SWARM_HANDOFF.schema.json +138 -0
- package/assets/agent-state/MODULES/schemas/TRACKER_SNAPSHOT.schema.json +134 -0
- package/assets/agent-state/MODULES/schemas/VERICIFY_BRIDGE_SNAPSHOT.schema.json +157 -0
- package/assets/agent-state/MODULES/schemas/VERICIFY_PROCESS_POST_LOG.schema.json +93 -0
- package/assets/agent-state/MODULES/schemas/WORKSPACE_SESSION_REGISTRY.schema.json +133 -0
- package/assets/agent-state/PROVENANCE_LOG.md +28 -0
- package/assets/agent-state/QUALITY_GATES.md +15 -0
- package/assets/agent-state/RISKS.md +8 -0
- package/assets/agent-state/SCOPE.md +20 -0
- package/assets/agent-state/SKILL_CATALOG.md +48 -0
- package/assets/agent-state/STATUS.md +8 -0
- package/assets/agent-state/STATUS_EVENTS.ndjson +1 -0
- package/assets/agent-state/TASK.md +18 -0
- package/assets/agent-state/TEAL_CONFIG.md +117 -0
- package/assets/agent-state/handoff-registry.json +5 -0
- package/assets/agent-state/index-fingerprints.json +7 -0
- package/assets/agent-state/index.json +32 -0
- package/assets/agent-state/run-ledger.json +5 -0
- package/assets/agent-state/runtime-executor-sessions.json +5 -0
- package/assets/agent-state/runtime-tool-specs.json +5 -0
- package/assets/agent-state/runtime-workspaces.json +5 -0
- package/assets/agent-state/todo-state.json +7 -0
- package/assets/agent-state/tracker-snapshot.json +7 -0
- package/assets/agent-state/vericify/ace-bridge.json +60 -0
- package/assets/agent-state/vericify/process-posts.json +5 -0
- package/assets/instructions/ACE.instructions.md +187 -0
- package/assets/instructions/ACE_Coder.instructions.md +146 -0
- package/assets/instructions/ACE_UI.instructions.md +178 -0
- package/assets/instructions/ACE_VOS.instructions.md +211 -0
- package/assets/scripts/ace-hook-dispatch.mjs +538 -0
- package/assets/scripts/bootstrap-workspace.sh +27 -0
- package/assets/scripts/copilot-hook-dispatch.mjs +3 -0
- package/assets/scripts/eval-harness.sh +68 -0
- package/assets/scripts/render-mcp-configs.sh +396 -0
- package/assets/tasks/README.md +48 -0
- package/assets/tasks/SWARM_HANDOFF.example.json +53 -0
- package/assets/tasks/SWARM_HANDOFF.example_ui_to_coders.json +55 -0
- package/assets/tasks/SWARM_HANDOFF.example_vos_to_ui.json +55 -0
- package/assets/tasks/SWARM_HANDOFF.template.json +52 -0
- package/assets/tasks/cli_work_split.md +22 -0
- package/assets/tasks/lessons.md +17 -0
- package/assets/tasks/role_tasks.md +206 -0
- package/assets/tasks/todo.md +23 -0
- package/dist/ace-autonomy.d.ts +137 -0
- package/dist/ace-autonomy.js +472 -0
- package/dist/ace-context.d.ts +29 -0
- package/dist/ace-context.js +240 -0
- package/dist/ace-internal-tools.d.ts +8 -0
- package/dist/ace-internal-tools.js +76 -0
- package/dist/ace-server-instructions.d.ts +12 -0
- package/dist/ace-server-instructions.js +324 -0
- package/dist/agent-runtime/role-adapters.d.ts +29 -0
- package/dist/agent-runtime/role-adapters.js +573 -0
- package/dist/astgrep-index.d.ts +24 -0
- package/dist/astgrep-index.js +476 -0
- package/dist/cli.d.ts +3 -0
- package/dist/cli.js +591 -0
- package/dist/git-ops.d.ts +53 -0
- package/dist/git-ops.js +238 -0
- package/dist/handoff-registry.d.ts +71 -0
- package/dist/handoff-registry.js +422 -0
- package/dist/helpers.d.ts +126 -0
- package/dist/helpers.js +1687 -0
- package/dist/index-store.d.ts +51 -0
- package/dist/index-store.js +328 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +7 -0
- package/dist/internal-tool-runtime.d.ts +21 -0
- package/dist/internal-tool-runtime.js +136 -0
- package/dist/job-scheduler.d.ts +175 -0
- package/dist/job-scheduler.js +1217 -0
- package/dist/kanban.d.ts +27 -0
- package/dist/kanban.js +339 -0
- package/dist/local-model-runtime.d.ts +40 -0
- package/dist/local-model-runtime.js +174 -0
- package/dist/model-bridge.d.ts +54 -0
- package/dist/model-bridge.js +587 -0
- package/dist/orchestrator-supervisor.d.ts +100 -0
- package/dist/orchestrator-supervisor.js +399 -0
- package/dist/problem-triage.d.ts +23 -0
- package/dist/problem-triage.js +448 -0
- package/dist/prompts.d.ts +7 -0
- package/dist/prompts.js +628 -0
- package/dist/public-surface.d.ts +30 -0
- package/dist/public-surface.js +316 -0
- package/dist/resources.d.ts +7 -0
- package/dist/resources.js +545 -0
- package/dist/run-ledger.d.ts +36 -0
- package/dist/run-ledger.js +257 -0
- package/dist/runtime-command.d.ts +18 -0
- package/dist/runtime-command.js +76 -0
- package/dist/runtime-executor.d.ts +104 -0
- package/dist/runtime-executor.js +985 -0
- package/dist/runtime-profile.d.ts +116 -0
- package/dist/runtime-profile.js +532 -0
- package/dist/runtime-tool-specs.d.ts +68 -0
- package/dist/runtime-tool-specs.js +527 -0
- package/dist/safe-edit.d.ts +52 -0
- package/dist/safe-edit.js +255 -0
- package/dist/schemas.d.ts +44 -0
- package/dist/schemas.js +830 -0
- package/dist/semantic-cache.d.ts +147 -0
- package/dist/semantic-cache.js +552 -0
- package/dist/semantic-hash.d.ts +83 -0
- package/dist/semantic-hash.js +346 -0
- package/dist/server.d.ts +10 -0
- package/dist/server.js +46 -0
- package/dist/shared.d.ts +136 -0
- package/dist/shared.js +269 -0
- package/dist/skill-auditor.d.ts +26 -0
- package/dist/skill-auditor.js +184 -0
- package/dist/skill-catalog.d.ts +60 -0
- package/dist/skill-catalog.js +305 -0
- package/dist/status-events.d.ts +40 -0
- package/dist/status-events.js +269 -0
- package/dist/store/ace-packed-store.d.ts +69 -0
- package/dist/store/ace-packed-store.js +434 -0
- package/dist/store/bootstrap-store.d.ts +46 -0
- package/dist/store/bootstrap-store.js +242 -0
- package/dist/store/catalog-builder.d.ts +21 -0
- package/dist/store/catalog-builder.js +68 -0
- package/dist/store/importer.d.ts +19 -0
- package/dist/store/importer.js +157 -0
- package/dist/store/knowledge-bake.d.ts +59 -0
- package/dist/store/knowledge-bake.js +339 -0
- package/dist/store/materializers/hook-context-materializer.d.ts +25 -0
- package/dist/store/materializers/hook-context-materializer.js +100 -0
- package/dist/store/materializers/host-file-materializer.d.ts +37 -0
- package/dist/store/materializers/host-file-materializer.js +271 -0
- package/dist/store/materializers/todo-syncer.d.ts +30 -0
- package/dist/store/materializers/todo-syncer.js +140 -0
- package/dist/store/materializers/vericify-projector.d.ts +38 -0
- package/dist/store/materializers/vericify-projector.js +239 -0
- package/dist/store/repositories/discovery-repository.d.ts +24 -0
- package/dist/store/repositories/discovery-repository.js +58 -0
- package/dist/store/repositories/handoff-repository.d.ts +31 -0
- package/dist/store/repositories/handoff-repository.js +67 -0
- package/dist/store/repositories/ledger-repository.d.ts +26 -0
- package/dist/store/repositories/ledger-repository.js +49 -0
- package/dist/store/repositories/runtime-kv-repository.d.ts +16 -0
- package/dist/store/repositories/runtime-kv-repository.js +36 -0
- package/dist/store/repositories/scheduler-repository.d.ts +50 -0
- package/dist/store/repositories/scheduler-repository.js +123 -0
- package/dist/store/repositories/session-repository.d.ts +33 -0
- package/dist/store/repositories/session-repository.js +82 -0
- package/dist/store/repositories/todo-repository.d.ts +31 -0
- package/dist/store/repositories/todo-repository.js +77 -0
- package/dist/store/repositories/tracker-repository.d.ts +25 -0
- package/dist/store/repositories/tracker-repository.js +43 -0
- package/dist/store/repositories/vericify-repository.d.ts +32 -0
- package/dist/store/repositories/vericify-repository.js +58 -0
- package/dist/store/skills-install.d.ts +28 -0
- package/dist/store/skills-install.js +86 -0
- package/dist/store/state-reader.d.ts +49 -0
- package/dist/store/state-reader.js +111 -0
- package/dist/store/store-artifacts.d.ts +12 -0
- package/dist/store/store-artifacts.js +138 -0
- package/dist/store/store-snapshot.d.ts +19 -0
- package/dist/store/store-snapshot.js +140 -0
- package/dist/store/topology-bake.d.ts +15 -0
- package/dist/store/topology-bake.js +215 -0
- package/dist/store/types.d.ts +155 -0
- package/dist/store/types.js +35 -0
- package/dist/store/workspace-snapshot.d.ts +26 -0
- package/dist/store/workspace-snapshot.js +107 -0
- package/dist/store/write-queue.d.ts +7 -0
- package/dist/store/write-queue.js +26 -0
- package/dist/todo-state.d.ts +41 -0
- package/dist/todo-state.js +399 -0
- package/dist/tools-agent.d.ts +7 -0
- package/dist/tools-agent.js +1542 -0
- package/dist/tools-discovery.d.ts +6 -0
- package/dist/tools-discovery.js +178 -0
- package/dist/tools-drift.d.ts +13 -0
- package/dist/tools-drift.js +357 -0
- package/dist/tools-files.d.ts +6 -0
- package/dist/tools-files.js +679 -0
- package/dist/tools-framework.d.ts +7 -0
- package/dist/tools-framework.js +1414 -0
- package/dist/tools-git.d.ts +6 -0
- package/dist/tools-git.js +183 -0
- package/dist/tools-handoff.d.ts +32 -0
- package/dist/tools-handoff.js +489 -0
- package/dist/tools-lifecycle.d.ts +6 -0
- package/dist/tools-lifecycle.js +205 -0
- package/dist/tools-memory.d.ts +6 -0
- package/dist/tools-memory.js +260 -0
- package/dist/tools-scheduler.d.ts +6 -0
- package/dist/tools-scheduler.js +228 -0
- package/dist/tools-skills.d.ts +3 -0
- package/dist/tools-skills.js +104 -0
- package/dist/tools-todo.d.ts +6 -0
- package/dist/tools-todo.js +154 -0
- package/dist/tools.d.ts +9 -0
- package/dist/tools.js +33 -0
- package/dist/tracker-adapters.d.ts +74 -0
- package/dist/tracker-adapters.js +776 -0
- package/dist/tracker-sync.d.ts +10 -0
- package/dist/tracker-sync.js +84 -0
- package/dist/tui/agent-runner.d.ts +137 -0
- package/dist/tui/agent-runner.js +466 -0
- package/dist/tui/agent-worker.d.ts +10 -0
- package/dist/tui/agent-worker.js +347 -0
- package/dist/tui/chat.d.ts +84 -0
- package/dist/tui/chat.js +368 -0
- package/dist/tui/commands.d.ts +57 -0
- package/dist/tui/commands.js +432 -0
- package/dist/tui/dashboard.d.ts +24 -0
- package/dist/tui/dashboard.js +110 -0
- package/dist/tui/index.d.ts +114 -0
- package/dist/tui/index.js +1059 -0
- package/dist/tui/input.d.ts +49 -0
- package/dist/tui/input.js +336 -0
- package/dist/tui/layout.d.ts +116 -0
- package/dist/tui/layout.js +367 -0
- package/dist/tui/ollama.d.ts +116 -0
- package/dist/tui/ollama.js +192 -0
- package/dist/tui/openai-compatible.d.ts +63 -0
- package/dist/tui/openai-compatible.js +370 -0
- package/dist/tui/provider-discovery.d.ts +59 -0
- package/dist/tui/provider-discovery.js +530 -0
- package/dist/tui/renderer.d.ts +166 -0
- package/dist/tui/renderer.js +304 -0
- package/dist/tui/tabs.d.ts +70 -0
- package/dist/tui/tabs.js +208 -0
- package/dist/tui/telemetry.d.ts +56 -0
- package/dist/tui/telemetry.js +106 -0
- package/dist/vericify-bridge.d.ts +146 -0
- package/dist/vericify-bridge.js +571 -0
- package/dist/vericify-context.d.ts +10 -0
- package/dist/vericify-context.js +72 -0
- package/dist/workspace-manager.d.ts +107 -0
- package/dist/workspace-manager.js +636 -0
- package/package.json +83 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.3.0] - 2026-03-28
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
**Orchestrator Supervisor:**
|
|
8
|
+
- Added `run_orchestrator` MCP tool for full task-plan execution with explicit step routing, sequential/parallel dispatch, and handoff create/ack flows.
|
|
9
|
+
- Added Vericify context carry-forward and delta recovery for state continuity across plan execution.
|
|
10
|
+
- Added circuit breaker open/close hooks for upstream failure handling.
|
|
11
|
+
- Added plan amendment support during mid-execution.
|
|
12
|
+
|
|
13
|
+
**Model Bridge Context Management:**
|
|
14
|
+
- Added context budget calculation with configurable reserve (default 25%) to prevent overflow.
|
|
15
|
+
- Added tier fallback (full → compressed → brief) when context exceeds budget.
|
|
16
|
+
- Added automatic conversation history compaction (summarize older messages, retain recent messages + system).
|
|
17
|
+
- Added large tool-result write-through to disk with configurable truncation (default 3000 chars).
|
|
18
|
+
- Added retry-once on transient provider errors (abort, timeout, rate-limit).
|
|
19
|
+
|
|
20
|
+
**ACE Compliance Enforcement:**
|
|
21
|
+
- Added 5-layer ACE compliance enforcement: MCP instructions, per-host instruction files, lifecycle hooks, tool-level guidance, and bootstrap-on-first-tool.
|
|
22
|
+
- Added per-host instruction file generation for CLAUDE.md, .cursorrules, .github/copilot-instructions.md, and Codex AGENTS.md.
|
|
23
|
+
- Added lifecycle hook dispatcher (`ace-hook-dispatch.mjs`) with role-aware tool hints for 7 hosts.
|
|
24
|
+
- Added tool-level soft enforcement via guidance appended to all tool results.
|
|
25
|
+
- Added bootstrap nudge lifecycle for lazy ACE context loading on first mutation tool.
|
|
26
|
+
|
|
27
|
+
**Tool Governance:**
|
|
28
|
+
- Added named sets for explicit tool classification: BOOTSTRAP_TOOLS, REFRESH_TOOLS, NAMED_MUTATION_TOOLS.
|
|
29
|
+
- Added maintenance comments on mutable tool sets to prevent accidental out-of-sync registrations.
|
|
30
|
+
- Added Vericify resolution scoping with `startsWith` validation to prevent parent-directory leakage.
|
|
31
|
+
|
|
32
|
+
### Changed
|
|
33
|
+
|
|
34
|
+
- Changed agent worker and runner behavior so blocked or idle TUI agents can accept new input and resume without relaunching.
|
|
35
|
+
- Expanded hook dispatch context to emit role-aware ACE tool hints from session, subagent, and tool lifecycle events.
|
|
36
|
+
- Updated bootstrap and config rendering to generate multi-host hook artifacts under `.vscode`, `.cursor`, and `.mcp-config`.
|
|
37
|
+
|
|
38
|
+
### Validation
|
|
39
|
+
|
|
40
|
+
- Verified `208/208` tests passing (up from 202) with full orchestrator supervisor, model bridge, and compliance enforcement coverage.
|
|
41
|
+
|
|
42
|
+
## [2.2.0] - 2026-03-26
|
|
43
|
+
|
|
44
|
+
### Added
|
|
45
|
+
- Added `ace turnkey` command for rapid workspace bootstrap with one command.
|
|
46
|
+
- Added `ace tui` command for a full terminal operator surface with status, tasks, chat, and telemetry.
|
|
47
|
+
- Expanded the packaged skill system to 15 skills, including `landing-review-watcher`, `problem-triage`, `skill-auditor`, and `astgrep-index`.
|
|
48
|
+
- Finalized the 17-agent role system (4 swarm, 13 composable).
|
|
49
|
+
- Added automatic MCP client configuration for Codex, VS Code, Claude Desktop, Cursor, and Antigravity.
|
|
50
|
+
- Expanded the MCP tool surface to 70+ tools across 12 domain-specific modules.
|
|
51
|
+
|
|
52
|
+
### Packaging
|
|
53
|
+
- Bumped package version from `2.1.0` to `2.2.0`.
|
|
54
|
+
- Verified 170/170 tests passing on the final v2.2.0 release candidate.
|
|
55
|
+
|
|
56
|
+
## [2.1.0] - 2026-03-13
|
|
57
|
+
|
|
58
|
+
### Changed
|
|
59
|
+
|
|
60
|
+
- Rewrote the package README into a tighter operator-facing format with ASCII system maps and compact internal tables.
|
|
61
|
+
- Added a recent-release summary to the README so the last three versions remain visible without turning the README into a full changelog.
|
|
62
|
+
|
|
63
|
+
### Added
|
|
64
|
+
|
|
65
|
+
- Added `CHANGELOG.md` to track tagged package release notes directly in the package.
|
|
66
|
+
|
|
67
|
+
### Packaging
|
|
68
|
+
|
|
69
|
+
- Bumped package version from `2.0.7` to `2.1.0`.
|
|
70
|
+
|
|
71
|
+
## [2.0.7] - 2026-03-13
|
|
72
|
+
|
|
73
|
+
### Added
|
|
74
|
+
|
|
75
|
+
- Added runtime profile, runtime command, runtime executor, and runtime tool spec surfaces.
|
|
76
|
+
- Added tracker adapters and tracker snapshot synchronization.
|
|
77
|
+
- Added workspace-manager and Vericify bridge surfaces.
|
|
78
|
+
- Added problem triage, skill auditor, skill catalog, and public-surface audit modules.
|
|
79
|
+
- Added VS Code Copilot hook scaffolding and new packaged runtime/state schema assets.
|
|
80
|
+
|
|
81
|
+
### Validation
|
|
82
|
+
|
|
83
|
+
- Added broad new test coverage for runtime execution, tracker adapters, workspace management, problem triage, skill auditing, public surface checks, Vericify bridge behavior, and Copilot hook dispatch.
|
|
84
|
+
|
|
85
|
+
## [2.0.6] - 2026-03-10
|
|
86
|
+
|
|
87
|
+
### Fixed
|
|
88
|
+
|
|
89
|
+
- Hardened bootstrap workspace path handling in `src/helpers.ts`.
|
|
90
|
+
- Updated `assets/scripts/bootstrap-workspace.sh` to align with the fixed workspace bootstrap path flow.
|
|
91
|
+
|
|
92
|
+
### Validation
|
|
93
|
+
|
|
94
|
+
- Added integration coverage for workspace bootstrap behavior.
|
|
95
|
+
|
|
96
|
+
## [2.0.5] - 2026-03-10
|
|
97
|
+
|
|
98
|
+
### Added
|
|
99
|
+
|
|
100
|
+
- Added packaged `ARTIFACT_MANIFEST.json`.
|
|
101
|
+
- Expanded artifact-manifest and provenance-related schema coverage.
|
|
102
|
+
|
|
103
|
+
### Changed
|
|
104
|
+
|
|
105
|
+
- Tightened framework/file tool handling around artifact manifests and provenance enforcement.
|
|
106
|
+
|
|
107
|
+
### Validation
|
|
108
|
+
|
|
109
|
+
- Added integration and schema tests for the artifact-manifest path.
|
package/LICENSE
ADDED
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
Copyright 2026 ACE Swarm contributors
|
|
6
|
+
|
|
7
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
8
|
+
|
|
9
|
+
1. Definitions.
|
|
10
|
+
|
|
11
|
+
"License" shall mean the terms and conditions for use, reproduction, and
|
|
12
|
+
distribution as defined by Sections 1 through 9 of this document.
|
|
13
|
+
|
|
14
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright
|
|
15
|
+
owner that is granting the License.
|
|
16
|
+
|
|
17
|
+
"Legal Entity" shall mean the union of the acting entity and all other entities
|
|
18
|
+
that control, are controlled by, or are under common control with that entity.
|
|
19
|
+
For the purposes of this definition, "control" means (i) the power, direct or
|
|
20
|
+
indirect, to cause the direction or management of such entity, whether by
|
|
21
|
+
contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising
|
|
25
|
+
permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications, including
|
|
28
|
+
but not limited to software source code, documentation source, and configuration
|
|
29
|
+
files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical transformation or
|
|
32
|
+
translation of a Source form, including but not limited to compiled object code,
|
|
33
|
+
generated documentation, and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or Object form,
|
|
36
|
+
made available under the License, as indicated by a copyright notice that is
|
|
37
|
+
included in or attached to the work (an example is provided in the Appendix
|
|
38
|
+
below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object form, that
|
|
41
|
+
is based on (or derived from) the Work and for which the editorial revisions,
|
|
42
|
+
annotations, elaborations, or other modifications represent, as a whole, an
|
|
43
|
+
original work of authorship. For the purposes of this License, Derivative Works
|
|
44
|
+
shall not include works that remain separable from, or merely link (or bind by
|
|
45
|
+
name) to the interfaces of, the Work and Derivative Works thereof.
|
|
46
|
+
|
|
47
|
+
"Contribution" shall mean any work of authorship, including the original version
|
|
48
|
+
of the Work and any modifications or additions to that Work or Derivative Works
|
|
49
|
+
thereof, that is intentionally submitted to Licensor for inclusion in the Work
|
|
50
|
+
by the copyright owner or by an individual or Legal Entity authorized to submit
|
|
51
|
+
on behalf of the copyright owner. For the purposes of this definition,
|
|
52
|
+
"submitted" means any form of electronic, verbal, or written communication sent
|
|
53
|
+
to the Licensor or its representatives, including but not limited to
|
|
54
|
+
communication on electronic mailing lists, source code control systems, and
|
|
55
|
+
issue tracking systems that are managed by, or on behalf of, the Licensor for
|
|
56
|
+
the purpose of discussing and improving the Work, but excluding communication
|
|
57
|
+
that is conspicuously marked or otherwise designated in writing by the copyright
|
|
58
|
+
owner as "Not a Contribution."
|
|
59
|
+
|
|
60
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf
|
|
61
|
+
of whom a Contribution has been received by Licensor and subsequently
|
|
62
|
+
incorporated within the Work.
|
|
63
|
+
|
|
64
|
+
2. Grant of Copyright License. Subject to the terms and conditions of this
|
|
65
|
+
License, each Contributor hereby grants to You a perpetual, worldwide,
|
|
66
|
+
non-exclusive, no-charge, royalty-free, irrevocable copyright license to
|
|
67
|
+
reproduce, prepare Derivative Works of, publicly display, publicly perform,
|
|
68
|
+
sublicense, and distribute the Work and such Derivative Works in Source or
|
|
69
|
+
Object form.
|
|
70
|
+
|
|
71
|
+
3. Grant of Patent License. Subject to the terms and conditions of this License,
|
|
72
|
+
each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
|
|
73
|
+
no-charge, royalty-free, irrevocable (except as stated in this section) patent
|
|
74
|
+
license to make, have made, use, offer to sell, sell, import, and otherwise
|
|
75
|
+
transfer the Work, where such license applies only to those patent claims
|
|
76
|
+
licensable by such Contributor that are necessarily infringed by their
|
|
77
|
+
Contribution(s) alone or by combination of their Contribution(s) with the Work
|
|
78
|
+
to which such Contribution(s) was submitted. If You institute patent litigation
|
|
79
|
+
against any entity (including a cross-claim or counterclaim in a lawsuit)
|
|
80
|
+
alleging that the Work or a Contribution incorporated within the Work
|
|
81
|
+
constitutes direct or contributory patent infringement, then any patent licenses
|
|
82
|
+
granted to You under this License for that Work shall terminate as of the date
|
|
83
|
+
such litigation is filed.
|
|
84
|
+
|
|
85
|
+
4. Redistribution. You may reproduce and distribute copies of the Work or
|
|
86
|
+
Derivative Works thereof in any medium, with or without modifications, and in
|
|
87
|
+
Source or Object form, provided that You meet the following conditions:
|
|
88
|
+
|
|
89
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of
|
|
90
|
+
this License; and
|
|
91
|
+
|
|
92
|
+
(b) You must cause any modified files to carry prominent notices stating that
|
|
93
|
+
You changed the files; and
|
|
94
|
+
|
|
95
|
+
(c) You must retain, in the Source form of any Derivative Works that You
|
|
96
|
+
distribute, all copyright, patent, trademark, and attribution notices from the
|
|
97
|
+
Source form of the Work, excluding those notices that do not pertain to any
|
|
98
|
+
part of the Derivative Works; and
|
|
99
|
+
|
|
100
|
+
(d) If the Work includes a "NOTICE" text file as part of its distribution, then
|
|
101
|
+
any Derivative Works that You distribute must include a readable copy of the
|
|
102
|
+
attribution notices contained within such NOTICE file, excluding those notices
|
|
103
|
+
that do not pertain to any part of the Derivative Works, in at least one of the
|
|
104
|
+
following places: within a NOTICE text file distributed as part of the
|
|
105
|
+
Derivative Works; within the Source form or documentation, if provided along
|
|
106
|
+
with the Derivative Works; or, within a display generated by the Derivative
|
|
107
|
+
Works, if and wherever such third-party notices normally appear. The contents of
|
|
108
|
+
the NOTICE file are for informational purposes only and do not modify the
|
|
109
|
+
License. You may add Your own attribution notices within Derivative Works that
|
|
110
|
+
You distribute, alongside or as an addendum to the NOTICE text from the Work,
|
|
111
|
+
provided that such additional attribution notices cannot be construed as
|
|
112
|
+
modifying the License.
|
|
113
|
+
|
|
114
|
+
You may add Your own copyright statement to Your modifications and may provide
|
|
115
|
+
additional or different license terms and conditions for use, reproduction, or
|
|
116
|
+
distribution of Your modifications, or for any such Derivative Works as a
|
|
117
|
+
whole, provided Your use, reproduction, and distribution of the Work otherwise
|
|
118
|
+
complies with the conditions stated in this License.
|
|
119
|
+
|
|
120
|
+
5. Submission of Contributions. Unless You explicitly state otherwise, any
|
|
121
|
+
Contribution intentionally submitted for inclusion in the Work by You to the
|
|
122
|
+
Licensor shall be under the terms and conditions of this License, without any
|
|
123
|
+
additional terms or conditions. Notwithstanding the above, nothing herein shall
|
|
124
|
+
supersede or modify the terms of any separate license agreement you may have
|
|
125
|
+
executed with Licensor regarding such Contributions.
|
|
126
|
+
|
|
127
|
+
6. Trademarks. This License does not grant permission to use the trade names,
|
|
128
|
+
trademarks, service marks, or product names of the Licensor, except as required
|
|
129
|
+
for reasonable and customary use in describing the origin of the Work and
|
|
130
|
+
reproducing the content of the NOTICE file.
|
|
131
|
+
|
|
132
|
+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in
|
|
133
|
+
writing, Licensor provides the Work (and each Contributor provides its
|
|
134
|
+
Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
|
135
|
+
either express or implied, including, without limitation, any warranties or
|
|
136
|
+
conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
137
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
138
|
+
appropriateness of using or redistributing the Work and assume any risks
|
|
139
|
+
associated with Your exercise of permissions under this License.
|
|
140
|
+
|
|
141
|
+
8. Limitation of Liability. In no event and under no legal theory, whether in
|
|
142
|
+
tort (including negligence), contract, or otherwise, unless required by
|
|
143
|
+
applicable law (such as deliberate and grossly negligent acts) or agreed to in
|
|
144
|
+
writing, shall any Contributor be liable to You for damages, including any
|
|
145
|
+
direct, indirect, special, incidental, or consequential damages of any
|
|
146
|
+
character arising as a result of this License or out of the use or inability to
|
|
147
|
+
use the Work (including but not limited to damages for loss of goodwill, work
|
|
148
|
+
stoppage, computer failure or malfunction, or any and all other commercial
|
|
149
|
+
damages or losses), even if such Contributor has been advised of the possibility
|
|
150
|
+
of such damages.
|
|
151
|
+
|
|
152
|
+
9. Accepting Warranty or Additional Liability. While redistributing the Work or
|
|
153
|
+
Derivative Works thereof, You may choose to offer, and charge a fee for,
|
|
154
|
+
acceptance of support, warranty, indemnity, or other liability obligations and/or
|
|
155
|
+
rights consistent with this License. However, in accepting such obligations, You
|
|
156
|
+
may act only on Your own behalf and on Your sole responsibility, not on behalf
|
|
157
|
+
of any other Contributor, and only if You agree to indemnify, defend, and hold
|
|
158
|
+
each Contributor harmless for any liability incurred by, or claims asserted
|
|
159
|
+
against, such Contributor by reason of your accepting any such warranty or
|
|
160
|
+
additional liability.
|
|
161
|
+
|
|
162
|
+
END OF TERMS AND CONDITIONS
|
|
163
|
+
|
|
164
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
165
|
+
|
|
166
|
+
To apply the Apache License to your work, attach the following boilerplate
|
|
167
|
+
notice, with the fields enclosed by brackets "[]" replaced with your own
|
|
168
|
+
identifying information. (Don't include the brackets!) The text should be
|
|
169
|
+
enclosed in the appropriate comment syntax for the file format. We also
|
|
170
|
+
recommend that a file or class name and description of purpose be included on
|
|
171
|
+
the same "printed page" as the copyright notice for easier identification within
|
|
172
|
+
third-party archives.
|
|
173
|
+
|
|
174
|
+
Copyright [yyyy] [name of copyright owner]
|
|
175
|
+
|
|
176
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
177
|
+
you may not use this file except in compliance with the License.
|
|
178
|
+
You may obtain a copy of the License at
|
|
179
|
+
|
|
180
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
181
|
+
|
|
182
|
+
Unless required by applicable law or agreed to in writing, software
|
|
183
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
184
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
185
|
+
See the License for the specific language governing permissions and
|
|
186
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,229 @@
|
|
|
1
|
+
# ACE Swarm MCP Server and CLI
|
|
2
|
+
|
|
3
|
+
Autonomous Coding Entity (ACE) is a local MCP server and CLI for agent-assisted coding.
|
|
4
|
+
|
|
5
|
+
`ace-swarm` gives Claude Code, Codex, Cursor, VS Code, and local-model workflows a shared runtime: durable workspace state, typed handoffs, scheduler primitives, change intelligence, and operator tooling. It is built around a Zarrita-backed `.agents/ACE/ace-state.zarr` store, so the workspace keeps one source of truth instead of a forest of generated state files.
|
|
6
|
+
|
|
7
|
+
Modern coding agents can already read files, write code, run commands, and call tools. The missing layer is coordination that survives restarts, model switches, and multi-agent work. ACE fills that gap by keeping the workflow in the store and projecting only the few files external clients still need. For local models, ACE provides the eyes and ears they usually lack: task context, tool surfaces, status events, evidence trails, and resumable state.
|
|
8
|
+
|
|
9
|
+
## ACE Manifesto
|
|
10
|
+
|
|
11
|
+
- Agent work should survive restarts, handoffs, and review.
|
|
12
|
+
- Handoffs should be typed, evidence-linked, and validated.
|
|
13
|
+
- Shared workflow state should live in the workspace, not only in chat history.
|
|
14
|
+
- Local models should get the same structure and observability as hosted models.
|
|
15
|
+
- Bootstrap should be contained and reversible: ACE writes into `.agents/ACE/ace-state.zarr`.
|
|
16
|
+
|
|
17
|
+
### Serving local models
|
|
18
|
+
|
|
19
|
+
ACE is the eyes and ears for local models. It gives them the context they cannot infer on their own: task state, tool surfaces, status events, evidence trails, and the next move in the loop.
|
|
20
|
+
|
|
21
|
+
- `ace init --llm ollama` or `ace init --llm llama.cpp` records a local runtime profile in the store.
|
|
22
|
+
- `ace doctor` discovers the endpoint, checks the selected model, and keeps the runtime honest.
|
|
23
|
+
- `ace mcp` and `ace tui` expose the same workspace truth to the host, the terminal, and the model.
|
|
24
|
+
|
|
25
|
+
## Why This Exists Now
|
|
26
|
+
|
|
27
|
+
Frontier models are getting more capable and more restricted at the same time. Providers are tightening scope, access windows, and usage limits, which makes the hosted path less dependable for long-running agent work. Local models are slower, but they are available, and with ACE they can still do real work because ACE gives them the missing eyes and ears: shared context, tool surfaces, status events, evidence trails, and resumable state.
|
|
28
|
+
|
|
29
|
+
- Claude Code proved the terminal-native agent loop.
|
|
30
|
+
- OpenAI connectors and MCP widened the tool surface.
|
|
31
|
+
- Ollama and llama.cpp keep local models in play.
|
|
32
|
+
- MCP remains the common protocol surface across clients and runtimes.
|
|
33
|
+
|
|
34
|
+
ACE sits underneath that stack. It does not compete with the host you already use. It gives that host a durable local runtime.
|
|
35
|
+
|
|
36
|
+
## Zarr State Model
|
|
37
|
+
|
|
38
|
+
ACE uses `@zarrita/core` and `@zarrita/storage` to present `.agents/ACE/ace-state.zarr` as a hierarchical store.
|
|
39
|
+
Zarrita.js supplies the Zarr v3 groups, arrays, and typed views; ACE supplies `AcePackedStore`, the single-file local backend that keeps the store portable and atomic.
|
|
40
|
+
|
|
41
|
+
### Why one state file
|
|
42
|
+
|
|
43
|
+
| One `.zarr` authority | What it avoids |
|
|
44
|
+
|---|---|
|
|
45
|
+
| One read/write source of truth | Hundreds of generated state files drifting apart |
|
|
46
|
+
| Zarr groups and arrays | Hand-rolled file sprawl for runtime state, instructions, and indexes |
|
|
47
|
+
| Typed hot fields | Repeated JSON parsing for counters and scheduler state |
|
|
48
|
+
| Store-backed projections | External tools reading the same truth through different paths |
|
|
49
|
+
|
|
50
|
+
The store holds runtime state, agent instructions, skills, topology, schemas, and indexes. Materialized files exist only when an external client still needs a path on disk.
|
|
51
|
+
|
|
52
|
+
## Quick Start
|
|
53
|
+
|
|
54
|
+
Bootstrap a workspace:
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
npx -y ace-swarm turnkey --project "My Project"
|
|
58
|
+
ace mcp
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
Then, in your MCP host:
|
|
62
|
+
|
|
63
|
+
```text
|
|
64
|
+
initiate ACE
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
Local-model path with Ollama:
|
|
68
|
+
|
|
69
|
+
```bash
|
|
70
|
+
npx -y ace-swarm turnkey --project "My Project" --llm ollama --model llama3.1:8b --base-url http://localhost:11434
|
|
71
|
+
ollama serve
|
|
72
|
+
ollama pull llama3.1:8b
|
|
73
|
+
ace doctor --llm ollama --model llama3.1:8b --base-url http://localhost:11434
|
|
74
|
+
ace mcp
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
Local-model path with llama.cpp:
|
|
78
|
+
|
|
79
|
+
```bash
|
|
80
|
+
npx -y ace-swarm turnkey --project "My Project" --llm llama.cpp --model local-model --base-url http://localhost:8080
|
|
81
|
+
llama-server -m /path/to/model.gguf --port 8080
|
|
82
|
+
ace doctor --llm llama.cpp --model local-model --base-url http://localhost:8080
|
|
83
|
+
ace mcp
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
If you already have a local runtime running, `ace doctor --scan` will probe common Ollama and llama.cpp endpoints and write the selected profile back into the store.
|
|
87
|
+
|
|
88
|
+
## What Bootstrap Writes
|
|
89
|
+
|
|
90
|
+
ACE bootstrap is intentionally contained. The store is authoritative at `.agents/ACE/ace-state.zarr`; only a few host-facing files land in the workspace when requested.
|
|
91
|
+
|
|
92
|
+
- `.agents/ACE/ace-state.zarr` — runtime state, agent instructions, skills, topology, schemas, and indexes
|
|
93
|
+
- `.agents/ACE/ace-hook-context.json` — compact hook snapshot for external clients
|
|
94
|
+
- `.agents/ACE/tasks/todo.md` — human-facing todo surface
|
|
95
|
+
- Optional workspace-root stubs — `AGENTS.md`, `CLAUDE.md`, `.cursorrules`, `.github/copilot-instructions.md`, and `.vscode/mcp.json`
|
|
96
|
+
- Store-backed host snippets — `.mcp-config/*`, exported by `ace mcp-config` for optional global install
|
|
97
|
+
|
|
98
|
+
That containment matters. ACE is meant to structure the workflow, not contaminate the application tree. One store keeps the truth coherent, and the projections keep outside tools happy without turning the workspace into a generated-file forest.
|
|
99
|
+
|
|
100
|
+
## Where ACE Fits
|
|
101
|
+
|
|
102
|
+
```text
|
|
103
|
+
Developer or MCP host
|
|
104
|
+
|
|
|
105
|
+
+-- Claude Code / Codex / Cursor / VS Code / Antigravity
|
|
106
|
+
| |
|
|
107
|
+
| `-- calls ace-swarm over MCP
|
|
108
|
+
|
|
|
109
|
+
+-- ace mcp
|
|
110
|
+
| |
|
|
111
|
+
| +-- tools, prompts, resources
|
|
112
|
+
| +-- typed handoff validation
|
|
113
|
+
| +-- scheduler and resource locks
|
|
114
|
+
| `-- state-aware workflow tools
|
|
115
|
+
|
|
|
116
|
+
+-- .agents/ACE/
|
|
117
|
+
| |
|
|
118
|
+
| +-- ace-state.zarr
|
|
119
|
+
| +-- ace-hook-context.json
|
|
120
|
+
| +-- tasks/todo.md
|
|
121
|
+
| `-- host config bundles
|
|
122
|
+
|
|
|
123
|
+
`-- ace tui
|
|
124
|
+
|
|
|
125
|
+
+-- chat
|
|
126
|
+
+-- agent tabs
|
|
127
|
+
+-- telemetry
|
|
128
|
+
`-- provider-aware runtime
|
|
129
|
+
```
|
|
130
|
+
|
|
131
|
+
## What Ships Today
|
|
132
|
+
|
|
133
|
+
```text
|
|
134
|
+
+----------------------+--------------------------------------------------------------+
|
|
135
|
+
| Surface | Current scope |
|
|
136
|
+
+----------------------+--------------------------------------------------------------+
|
|
137
|
+
| Runtime roles | 17 runtime roles: 4 swarm roles + 13 composable roles |
|
|
138
|
+
| Skills | 15 packaged skills |
|
|
139
|
+
| MCP server | stdio server for tools, prompts, resources, and workflows |
|
|
140
|
+
| Durable state | single `.zarr` authority for handoffs, status events, todo state, run ledger, job queue, and discovery |
|
|
141
|
+
| Projections | hook context, todo surface, and host configs when needed |
|
|
142
|
+
| Coordination | priority dispatch, dependency gates, leases, resource locks |
|
|
143
|
+
| Change intelligence | delta scan, semantic snapshots, drift reports, rewrite hints |
|
|
144
|
+
| Terminal UI | provider-aware TUI with chat, tabs, telemetry, agent tabs |
|
|
145
|
+
| Local models | Ollama and llama.cpp bootstrap, doctor checks, model bridge, tool loops |
|
|
146
|
+
| Verification | 208 tests passing in the current suite |
|
|
147
|
+
+----------------------+--------------------------------------------------------------+
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
## Agent-Assisted Coding, Structured
|
|
151
|
+
|
|
152
|
+
ACE is for teams and solo operators who already like their coding host and want the workflow around it to stop leaking.
|
|
153
|
+
|
|
154
|
+
- Use Claude Code, Codex, Cursor, or VS Code as the front end.
|
|
155
|
+
- Use MCP as the tool protocol.
|
|
156
|
+
- Use ACE as the shared local runtime.
|
|
157
|
+
- Use Ollama or another OpenAI-compatible backend when you want the model local or provider-swappable.
|
|
158
|
+
|
|
159
|
+
In that setup, the host remains the interface. ACE becomes the state contract underneath it.
|
|
160
|
+
|
|
161
|
+
## Local Models
|
|
162
|
+
|
|
163
|
+
Local models are good at generating text. They usually need help seeing the workspace, hearing the handoff trail, and remembering what changed two turns ago. ACE closes that gap.
|
|
164
|
+
|
|
165
|
+
- `ace init --llm ollama` or `ace init --llm llama.cpp` seeds the profile inside `.agents/ACE/ace-state.zarr`.
|
|
166
|
+
- `ace doctor` verifies that the selected runtime is reachable and configured.
|
|
167
|
+
- `ace tui` can talk to either local runtime and surface the same workspace state the MCP server sees.
|
|
168
|
+
- The ACE model bridge gives local runs tool selection, execution flow, and persisted state instead of a fragile one-shot chat loop.
|
|
169
|
+
|
|
170
|
+
If you want local agents with memory, evidence, and handoff discipline, this is the point of the package.
|
|
171
|
+
|
|
172
|
+
## Compatible Surfaces
|
|
173
|
+
|
|
174
|
+
```text
|
|
175
|
+
+-------------------+------------------------------------------------------------------+
|
|
176
|
+
| Layer | Current integration |
|
|
177
|
+
+-------------------+------------------------------------------------------------------+
|
|
178
|
+
| MCP clients | Codex, VS Code, Claude Desktop, Cursor, Antigravity |
|
|
179
|
+
| Hook bundles | Codex, VS Code, Claude, Cursor, Antigravity, Gemini-compatible |
|
|
180
|
+
| Model backends | Ollama, llama.cpp, and OpenAI-compatible providers |
|
|
181
|
+
| Operator surface | `ace tui` |
|
|
182
|
+
| Bootstrap entry | `ace init` (store-first), `ace turnkey` (store + host stubs) |
|
|
183
|
+
+-------------------+------------------------------------------------------------------+
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
## CLI
|
|
187
|
+
|
|
188
|
+
```text
|
|
189
|
+
+---------------------------------------------+---------------------------------------------------+
|
|
190
|
+
| Command | Purpose |
|
|
191
|
+
+---------------------------------------------+---------------------------------------------------+
|
|
192
|
+
| `ace init [options]` | seed the ACE store and optional host stubs |
|
|
193
|
+
| `ace turnkey [options]` | project the store-backed host surface |
|
|
194
|
+
| `ace mcp` / `ace serve` | start the MCP server over stdio |
|
|
195
|
+
| `ace tui [options]` | open the terminal operator surface |
|
|
196
|
+
| `ace doctor [options]` | validate local-model readiness |
|
|
197
|
+
| `ace mcp-config [--client <name>|--all]` | print baked client snippets for optional install |
|
|
198
|
+
| `ace paths` | show resolved package and workspace paths |
|
|
199
|
+
+---------------------------------------------+---------------------------------------------------+
|
|
200
|
+
```
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
## Development
|
|
204
|
+
|
|
205
|
+
```bash
|
|
206
|
+
cd ace-mcp-server
|
|
207
|
+
npm install
|
|
208
|
+
npm run build
|
|
209
|
+
npm test
|
|
210
|
+
npm run start
|
|
211
|
+
```
|
|
212
|
+
|
|
213
|
+
See [CHANGELOG.md](./CHANGELOG.md) for release history.
|
|
214
|
+
|
|
215
|
+
## References
|
|
216
|
+
|
|
217
|
+
- [Claude Code overview](https://docs.anthropic.com/en/docs/claude-code/overview)
|
|
218
|
+
- [OpenAI connectors and MCP servers](https://platform.openai.com/docs/guides/tools-remote-mcp?lang=python)
|
|
219
|
+
- [Introducing GPT-5.2-Codex](https://openai.com/index/introducing-gpt-5-2-codex/)
|
|
220
|
+
- [Ollama tool calling and agent loops](https://docs.ollama.com/capabilities/tool-calling)
|
|
221
|
+
- [llama.cpp](https://github.com/ggerganov/llama.cpp)
|
|
222
|
+
- [Zarrita.js](https://zarrita.dev/)
|
|
223
|
+
- [Model Context Protocol SDKs](https://modelcontextprotocol.io/docs/sdk)
|
|
224
|
+
|
|
225
|
+
## License
|
|
226
|
+
|
|
227
|
+
Apache-2.0
|
|
228
|
+
|
|
229
|
+
Collaborations, ideas, or concerns: `voybio.fundr@gmail.com`
|