governance: add .gitignore housekeeping and regular audits; implement audit script and CI step; update templates, proposal, and docs
Some checks failed
ci / test (push) Has been cancelled
Some checks failed
ci / test (push) Has been cancelled
This commit is contained in:
@@ -76,9 +76,14 @@ Customize this AGENTS.md to fit your project specifics while preserving the one-
|
||||
- Keep the project root minimal and tidy. Prefer directories over many files at root.
|
||||
- Place docs, templates, prompts, and scripts under dedicated subdirectories.
|
||||
|
||||
## .gitignore Housekeeping
|
||||
- Include a `.gitignore` with `runs/` and common OS ignores; keep it up to date.
|
||||
|
||||
## CI and Containers (Gitea + Docker)
|
||||
- Use Gitea Actions for CI (`.gitea/workflows/`).
|
||||
- Ensure local parity with Docker Compose; provide scripts to run the same CI tasks locally.
|
||||
- Perform work inside containers where appropriate; use host for git/tea and Docker orchestration only.
|
||||
- Manage dependencies via container images; avoid host-level installs.
|
||||
- Use explicit container/network names; clean up containers, networks, and volumes.
|
||||
## Audits
|
||||
- Perform regular audits; prompt for an audit before any release/tag. Save reports under `docs/audits/` and log summaries in DevLogs.
|
||||
|
Reference in New Issue
Block a user