Skip to content

Commit fd7dbed

Browse files
committed
docs(stdlib+alib-roadmap): fill in Tracking sections with live umbrella links
Both sibling roadmap docs carried the same stale '(TBD — opened alongside this PR)' placeholders for umbrella tracker and per-tier/track child issues. Those umbrellas now exist, so the placeholders were stale per each doc's 'do not let the table drift' rule: - stdlib-roadmap.adoc -> umbrella #412; lazy child model (stdlib #N); filed so far: #415 (stdlib #5, cross-file use; closed) - alib-roadmap.adoc -> umbrella #413; lazy child model (alib #N); filed so far: #416 (alib #10, alib.affine module; closed) Reflects each campaign's actual lazy child-issue model (open issues as work starts; do not seed all up front), distinct from the newer bindings campaign (#446) which pre-files per-tier issues.
1 parent 2a3989c commit fd7dbed

2 files changed

Lines changed: 19 additions & 5 deletions

File tree

docs/alib-roadmap.adoc

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,10 +304,17 @@ extensions that aLib doesn't currently capture. These items propose
304304

305305
== Tracking
306306

307-
* Umbrella tracker: (TBD — opened alongside this PR)
308-
* Per-tier child issues: (TBD — opened alongside this PR)
307+
* Umbrella tracker:
308+
link:https://github.com/hyperpolymath/affinescript/issues/413[#413]
309+
(Umbrella: aLib conformance and contributions roadmap — 25 items /
310+
3 tracks).
311+
* Per-track child issues: opened lazily as work on an item starts.
312+
Reference items by their stable doc number as `alib #N` in
313+
cross-issue discussion. Filed so far:
314+
** link:https://github.com/hyperpolymath/affinescript/issues/416[#416]
315+
— alib #10 (`stdlib/alib.affine` conformance module); closed.
309316
* Upstream tracking: `hyperpolymath/aggregate-library` (T3 items
310-
result in PRs there, not in this repo)
317+
result in PRs there, not in this repo).
311318

312319
When an item's status changes, update its row in this file in the
313320
*same* PR that lands the change; do not let the table drift.

docs/stdlib-roadmap.adoc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,15 @@ Items that earn their place once the basics are solid.
481481

482482
== Tracking
483483

484-
* Umbrella tracker: (TBD — opened alongside this PR)
485-
* Per-tier child issues: (TBD — opened alongside this PR)
484+
* Umbrella tracker:
485+
link:https://github.com/hyperpolymath/affinescript/issues/412[#412]
486+
(Umbrella: standard library roadmap — 50 items / 5 tiers).
487+
* Per-tier child issues: opened lazily as work on an item starts — the
488+
umbrella does not seed all 50 up front. Reference items by their
489+
stable doc number as `stdlib #N` in cross-issue discussion. Filed so
490+
far:
491+
** link:https://github.com/hyperpolymath/affinescript/issues/415[#415]
492+
— stdlib #5 (cross-file `use` resolvability); closed.
486493

487494
When a stdlib item's status changes, update its row in this file in
488495
the *same* PR that lands the change; do not let the table drift.

0 commit comments

Comments
 (0)