26 lines
957 B
Markdown
26 lines
957 B
Markdown
### 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.
|