You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openspec/changes/v0-3-structured-shell-analysis/tasks.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
-[ ] 1.6 Synchronize the accepted public API and shared requirements into `SPEC.md`.
9
9
-[ ] 1.7 Synchronize PowerShell grammar and analysis deltas into `SPEC.POWERSHELL.md`.
10
10
-[ ] 1.8 Update `PROJECT_CONTEXT.md` and `IMPLEMENTATION_PLAN.md` with the accepted v0.3 scope and delivery slices.
11
+
-[x] 1.9 Add a paired Bash and PowerShell design corpus that records current behavior, desired structure, command occurrences, bounded values, redirect facts, compatibility projections, and security invariants.
12
+
-[ ] 1.10 Promote each design case into the executable corpus as its production parser slice lands.
11
13
12
14
## 2. Behavior-Preserving Shared Preparation
13
15
@@ -90,7 +92,7 @@
90
92
91
93
## 10. Separately Gated Syntax Concerns
92
94
93
-
-[ ] 10.1 Specify heredoc delimiter quoting, expansion mode, body provenance, substitutions, and completeness before enabling heredoc bodies.
95
+
-[ ] 10.1 Specify heredoc delimiter adjacency and quoting, expansion mode, body provenance, substitutions, and completeness before enabling heredoc bodies.
94
96
-[ ] 10.2 Specify process-substitution command discovery and the unknown produced descriptor/path value before enabling it.
95
97
-[ ] 10.3 Specify background-list concurrency, ordering, and shell-state boundaries before enabling single `&`.
96
98
-[ ] 10.4 Specify C-style loop and arithmetic hidden-execution behavior before enabling either construct.
0 commit comments