docs(memory): require provenance links and evidence metadata in workflow
This commit is contained in:
parent
e1155c24cc
commit
4c6a78006d
4 changed files with 21 additions and 0 deletions
|
|
@ -11,6 +11,12 @@ Step 2: Query canonical memory for that domain
|
|||
bd query "label=memory AND label=mem-canonical AND label=<domain> AND status=closed" --sort updated --reverse
|
||||
```
|
||||
|
||||
Step 2b: Inspect provenance on candidate memories (required for fresh agents)
|
||||
```bash
|
||||
bd show <memory-id>
|
||||
bd dep list <memory-id>
|
||||
```
|
||||
|
||||
Step 3: Query hard constraints subset
|
||||
```bash
|
||||
bd query "label=memory AND label=mem-canonical AND label=mem-hard AND label=<domain> AND status=closed" --sort updated --reverse
|
||||
|
|
@ -33,6 +39,11 @@ Step 6: Record acknowledgement
|
|||
bd update <active-task-id> --notes "Memory injection: related <memory-id list>; hard contracts <contract-id list>."
|
||||
```
|
||||
|
||||
Step 7: Preserve provenance in active work notes
|
||||
```bash
|
||||
bd update <active-task-id> --append-notes "Memory provenance checked via bd show/dep list for <memory-id list>."
|
||||
```
|
||||
|
||||
Expected response patterns:
|
||||
- bd query: list of IDs + labels + titles
|
||||
- bd dep relate: relation confirmation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue