19 lines
717 B
Markdown
19 lines
717 B
Markdown
# ChatGPTScaffolding / CodexHelper
|
|
|
|
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.
|