Deterministic scheduler (topo order -> dated plan) #9
Notifications
Due Date
No due date set.
Blocks
Depends on
#10 Monte Carlo milestone cones (p10/p50/p80)
christian/commitea
#12 Directive log append + consequence diff
christian/commitea
#13 Focus selection (Now/Next/Later + critical path)
christian/commitea
#5 Lifecycle inference from the issue timeline
christian/commitea
#8 Capacity model from members.yaml
christian/commitea
Reference: christian/commitea#9
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?
Order open issues by dep topo-sort + priority + estimate, consume capacity, emit per-issue start/finish. LLM does no math. Cycle detection on the dep graph.
Acceptance: a small dep graph w/ two contributors yields deterministic start/finish; a cycle is reported, not looped.
P2 keystone / schedule risk (only est/5d in P2). If it slips, split topo-sort+capacity-consumption from date-emission. Gitea native issue deps confirmed available (1.24.3).
Shipped — deterministic scheduler (topo + critical path -> dated plan), capacity-aware.