@gluecharm-lab/easyspecs-cli 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/commands.md +1 -1
- package/dist/main.cjs +74 -25
- package/dist/main.cjs.map +2 -2
- package/error-code.md +2 -2
- package/package.json +1 -1
package/error-code.md
CHANGED
|
@@ -32,8 +32,8 @@ Single reference for **process exit codes**, structured **`failureExitId`** subc
|
|
|
32
32
|
| **83** | `update context` factory failure (non-readiness). |
|
|
33
33
|
| **84** | **SRS-72:** OpenCode CLI not installed / not callable (`analysis`, `update context`, `context drift` readiness). |
|
|
34
34
|
| **85** | **SRS-72:** OpenCode credentials not ready (readiness gate **b**). |
|
|
35
|
-
| **86** | **SRS-72:**
|
|
36
|
-
| **87** | **SRS-72:** *Reserved
|
|
35
|
+
| **86** | **SRS-72:** *Reserved:* readiness **does not** exit with **86** for a missing default model when **(a)** and **(b)** pass; **`describeExitCode(86)`** documents legacy expectations. |
|
|
36
|
+
| **87** | **SRS-72:** *Reserved:* readiness **does not** exit with **87** for a missing repo-root **`opencode.json`**; **`describeExitCode(87)`** documents reserved semantics. |
|
|
37
37
|
|
|
38
38
|
**SRS-61:** HTTP **`HttpApiError`** handling unchanged — may map to **3**, **6**, **7**, or **99** per existing rules.
|
|
39
39
|
|
package/package.json
CHANGED