governance: keep repository root clean; remove marker file; implement repo detection via structure heuristic; update tests and system prompts/templates

This commit is contained in:
2025-09-17 10:39:25 -05:00
parent c655476699
commit 8a55d59804
27 changed files with 291 additions and 8 deletions

View File

@@ -1,3 +1,18 @@
# ChatGPTScaffolding
# ChatGPTScaffolding / CodexHelper
Scaffolding (prompts/personas/modes/rules etc) around codex-cli. Tuned for @ReachableCEO needs as a solo entrepreneur. Developed from scratch in an afternoon after three weeks of intense AI usage across multiple providers/systems.
Scaffolding (prompts/personas/modes/rules etc) around codex-cli. Tuned for @ReachableCEO needs as a solo entrepreneur.
CodexHelper adds:
- Modes (global/mode/project prompts)
- Project scaffolding
- Prompt composition and safe defaults
- Governance: TDD, zero technical debt, plan-first via Questions → Proposal → Plan
Status: Phase 1 in progress — `new-mode` implemented; `new-project` and `run` coming next.
Quickstart (dev)
- Run tests: `scripts/test.sh` (uses bats if available)
- Show help: `./CodexHelper --help`
- Create a demo mode (in this repo): `./CodexHelper new-mode --name Demo`
See `docs/wrapper.md` and `prompts/global/` for details and governance rules.