@kitelev/exocortex-cli 16.206.0 → 16.207.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.
Files changed (3) hide show
  1. package/README.md +0 -19
  2. package/dist/index.js +221 -233
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -63,7 +63,6 @@ The following v15 verbs were **removed**: `batch`, `batch-repair`, `command`, `d
63
63
  | [`exosync`](#exosync) | Sync / pull / push the materialized AssetSpace set over the GitHub REST API |
64
64
  | [`exosync-parity`](#exosync-parity) | Read-only ExoSync divergence report (M1/M2 parity check) |
65
65
  | [`resolve-deps`](#resolve-deps) | Resolve an AssetSpace's transitive `dependsOn` closure from the registry (CI gate) |
66
- | [`requirements`](#requirements) | Requirements↔test traceability checker (RFC 0003) |
67
66
 
68
67
  ---
69
68
 
@@ -514,24 +513,6 @@ npx @kitelev/exocortex-cli resolve-deps \
514
513
  | `--format <type>` | `urls` | Output format: `urls` (one clone URL per line) or `json` (full diagnostics) |
515
514
  | `--strict` | off | Exit non-zero (`2`) when `self` is not registered, instead of validating standalone |
516
515
 
517
- ### requirements
518
-
519
- Requirements-management tooling (RFC 0003). The `requirements audit` subcommand checks requirement↔test traceability — orphan requirements, dangling `@req:<uid>` tags, duplicate bindings, the binding-class floor, coverage, and P0 ramp-readiness. Used by the `requirements-trace` CI job.
520
-
521
- ```bash
522
- npx @kitelev/exocortex-cli requirements audit \
523
- --reqs ./exoas-exo-reqs \
524
- --tests .
525
- ```
526
-
527
- | Option | Default | Description |
528
- | ----------------- | ------------ | -------------------------------------------------------------------------------------- |
529
- | `--reqs <path>` | **required** | Directory tree containing `req__Requirement` assets (a vault or a reqs assetspace) |
530
- | `--tests <path>` | `.` | Test-corpus root scanned for `@req:<uid>` tags |
531
- | `--output <type>` | `text` | Response format: `text` \| `json` |
532
- | `--strict` | off | Also exit `1` on orphan requirements |
533
- | `--gate <mode>` | `soft` | Gate mode: `soft` (warn only) \| `hard` (also block when the P0 checklist isn't ready) |
534
-
535
516
  ---
536
517
 
537
518
  ## Exit Codes