You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: cockpit cap prefix unification design (render + deep-agents)
Threads B + C of Task #2 (rename + structural-consistency sweep).
Brings render to uniform r-* and deep-agents to uniform da-*, matching
chat's already-uniform c-*. 9 caps × ~8 files each = ~72 file touches,
one atomic commit per cap to keep registry id + graphName in lockstep.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* docs: cap prefix unification implementation plan
12 tasks. 9 per-cap atomic commits (rename pattern × 5 files per cap)
+ 1 cumulative script update + 1 verification gate + 1 orchestrator
push/PR/merge.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore(cockpit-render): rename spec-rendering → r-spec-rendering
Adds the r- prefix for consistency with the rest of the render product
(r-registry already prefixed). Updates registry id + graphName and the
per-cap langgraph.json graph key in lockstep.
Production deploy creates a new LangSmith assistant under r-spec-rendering.
The old spec-rendering assistant becomes orphaned post-merge; manual
cleanup via LangSmith dashboard.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore(cockpit-render): rename element-rendering → r-element-rendering
Adds the r- prefix for consistency with the rest of the render product.
Updates registry id + graphName and the per-cap langgraph.json graph key
in lockstep.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore(cockpit-render): rename state-management → r-state-management
Adds the r- prefix for consistency with the rest of the render product.
Updates registry id + graphName and the per-cap langgraph.json graph key
in lockstep.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore(cockpit-render): rename repeat-loops → r-repeat-loops
Adds the r- prefix for consistency with the rest of the render product.
Updates registry id + graphName and the per-cap langgraph.json graph key
in lockstep.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore(cockpit-render): rename computed-functions → r-computed-functions
Adds the r- prefix for consistency with the rest of the render product.
Updates registry id + graphName and the per-cap langgraph.json graph key
in lockstep.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore(cockpit-deep-agents): rename planning → da-planning
Adds the da- prefix for consistency with the rest of the deep-agents
product (da-subagents, da-memory already prefixed). Updates registry
id + graphName, per-cap langgraph.json graph key, guide.md code
snippet, and both Angular environment streamingAssistantId values in
lockstep.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore(cockpit-deep-agents): rename filesystem → da-filesystem
Adds the da- prefix for consistency with the rest of the deep-agents
product. Updates registry id + graphName, per-cap langgraph.json graph
key, guide.md code snippet, and both Angular environment
streamingAssistantId values in lockstep.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore(cockpit-deep-agents): rename skills → da-skills
Adds the da- prefix for consistency with the rest of the deep-agents
product. Updates registry id + graphName, per-cap langgraph.json graph
key, guide.md code snippet, and both Angular environment
streamingAssistantId values in lockstep.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore(cockpit-deep-agents): rename sandboxes → da-sandboxes
Adds the da- prefix for consistency with the rest of the deep-agents
product. Updates registry id + graphName, per-cap langgraph.json graph
key, guide.md code snippet, and both Angular environment
streamingAssistantId values in lockstep.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore(scripts): update update-angular-environments.ts for renamed caps
Companion to the 9 per-cap rename commits. Updates the script's
hardcoded assistantId mappings for the 4 deep-agents caps so future
re-runs preserve the correct streamingAssistantId values per
environment. (Render caps are not represented in this script.)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments