Skip to content

Simplify CLEVER target repo path#37

Merged
OziinG merged 1 commit intomainfrom
cc-77-remove-project-slug
Apr 30, 2026
Merged

Simplify CLEVER target repo path#37
OziinG merged 1 commit intomainfrom
cc-77-remove-project-slug

Conversation

@OziinG
Copy link
Copy Markdown
Contributor

@OziinG OziinG commented Apr 30, 2026

Summary

  • Remove the unused <project-slug> directory layer from CLEVER target repo checkout guidance.
  • Align README, AGENTS.md, settings docs, bootstrap skill, generated bootstrap packet strings, and regression tests around <CLEVER_ROOT>/projects/<target-repo>/.
  • Add docs regression coverage that rejects reintroducing <project-slug> in control-plane layout docs.

Issues

Validation

  • python3 -m pytest -q → 84 passed, 2 skipped
  • python3 -m py_compile .agent/skills/bootstrap-clever-work/scripts/bootstrap_clever_work.py → exit 0
  • git diff --check → exit 0
  • rg -n "project-slug|projects/<project-slug>" README.md AGENTS.md docs .agent/skills/bootstrap-clever-work/SKILL.md .agent/skills/bootstrap-clever-work/scripts/bootstrap_clever_work.py → no matches

Notes

  • Live fresh-root bootstrap clone into projects/<target-repo> was not run.

Constraint: Target repo checkouts no longer need a project-slug grouping layer.
Rejected: Keep projects/<project-slug>/<target-repo> | It adds hierarchy without current workflow value.
Confidence: high
Scope-risk: narrow
Directive: Use <CLEVER_ROOT>/projects/<target-repo> for target repo checkouts unless a future requirement reintroduces grouping.
Tested: python3 -m pytest -q; python3 -m py_compile .agent/skills/bootstrap-clever-work/scripts/bootstrap_clever_work.py; git diff --check; rg -n "project-slug|projects/<project-slug>" README.md AGENTS.md docs .agent/skills/bootstrap-clever-work/SKILL.md .agent/skills/bootstrap-clever-work/scripts/bootstrap_clever_work.py
Not-tested: live fresh-root bootstrap clone into projects/<target-repo>.
@OziinG OziinG linked an issue Apr 30, 2026 that may be closed by this pull request
@OziinG OziinG merged commit 352cfab into main Apr 30, 2026
4 checks passed
@OziinG OziinG deleted the cc-77-remove-project-slug branch April 30, 2026 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Simplify target repo projects path

1 participant