Add REPO_POLICIES.md, rename CLAUDE.md to AGENTS.md, deduplicate #51
Reference in New Issue
Block a user
Delete Branch "48-repo-standards"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #48
Changes
Added
REPO_POLICIES.md— copied from the standard template at sneak/prompts (last_modified: 2026-03-10). This is the authoritative cross-project policy document covering repository structure, tooling, Docker, formatting, testing, and workflow standards.Renamed
CLAUDE.md→AGENTS.md— deduplicated content:REPO_POLICIES.md(e.g.git add -A, Makefile targets) are no longer repeatedAGENTS.mdretains only agent-specific workflow instructions: test-first bug fixing, no AI attribution in commits, per-change make fmt/test/lint workflow, and repo-specific notes (proto files, FORMAT.md, TODO.md)Updated
README.md— added a reference toREPO_POLICIES.mdin the Participation sectionFormatting —
make fmt(prettier) applied to all markdown filesVerification
docker build .passes clean — lint, fmt-check, and all tests green.there need to be gitea actions added to run the checks.
Follow-up PR #53 adds the Gitea Actions CI workflow (
.gitea/workflows/check.yml) as requested.