Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.8 KB

File metadata and controls

34 lines (28 loc) · 1.8 KB

Epics

Long-running multi-phase programmes — work that is bigger than any one task and outlives any single issue. Each entry names the epic's canonical ledger: the file that holds its phase/gate state, wherever it lives. The dashboard renders these under In flight with a one-tap resume prompt that works out where the epic stands from its ledger and continues it from the next logical point — nobody should have to hunt for the issue that pairs with an epic's current phase.

Schema per entry: ## <slug> then - title: / - ledger: / - notes: (and optionally - status: for a coarse, durable state — never per-phase detail, which belongs in the ledger).

A member prompt declares its membership in its own header: Epic: <slug> (this file's slug) plus an optional Phase: <n>. The dashboard then keeps members out of the pick lists and work-type sections and shows them only grouped, phase-ordered, under their epic — worked in order through the epic, never picked standalone.

jax-inference-profiling

  • title: JAX profiling — inference programme
  • ledger: autolens_profiling/results/notes/inference/PROGRAMME.md
  • notes: DECISIONS.md (append-only gate log) and phase__*/RESULTS.md sit beside the ledger; slices ship as autolens_profiling issues/PRs, not Mind prompts.

cluster-strong-lensing

  • title: Cluster strong lensing — Source & Cluster arc
  • ledger: draft/feature/autolens/source_cluster_arc.md
  • notes: 12 phased prompts under draft/; issue phases ONE at a time as predecessors near shipping — no bulk issue queues.

graphical-ep

  • title: Expectation propagation (EP) campaign
  • ledger: draft/research/graphical_ep/ep_campaign.md
  • notes: umbrella phase map — each phase's real content lives in its own prompt under draft/research/graphical_ep/; the campaign file itself is never issued.