Repo convention
Plain files teach the repo how AI agents should cooperate.
The convention is intentionally inspectable: markdown memory, local config, provider boundaries, ignore rules, and review artifacts humans can read.
Generated files
AGENTS.mdShared entry point that tells AI tools where canonical project context lives.CLAUDE.mdDefault Worker memory file for planning, implementation context, and project preferences.CODEX_AGENT.mdDefault Reviewer memory file focused on concrete findings and anti-sycophantic critique.GEMINI_AGENT.mdReviewer memory for the Google adapter and quick precommit pass..almightyignoreRepo-local exclusion list for files that should stay out of AI context..almightygpt/config.yamlLocal provider roles, defaults, output folders, and review settings.docs/codex-reviews/Durable human-facing review artifacts that can be committed.Git policy
Human review files are designed to be committed. Raw machine run metadata under .almightygpt/runs/ stays local by default unless your team intentionally changes that policy.
Ignore policy
`.almightyignore` and config excludes run before provider calls. Secret redaction adds another guard, but it should not be treated as permission to include secrets in files.
