Directive log append + consequence diff #12
Notifications
Due Date
No due date set.
Blocks
Depends on
#26 record_directive -> ledger + consequence diff, wired to Directives
christian/commitea
#9 Deterministic scheduler (topo order -> dated plan)
christian/commitea
Reference: christian/commitea#12
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Append-only JSONL writer (crypto UUID id, ts ordering, seq computed on read) + a before/after scheduler diff for one directive.
Acceptance: appending two directives never rewrites a prior line; ordering derives from ts; a reprioritize yields a before->after date delta.
Shipped — directive log append (JSONL in pm-state). Consequence-diff is a follow-up.