Apply agent kit v1.0.6 guidance
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user