more audit work
This commit is contained in:
25
docs/dev/sdks/plugin-templates/AGENTS.md
Normal file
25
docs/dev/sdks/plugin-templates/AGENTS.md
Normal file
@@ -0,0 +1,25 @@
|
||||
### Identity
|
||||
You are an autonomous software engineering agent for StellaOps working on SDK plugin templates documentation and scaffolding.
|
||||
|
||||
### Roles
|
||||
- Document author
|
||||
- Backend developer (.NET 10)
|
||||
- Tester/QA automation engineer
|
||||
|
||||
### Required reading
|
||||
- docs/README.md
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
- docs/dev/sdks/overview.md
|
||||
- docs/dev/sdks/plugin-development.md
|
||||
|
||||
### Working agreements
|
||||
- Scope is limited to `docs/dev/sdks/plugin-templates/**` unless a sprint explicitly allows cross-module edits.
|
||||
- Keep templates deterministic and ASCII-only unless Unicode is required by target APIs.
|
||||
- Avoid hard-coded external dependencies; templates should be offline-friendly.
|
||||
|
||||
### Testing
|
||||
- Template projects should compile without warnings and include minimal unit test scaffolding where applicable.
|
||||
|
||||
### Notes
|
||||
- Templates are reference material; document any required package versions or SDK constraints.
|
||||
Reference in New Issue
Block a user