Contract framework with markdown-native contracts utilizing fenced YAML blocks
This commit is contained in:
parent
3cfda33bc9
commit
e3e13ee45a
36 changed files with 2877 additions and 13 deletions
26
examples/documents/workplan-valid.md
Normal file
26
examples/documents/workplan-valid.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
document_type: workplan
|
||||
id: MKTT-WP-EXAMPLE
|
||||
status: active
|
||||
---
|
||||
|
||||
# Example Workplan
|
||||
|
||||
## Purpose
|
||||
|
||||
Establish a focused implementation slice with enough structure for State Hub,
|
||||
human review, and follow-on implementation.
|
||||
|
||||
## Tasks
|
||||
|
||||
```task
|
||||
id: MKTT-WP-EXAMPLE-T001
|
||||
status: todo
|
||||
priority: high
|
||||
```
|
||||
|
||||
Implement the smallest practical behavior and verify it through the CLI.
|
||||
|
||||
## Decision Point
|
||||
|
||||
Continue only if diagnostics are clear enough for humans and agents.
|
||||
Loading…
Add table
Add a link
Reference in a new issue