-
Notifications
You must be signed in to change notification settings - Fork 3
Troubleshooting
Run from the project root:
/vcp-init
Codex uses $vcp-init.
Confirm Bun is installed and enable debug logging:
/vcp-config global set debug true
Then inspect .vcp/vcp.log.
Prefer fixing the code. If the pattern is genuinely not applicable, add the CWE to project ignore:
{ "ignore": ["CWE-798"] }Confirm the repo is installed at:
~/.codex/plugins/vcp
Run bun install in that directory and restart Codex.
Run /mcp. If a server is absent, add manual mcp_servers entries to ~/.codex/config.toml using absolute paths. See docs/codex-install.md.
Use paired tools:
- VCP:
get_prompt,resolve_config - Dev Buddy:
get_run_state,get_stage_definition,list_presets - MCP Doc:
get_prompt,get_host_instructions
bun plugins/dev-buddy/scripts/pipeline-config.ts validate --cwd /path/to/projectCommon causes:
- missing preset in
~/.vcp/ai-presets.json - unknown
system_prompt - active pipeline stage has no executor
- multi-executor stage ends with
parallel: true
Legacy stage-skill state lives under .vcp/plan/. Archive or remove the matching plan slug:
.vcp/plan/ralph-{slug}.md
.vcp/plan/ralph/{slug}/
.vcp/plan/.state/ralph-{slug}/
Do not delete unrelated active runs.
MCP skeleton state lives under .vcp/ralph/<run-id>/. Use ralph_list and get_run_state to identify the run before removing it.
Inspect:
.vcp/plan/.state/ralph-{slug}/units/unit-N.json
Look for repeated mechanical context, review feedback, and attempt count. The unit may need manual intervention when identical failures repeat.
Run /mcp-doc-init or $mcp-doc-init again. It should create .mcp/manifest.yml, .mcp/actions/, and .mcp.json.
VCP Wiki
Guides
- First-Time Setup Guide
- How Configuration Works
- Configuration Recipes
- Web Portal Guide
- Daily VCP Workflow
- Troubleshooting
VCP Plugin
- Configuration
- Skills Reference
- Three‐Layer Enforcement Model
- Hooks Reference
- Security Gate Patterns
- Shared Modules
Dev Buddy Plugin
- Dev Buddy Quick Start
- Dev Buddy Configuration
- Stage Skills Guide
- AI Provider Presets
- System Prompts Reference
- Chatroom
MCP Doc Plugin
Standards
Project
VCP Wiki (中文)
指南
VCP 插件
Dev Buddy 插件
MCP Doc 插件
标准
项目