|
11 | 11 | (repo . "rescript-evangeliser"))) |
12 | 12 |
|
13 | 13 | (current-position |
14 | | - ((phase . "CLI Alpha") |
15 | | - (overall-completion . 90) |
| 14 | + ((phase . "v0.5.0 Complete + PanLL Integration") |
| 15 | + (overall-completion . 100) |
16 | 16 | (working-features |
17 | 17 | ("52 transformation patterns across 21 categories" |
18 | 18 | "Scanner: regex-based JS pattern detection engine" |
19 | 19 | "Analyser: result aggregation and category reporting" |
20 | 20 | "CLI: scan/patterns/legend/stats commands" |
21 | | - "38 tests across 6 test suites (Types, Glyphs, Narrative, Patterns, Scanner, Analyser)" |
| 21 | + "37+ tests across 6 test suites (Types, Glyphs, Narrative, Patterns, Scanner, Analyser)" |
22 | 22 | "3 output formats: plain text, markdown, html" |
23 | 23 | "3 view layers: RAW, FOLDED, GLYPHED" |
24 | 24 | "21 Makaton-inspired glyph categories" |
25 | 25 | "Celebrate/minimize/better narrative framework" |
26 | 26 | "12 CI workflows all passing" |
27 | | - "ReScript 12.2 with Deno runtime")))) |
| 27 | + "ReScript 12.2 with Deno runtime" |
| 28 | + "PanLL module: EvangeliserModel + EvangeliserEngine + Evangeliser component" |
| 29 | + "PanLL three-panel: constraints (L), narratives (N), JS→ReScript results (W)" |
| 30 | + "Satellite GitHub repo created and synced")))) |
28 | 31 |
|
29 | 32 | (route-to-mvp |
30 | 33 | ((milestones |
|
44 | 47 | "RAW/FOLDED/GLYPHED output views" |
45 | 48 | "Plain/markdown/html output formats")) |
46 | 49 | (status . "complete"))) |
| 50 | + (v0.5.1 . ((items . ("PanLL three-panel module integration" |
| 51 | + "52 patterns in PanLL EvangeliserEngine" |
| 52 | + "21 glyphs in PanLL glyph registry")) |
| 53 | + (status . "complete"))) |
47 | 54 | (v0.6.0 . ((items . ("VS Code extension" |
48 | | - "LSP integration" |
49 | | - "PanLL Panel-L integration")) |
| 55 | + "LSP integration")) |
50 | 56 | (status . "planned"))) |
51 | 57 | (v0.7.0 . ((items . ("WYSIWYG block-based editor" |
52 | 58 | "Interactive tutorials")) |
|
69 | 75 | ((immediate . ()) |
70 | 76 | (this-week . ()) |
71 | 77 | (this-month . ("VS Code extension planning" |
72 | | - "PanLL Panel-L integration design" |
73 | | - "Evaluate AST-based detection as complement to regex")))) |
| 78 | + "Evaluate AST-based detection as complement to regex" |
| 79 | + "WYSIWYG editor prototype")))) |
74 | 80 |
|
75 | 81 | (session-history . ()))) |
0 commit comments