Publish DevRunbook source
Managed validation / full (push) Successful in 3m18s

This commit is contained in:
DevRunbook release export
2026-09-03 04:09:17 +02:00
commit cfd2804e27
928 changed files with 161642 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Add a Compatible API Endpoint
Implement a new endpoint with validated input, authorization, stable errors, documentation and contract tests.
## Purpose
This is a publishable P0 built-in DevRunbook package. It is designed for the `execute` work mode with default autonomy `verify` and risk tier `moderate`.
## Required context
- Endpoint behavior: Describe method, route intent, request, response, errors and compatibility expectations.
- Authorization: Describe who may call the endpoint and how ownership or workspace boundaries apply.
## Completion
- Endpoint contract is documented and tested.
- Existing clients and routes remain compatible.
- Validation evidence and unresolved limitations are reported honestly.
## Quality status
Editorially reviewed and covered by static structure and determinism fixtures. It is not represented as execution-validated or battle-tested until the platform stores corresponding evidence.