Setup Project
Wire a project to Codex Copilot.
Workflow
- Use
scripts/setup-project.sh --project <path>from the framework repo. Safe to re-run: if the project already has a codex-copilot install, this delegates toscripts/update-project.shto repair the plugin/skill/QA-gate paths in place instead of refusing. - Treat
--forceas compatibility-only; it changes nothing (there is no longer a refusal to bypass). - Verify generated
AGENTS.md,.agents/plugins/marketplace.json,.claude/cc/config.json, memory dirs, plugin links,docs/40-initiatives/, and thescripts/copilot-gate.shlink. - Confirm existing
AGENTS.md, initiative documentation, and any file markedowner: projectwere preserved rather than replaced. - Run
cc skill list,cc docs sources,cc memory check --json,tc progress --json, andscripts/copilot-gate.shfrom the target project when available. - If wiring already exists and you only want a refresh (no first-install scaffolding), use
$update-project/scripts/update-project.shdirectly.
Output
- generated files
- plugin and skill link targets
- verification results