Last active
January 19, 2026 22:09
-
-
Save dmaynor/87fa93c8096aec3f0d0b02b8b2cca7cf to your computer and use it in GitHub Desktop.
Sentinel Header Block
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: "1.1" | |
| name: Sentinel Project Context Specification | |
| response_header: | |
| format: | | |
| {UUIDv4} | |
| {ISO8601-UTC} | |
| required: true | |
| position: first | |
| trailing_blank_lines: 2 | |
| sentinel_header_schema: | |
| required: | |
| - project | |
| - bounded_context_required | |
| - memory_scope | |
| - scope_enforcement | |
| - acknowledgment_required | |
| rules: | |
| detection: | |
| scan_lines: 30 | |
| key: sentinel_header | |
| enforcement: | |
| prohibit_inference: true | |
| prohibit_memory: true | |
| failure_mode: explicit_stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment