specatlas 0.1.10 → 0.1.11

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 (2) hide show
  1. package/dist/bin.js +2 -2
  2. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -12732,7 +12732,7 @@ async function runCiGate(opts) {
12732
12732
  }
12733
12733
 
12734
12734
  // src/args.ts
12735
- var BOOLEAN_FLAGS = /* @__PURE__ */ new Set(["json", "local", "strict", "yes", "dry-run", "require-evidence", "help", "version"]);
12735
+ var BOOLEAN_FLAGS = /* @__PURE__ */ new Set(["json", "local", "strict", "yes", "dry-run", "require-evidence", "require", "help", "version"]);
12736
12736
  function parseArgs(argv) {
12737
12737
  const positionals = [];
12738
12738
  const flags = {};
@@ -12804,7 +12804,7 @@ var CATALOG = [
12804
12804
  { name: "archive", description: "Pliega los deltas a la spec viva y archiva el cambio", flags: ["yes", "dry-run", "domain", "json"], usage: "satlas archive <slug> [--yes] [--dry-run] [--json]" },
12805
12805
  { name: "verify", description: "Registra evidencia por escenario (ejecuta el comando y guarda resultado y hash)", flags: ["scenario", "command", "method", "result", "by", "notes", "file", "allow-command", "json"], usage: 'satlas verify <slug> [--scenario REQ-\u2026-S1 --command "npm test" --by "<nombre>"]' },
12806
12806
  { name: "analyze", description: "Chequeo cruzado (lint + trace + waves + mockups) y escribe analyze.md", flags: ["json"], usage: "satlas analyze <slug>" },
12807
- { name: "mockup", description: "Planifica, valida o captura los mockups del cambio", flags: ["plan", "check", "capture", "json"], usage: "satlas mockup <slug> [--check|--capture]" },
12807
+ { name: "mockup", description: "Planifica, valida o captura los mockups del cambio", flags: ["plan", "check", "capture", "require", "json"], usage: "satlas mockup <slug> [--plan|--check|--capture|--require]" },
12808
12808
  { name: "present", description: "Genera el paquete de propuesta para el stakeholder (HTML autocontenido)", flags: ["json"], usage: "satlas present <slug>" },
12809
12809
  { name: "ci", description: "Gate de pipeline: specs + cambios + doctor + adaptadores (sin agente)", flags: ["strict", "json"], usage: "satlas ci [--strict]" },
12810
12810
  { name: "metrics", description: "M\xE9tricas locales del workspace (progreso, WIP, throughput, evidencia)", flags: ["json"], usage: "satlas metrics [--json]" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specatlas",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "SpecAtlas: kernel determinista de Spec-Driven Development (CLI)",
5
5
  "license": "MIT",
6
6
  "type": "module",