Operational instructions for agents working in this repository.
CompText is a local AI orchestration platform for software engineering.
Use these names consistently:
- Product name:
CompText - Repository, package, and CLI name:
comptext - Constants and document titles:
COMPTEXT
This repository is local dry-run MVP only. Do not present docs, schemas, contracts, or scaffolding as production-ready features.
main is canonical. New work branches from latest main.
Branch prefixes:
codex/<task>fix/<bug>docs/<topic>plugin/<feature>
- Inspect all review and Gemini threads.
- Fix actionable comments.
- Resolve every completed thread.
- Do not resolve ambiguous, unfixed, or out-of-scope comments.
- Do not perform provider calls unless explicitly configured and requested.
- Do not store secrets, API keys, raw environment variables, hidden chain-of-thought, or unredacted provider payloads in Evidence or logs.
- Do not execute destructive commands without explicit approval.
- Do not auto-push or auto-merge unless the user explicitly asks.
- Do not create pull requests, merge, or release unless repository policy is explicitly changed.
- Use local autonomous mode only when explicitly requested.
- Start with Token Saver/project state before broad repo reads.
- Do not push, open PRs, merge, enable auto-merge, call GitHub APIs, perform provider calls, or read secrets unless explicitly instructed.
- If local
mainis stale, stop and ask beforegit fetch. - Local commits are allowed in autonomous mode.
- Required validation is
python -m pytestandgit diff --check. - Keep final reports compact: branch, local commit SHA, changed files, validation, blockers, and next action.
- Detailed playbook:
docs/CODEX_LOCAL_AUTONOMY.md.
- Run relevant local tests or checks for the changed surface.
- Documentation-only PRs may use markdown checks and
git diff --check. - Keep provider states limited to
not_configured,disabled, orexperimental.
- Codex Desktop workflow:
docs/CODEX_DESKTOP_WORKFLOW.md - Codex Desktop prompts:
docs/CODEX_DESKTOP_PROMPTS.md - Architecture:
docs/COMPTEXT_ARCHITECTURE_v1.md - Security:
docs/COMPTEXT_SECURITY.md - MVP tasks:
docs/COMPTEXT_MVP_TASKS.md