Commit 2b0d2ca
committed
docs(planning): codex review fixes for PR #4 phase specs
Three findings from a second codex:review pass on PR #27:
1. ROADMAP.md inline-summary v0.1.5 scope instead of linking to
../CHANGE-REQUEST-v0.1.5-launch.md. The CR document is intentionally
untracked (it's a working planning artifact), so the link was dead from
a fresh checkout's perspective. Replaced with a one-sentence summary
of the five workstreams.
2. Phase 10 WNEW-01: define the kind filter and pagination params that
the success criteria already exercise. Previous WNEW-01 listed only
the version input, making the spec internally inconsistent with
success criterion 3 (kind="deprecation") and WNEW-03 (pagination).
3. Phase 11 DETV2-01: parse the standard `version = X.Y[.Z]` key in
pyvenv.cfg (written by python -m venv). version_info is the optional
fallback, not the primary key as previously specified. Confirmed
against the local .venv/pyvenv.cfg in the workspace.1 parent 786ab16 commit 2b0d2ca
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments