Summary
The previous path simplification still left the target repo nested under a projects container. Align the control-plane prompts and bootstrap packet with the intended single target repo folder directly under CLEVER_ROOT.
Desired layout
<CLEVER_ROOT>/
clever-agent-workspace/
clever-agent-project/
clever-context-monorepo/
clever-change-control/
<target-repo>/
AGENTS.md
docs/project-brief.md
.github/PULL_REQUEST_TEMPLATE.md
scripts/apply-github-rulesets.sh
Acceptance criteria
- Remove
<CLEVER_ROOT>/projects/<target-repo> as the canonical target repo path.
- Use
<CLEVER_ROOT>/<target-repo> in README, AGENTS, settings docs, bootstrap skill, and bootstrap script packet strings.
- Update tests to reject stale
projects/<target-repo> canonical guidance.
- Verify with pytest, py_compile, and diff checks.
Summary
The previous path simplification still left the target repo nested under a projects container. Align the control-plane prompts and bootstrap packet with the intended single target repo folder directly under CLEVER_ROOT.
Desired layout
Acceptance criteria
<CLEVER_ROOT>/projects/<target-repo>as the canonical target repo path.<CLEVER_ROOT>/<target-repo>in README, AGENTS, settings docs, bootstrap skill, and bootstrap script packet strings.projects/<target-repo>canonical guidance.