@gluecharm-lab/easyspecs-cli 0.2.1 → 0.3.0

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/error-code.md CHANGED
@@ -33,7 +33,7 @@ Single reference for **process exit codes**, structured **`failureExitId`** subc
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
35
  | **86** | **SRS-72:** OpenCode default model not configured (readiness gate **c**). |
36
- | **87** | **SRS-72:** Mandatory repo-root **`opencode.json`** missing under effective analysis root (readiness gate **d**). |
36
+ | **87** | **SRS-72:** *Reserved / gate **(d)** waived:* repo-root **`opencode.json`** is **not** required for readiness when OpenCode is **installed**, **credentials** are ready (or **skipCredentialsCheck**), and a **model** is configured (**84–86** still apply). |
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gluecharm-lab/easyspecs-cli",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "description": "EasySpecs headless CLI (synthesis, analysis, diagnose, download/upload context, auth, ACE)",
5
5
  "license": "Elastic-2.0",
6
6
  "homepage": "https://easyspecs.ai/",