diff --git a/docs.html b/docs.html index 2004c9e..c91b2f4 100644 --- a/docs.html +++ b/docs.html @@ -59,7 +59,7 @@
Edit .codecarto/workflow/status.yaml and set the pipeline field. Defaults to the 7-phase full analysis with a split defect scan.
Edit .codecarto/workflow/status.yaml and set the pipeline field. Defaults to the 7-phase full analysis with a split defect scan. Pi and MCP users can run /codecarto-switch-pipeline instead of hand-editing.
# Available pipeline paths: pipeline: workflow/pipeline-full-with-deep-audit.yaml # 7-phase (default) pipeline: workflow/pipeline-full-with-audit.yaml # 6-phase @@ -138,6 +138,34 @@Slash commands, widgets, and tool gating.
/codecarto-usageShow cumulative and per-phase token usage from local phase runs.
/codecarto-open
Activate an existing workspace without resetting state.
+/codecarto-vision
Run a guided product discovery interview for the synthesis pipeline.
+/codecarto-switch-pipeline
Switch the active pipeline without losing findings or progress.
+/codecarto-publish
Publish the reimplementation spec to a configured library.
+/codecarto-library-init
Initialize a library directory with marker and config.
+/codecarto-config
Show the effective merged configuration.
+/codecarto-dashboard
Regenerate the dashboard HTML.
+The same core primitives exposed as a Model Context Protocol server. Wire it into Claude Code, Claude Desktop, or any MCP host. The host runs the LLM, isolates phase sessions, and controls @@ -182,11 +210,14 @@
- The server exposes 10 workflow and library tools: codecarto_init,
- codecarto_status, codecarto_next, codecarto_phase,
- codecarto_validate, codecarto_complete, and
- codecarto_skill, plus codecarto_publish,
- codecarto_library_list, and codecarto_library_reindex.
+ The server exposes 18 workflow and library tools: codecarto_init,
+ codecarto_status, codecarto_switch_pipeline, codecarto_next,
+ codecarto_phase, codecarto_validate, codecarto_complete,
+ codecarto_skill, codecarto_publish, codecarto_library_list,
+ codecarto_library_reindex, codecarto_library_init,
+ codecarto_config, codecarto_vision, codecarto_open,
+ codecarto_usage, codecarto_dashboard, and
+ codecarto_list_skills.
Workflow tools accept an absolute cwd for the target repository; library tools
accept a configured or explicit library path.
/codecarto-init synthesis -# Fill .codecarto/inputs/vision.md +# Fill .codecarto/inputs/vision.md, or run /codecarto-vision for a guided interview /codecarto-next --auto
The first run creates a ranked proposal, completes that phase, and then intentionally stops at the confirmation preflight.
@@ -240,11 +240,11 @@
Install the package and use /codecarto-init, /codecarto-next, /codecarto-status, and more. Phase sub-agents run in parallel widgets with live token tracking.
Install the package and use /codecarto-init, /codecarto-next, /codecarto-status, /codecarto-vision, /codecarto-switch-pipeline, and more. Phase sub-agents run in parallel widgets with live token tracking.
10 tools for workflow control and library operations. Wire them into Claude Code, Claude Desktop, or any MCP-compatible host. The host owns phase sessions and compaction; CodeCartographer supplies byte-identical prompts and validation.
+18 tools for workflow control and library operations. Wire them into Claude Code, Claude Desktop, or any MCP-compatible host. The host owns phase sessions and compaction; CodeCartographer supplies byte-identical prompts and validation.