@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/commands.md +1 -1
- package/dist/main.cjs +379 -292
- package/dist/main.cjs.map +4 -4
- package/error-code.md +1 -1
- package/package.json +1 -1
package/commands.md
CHANGED
|
@@ -38,7 +38,7 @@ When `**easyspecs-cli analysis`** exits **non-zero** with factory failures, huma
|
|
|
38
38
|
| `**error**` | Orchestrator message; if several phases failed, a short appendix lists extra `**failureExitId`**s (see `[factoryValidationFailures.ts](../../src/factory/factoryValidationFailures.ts)`). |
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
**Phase → OS exit (generate_context):** **84–
|
|
41
|
+
**Phase → OS exit (generate_context):** **84–86** **`diagnose_readiness`** when a **readiness gate (a)–(c)** fails (**SRS-72** — install, credentials, model); **87** is reserved (mandatory **`opencode.json`** no longer blocks once **(a)–(c)** pass); **50** `create_analysis_worktree`, **51** `materialize_opencode_agents`, **52** `synthesis_convergence`, **53** `reference_coverage`, **54** `zero_reference_remediation_convergence`, **55** `reference_coverage_execution_report`, **56** `link_mapping_pipeline`, **57** `assemble_application_context_index`, **58** `backend_context_sync`, **49** unknown / unattributed. Full table: `[error-code.md](./error-code.md)`.
|
|
42
42
|
|
|
43
43
|
**Optional `validationSubcode` (v1):** `**R5_MACRO_PING_PONG`** when synthesis `**detail**` notes **R5** unstable convergence; `**COVERAGE_PERCENT_THRESHOLD`** when reference-coverage `**detail**` matches the strict percent gate pattern.
|
|
44
44
|
|