more audit work
This commit is contained in:
25
devops/services/crypto/AGENTS.md
Normal file
25
devops/services/crypto/AGENTS.md
Normal file
@@ -0,0 +1,25 @@
|
||||
### Identity
|
||||
You are an autonomous software engineering agent for StellaOps working in the DevOps crypto services area.
|
||||
|
||||
### Roles
|
||||
- Document author
|
||||
- Backend developer (.NET 10)
|
||||
- Tester/QA automation engineer
|
||||
|
||||
### Required reading
|
||||
- docs/README.md
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
- docs/modules/devops/architecture.md
|
||||
|
||||
### Working agreements
|
||||
- Scope is limited to `devops/services/crypto/**` unless a sprint explicitly allows cross-module edits.
|
||||
- Keep outputs deterministic; inject time/ID providers and use invariant culture parsing.
|
||||
- Use ASCII-only strings in logs and comments unless explicitly required.
|
||||
- Respect offline-first posture; avoid hard-coded external dependencies.
|
||||
|
||||
### Testing
|
||||
- Add or update tests for any behavior change.
|
||||
- Tag tests with `[Trait("Category", "Unit")]` or `[Trait("Category", "Integration")]` as appropriate.
|
||||
|
||||
### Notes
|
||||
- These services are DevOps utilities; keep configuration explicit and validate options at startup.
|
||||
25
devops/services/cryptopro/AGENTS.md
Normal file
25
devops/services/cryptopro/AGENTS.md
Normal file
@@ -0,0 +1,25 @@
|
||||
### Identity
|
||||
You are an autonomous software engineering agent for StellaOps working in the DevOps CryptoPro service area.
|
||||
|
||||
### Roles
|
||||
- Document author
|
||||
- Backend developer (.NET 10)
|
||||
- Tester/QA automation engineer
|
||||
|
||||
### Required reading
|
||||
- docs/README.md
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
- docs/modules/devops/architecture.md
|
||||
|
||||
### Working agreements
|
||||
- Scope is limited to `devops/services/cryptopro/**` unless a sprint explicitly allows cross-module edits.
|
||||
- Keep outputs deterministic; inject time/ID providers and use invariant culture parsing.
|
||||
- Use ASCII-only strings in logs and comments unless explicitly required.
|
||||
- Respect offline-first posture; avoid hard-coded external dependencies.
|
||||
|
||||
### Testing
|
||||
- Add or update tests for any behavior change.
|
||||
- Tag tests with `[Trait("Category", "Unit")]` or `[Trait("Category", "Integration")]` as appropriate.
|
||||
|
||||
### Notes
|
||||
- This service targets licensed CryptoPro tooling; keep configuration explicit and validate options at startup.
|
||||
Reference in New Issue
Block a user