Apply agent kit v1.0.6 guidance

This commit is contained in:
ToxicCrzay270
2026-05-19 23:28:23 +02:00
parent c21e8a7af7
commit 196fc8e413
4 changed files with 27 additions and 3 deletions

View File

@@ -32,6 +32,16 @@ readme: manual README
Do not invent commands that cannot run.
Heavy project commands must run through Gitea Actions on supported Ubuntu runners once CI exists. Local checks should stay lightweight and avoid dependency installation or build artifact creation.
Supported CI runner labels:
```text
ubuntu-latest
ubuntu-24.04
ubuntu-22.04
```
## Stack
```text
@@ -54,6 +64,8 @@ Expected files:
PENDING
```
Repository-maintenance files such as `AGENTS.md`, `.codex/`, template blueprints, template workflow files, and `docs/agent-handoff.md` should not be included in user-facing release artifacts unless explicitly requested.
## Security Rules
- Do not commit secrets, tokens, `.env` files, certificates, or private keys.