Conversation
Constraint: CLEVER_ROOT should contain exactly one target repo folder as a sibling of clever-agent-workspace, not a projects container with another repo below it. Rejected: Keep <CLEVER_ROOT>/projects/<target-repo> | It still presents an extra nesting layer and conflicts with project equals target repo. Confidence: high Scope-risk: moderate Directive: Use <CLEVER_ROOT>/<target-repo> as the canonical product/service checkout path unless workspace requirements explicitly change. Tested: python3 -m pytest -q; python3 -m py_compile .agent/skills/bootstrap-clever-work/scripts/bootstrap_clever_work.py; git diff --check; rg -n "projects/<target-repo>|<CLEVER_ROOT>/projects|projects/|project-slug|project_repositories_root|projects_root|PROJECTS_DIR_NAME|cwd_under_projects" README.md AGENTS.md docs .agent/skills/bootstrap-clever-work/SKILL.md .agent/skills/bootstrap-clever-work/scripts/bootstrap_clever_work.py tests/test_bootstrap_clever_work.py Not-tested: live fresh-root clone directly into <CLEVER_ROOT>/<target-repo>.
This was referenced Apr 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
<CLEVER_ROOT>.projects/<target-repo>container pattern from README, AGENTS.md, settings docs, bootstrap skill, and bootstrap script outputs.Issues
Validation
python3 -m pytest -q→ 85 passed, 2 skippedpython3 -m py_compile .agent/skills/bootstrap-clever-work/scripts/bootstrap_clever_work.py→ exit 0git diff --check→ exit 0rg -n "projects/<target-repo>|<CLEVER_ROOT>/projects|projects/|project-slug|project_repositories_root|projects_root|PROJECTS_DIR_NAME|cwd_under_projects" README.md AGENTS.md docs .agent/skills/bootstrap-clever-work/SKILL.md .agent/skills/bootstrap-clever-work/scripts/bootstrap_clever_work.py tests/test_bootstrap_clever_work.py→ only negative regression assertions remain in testsNotes
<CLEVER_ROOT>/<target-repo>was not run.