Add REPO_POLICIES.md, rename CLAUDE.md to AGENTS.md, deduplicate #51

Merged
sneak merged 1 commits from 48-repo-standards into main 2026-03-17 05:07:44 +01:00
Collaborator

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.mdAGENTS.md — deduplicated content:

    • Rules already covered by REPO_POLICIES.md (e.g. git add -A, Makefile targets) are no longer repeated
    • AGENTS.md retains 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 to REPO_POLICIES.md in the Participation section

  • Formattingmake fmt (prettier) applied to all markdown files

Verification

docker build . passes clean — lint, fmt-check, and all tests green.

Closes #48 ## Changes - **Added `REPO_POLICIES.md`** — copied from the standard template at [sneak/prompts](https://git.eeqj.de/sneak/prompts/src/branch/main/prompts/REPO_POLICIES.md) (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: - Rules already covered by `REPO_POLICIES.md` (e.g. `git add -A`, Makefile targets) are no longer repeated - `AGENTS.md` retains 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 to `REPO_POLICIES.md` in the Participation section - **Formatting** — `make fmt` (prettier) applied to all markdown files ## Verification `docker build .` passes clean — lint, fmt-check, and all tests green.
clawbot added 1 commit 2026-03-15 19:36:36 +01:00
- Add REPO_POLICIES.md from the standard template (sneak/prompts)
- Rename CLAUDE.md to AGENTS.md with agent-specific workflow instructions
- Move policy-like rules (git add, make targets, etc.) to REPO_POLICIES.md
- Add reference to REPO_POLICIES.md in README Participation section
- Run make fmt (prettier formatting on markdown files)
clawbot added the needs-reviewbot labels 2026-03-15 21:38:09 +01:00
Owner

there need to be gitea actions added to run the checks.

there need to be gitea actions added to run the checks.
clawbot added needs-rework and removed needs-review labels 2026-03-15 21:49:27 +01:00
clawbot removed the bot label 2026-03-15 21:54:20 +01:00
clawbot self-assigned this 2026-03-15 22:09:22 +01:00
sneak merged commit 6ba32f5b35 into main 2026-03-17 05:07:44 +01:00
sneak deleted branch 48-repo-standards 2026-03-17 05:07:44 +01:00
Author
Collaborator

Follow-up PR #53 adds the Gitea Actions CI workflow (.gitea/workflows/check.yml) as requested.

Follow-up [PR #53](https://git.eeqj.de/sneak/mfer/pulls/53) adds the Gitea Actions CI workflow (`.gitea/workflows/check.yml`) as requested.
Sign in to join this conversation.