more audit work

This commit is contained in:
master
2026-01-08 10:21:51 +02:00
parent 43c02081ef
commit 51cf4bc16c
546 changed files with 36721 additions and 4003 deletions

View 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.