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
+39
View File
@@ -0,0 +1,39 @@
# Repository instructions
## Product purpose
[Describe the product and critical behavior in 25 sentences.]
## Repository structure
- `[path]`: [purpose]
- `[path]`: [purpose]
## Required commands
- Install: `[command]`
- Format check: `[command]`
- Lint: `[command]`
- Typecheck: `[command]`
- Tests: `[command]`
- Build: `[command]`
- Smoke test: `[command]`
Only include commands that are verified or clearly marked as needing confirmation.
## Engineering constraints
- [Backwards-compatibility policy]
- [Dependency policy]
- [Migration policy]
- [Documentation expectations]
## Protected paths and data
- Do not modify: `[path]`
- Do not read or expose secrets from: `[path/pattern]`
- Treat runtime/user data under `[path]` as protected.
## Completion standard
A task is complete only when relevant checks pass and the final report states changed files, validation evidence and unresolved items.