graft_review() reads and validates an edited managed Open Knowledge Format
bundle without changing accepted knowledge. It returns the same immutable
plan type as graft_plan(), bound to the exact bundle and accepted batch
observed during review. Call graft_commit() after approval, then synchronize
the working tree explicitly with graft_sync().
Arguments
- store
An initialized
GraftStore.- path
Optional edited bundle directory. The default uses the managed OKF directory.
- provenance
A
graft_provenance()object describing the reviewer or host policy proposing the change.