Structs§
- Goal
Policy - Policy controlling goal auto-close and auto-reopen behavior.
- Goal
Policy Override - Optional per-goal policy override values.
- Goal
Progress - Progress summary for a goal’s direct children.
Constants§
- MAX_
CONTAINMENT_ DEPTH - Safety cap for containment-depth validation.
Functions§
- check_
auto_ close - Evaluate whether a goal should auto-close under default policy.
- check_
auto_ close_ with_ policy - Evaluate whether a goal should auto-close under the provided project policy.
- check_
auto_ reopen - Evaluate whether a goal should auto-reopen under default policy.
- check_
auto_ reopen_ with_ policy - Evaluate whether a goal should auto-reopen under the provided project policy.
- check_
circular_ containment - Validate that adding
child_idunderparent_idwill not create circular containment, and that the ancestry depth stays under a safety threshold. - goal_
policy_ override_ from_ fields - Parse policy override labels from a projection-level work item aggregate.
- goal_
policy_ override_ from_ labels - Parse policy override labels from a goal’s labels.
- goal_
progress - Compute direct-child progress summary for a goal.
Type Aliases§
- Db
SQLiteprojection handle used by goal model helpers.