Commit 786ab16
committed
docs(planning): fix CONTEXT spec inaccuracies surfaced by code review
Three fixes from the post-merge spec audit on PR #27:
1. Phase 11 source discriminators: align with the actual v1 strings in
src/mcp_server_python_docs/detection.py. v1 returns '.python-version
file' / 'python3 in PATH' / 'server runtime' (not the simplified
labels the original CONTEXT spec used). v2 preserves these verbatim
below the new venv:* sources.
2. Phase 09 success criterion 1: use compare_versions('asyncio.TaskGroup',
'3.10', '3.11') instead of '3.11'-'3.12' for the introduction example.
The symbol was introduced in 3.11, so a 3.10->3.11 diff is the right
surface to test 'newly introduced' detection. A 3.11->3.12 diff would
show no change for TaskGroup and could pass vacuously.
3. ROADMAP.md Historical section: drop the misleading reference to
'.git/info/exclude'. That file is local-only and contains gitignore
syntax, not a policy narrative; readers checking it would not find
the explanation. Rephrased to be self-contained.1 parent d4d6270 commit 786ab16
3 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments