Skip to content

test(cockpit-deep-agents): aimock e2e for all 6 caps (Task #4 final product line)#484

Merged
blove merged 1 commit into
mainfrom
claude/da-aimock-batch
May 20, 2026
Merged

test(cockpit-deep-agents): aimock e2e for all 6 caps (Task #4 final product line)#484
blove merged 1 commit into
mainfrom
claude/da-aimock-batch

Conversation

@blove
Copy link
Copy Markdown
Contributor

@blove blove commented May 20, 2026

Summary

Final product line. Brings cockpit aimock coverage to 24 of 32 caps (75%). All 6 deep-agents caps use composed `` (same shape as the langgraph caps); fixtures recorded via the shared `scripts/record-aimock-cap.sh` recorder.

Caps shipped

  • da-planning, da-filesystem, da-subagents, da-memory, da-skills, da-sandboxes.

Approach

Same flow that proved out across chat + langgraph batches:

  1. Add `pythonPort` to each cap's registry entry (5310-5315; +1000 from angular port).
  2. Align `proxy.conf.json` target to the new pythonPort.
  3. `scripts/generate-aimock-scaffold.ts --cap ` per cap (5 e2e files + project.json edit + ci.yml matrix entry).
  4. `scripts/record-aimock-cap.sh "Hello"` per cap (boots aimock --record + langgraph dev, captures the cap's response shape).
  5. Spec sends "Hello" → asserts assistant bubble renders.

Coverage map after this PR + #483 merging

Product Aimock Documented N/A Total
chat 10 1 (c-debug) 11
langgraph 8 0 8
deep-agents 6 0 6
render 0 6 (#483) 6
ag-ui 0 1 (no Python by design) 1
Total 24 8 32

Test plan

  • CI `Cockpit — e2e` summary green; 6 new matrix expansions pass.
  • `Cockpit — build / test` passes (wiring spec auto-discovers).
  • No regression on existing 18 cap e2es.

🤖 Generated with Claude Code

Final product line. Brings cockpit aimock coverage to 24 of 32 caps
(75%). All 6 deep-agents caps use composed <chat>, same shape as
the langgraph caps:

- da-planning, da-filesystem, da-subagents, da-memory, da-skills,
  da-sandboxes.

Fixtures recorded via scripts/record-aimock-cap.sh; specs send
"Hello" and assert the assistant bubble renders (smoke-level
end-to-end coverage per cap).

Registry + proxy changes: adds pythonPort to all 6 deep-agents
caps (5310-5315) and aligns proxy.conf.json with the new ports.
Same convention chat and langgraph caps follow.

Coverage after this PR + #483 (render gap doc) merging:
- Chat: 10/11 + c-debug documented = 11/11 handled.
- Langgraph: 8/8.
- Deep-agents: 6/6.
- Render: 0/6 (aimock not applicable; documented in #483).
- ag-ui-streaming: 0/1 (no Python backend by design).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
threadplane Ready Ready Preview, Comment May 20, 2026 3:19am

Request Review

@blove blove merged commit 84a753d into main May 20, 2026
41 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant