@ikon85/agent-workflow-kit 0.12.0 → 0.14.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.
@@ -47,6 +47,17 @@ export const HELPER_FILES = [
47
47
  // the parity primitive rather than growing a second registry/GitHub comparison.
48
48
  { path: 'scripts/release-parity.mjs', kind: 'script', mode: 0o644 },
49
49
  { path: 'scripts/release-state.mjs', kind: 'script', mode: 0o644 },
50
+ // GitHub-consumer automation: invokes the existing update command, then owns
51
+ // only the stable tested branch/pull-request upsert.
52
+ { path: 'scripts/kit-update-pr.mjs', kind: 'script', mode: 0o755 },
53
+ // Stdlib-only project census foundation. index.mjs is the stable consumer
54
+ // entrypoint; its five local modules must ship with it as one helper unit.
55
+ { path: 'scripts/census/index.mjs', kind: 'script', mode: 0o644 },
56
+ { path: 'scripts/census/scan.mjs', kind: 'script', mode: 0o644 },
57
+ { path: 'scripts/census/fingerprint.mjs', kind: 'script', mode: 0o644 },
58
+ { path: 'scripts/census/delta.mjs', kind: 'script', mode: 0o644 },
59
+ { path: 'scripts/census/state.mjs', kind: 'script', mode: 0o644 },
60
+ { path: 'scripts/census/transaction.mjs', kind: 'script', mode: 0o644 },
50
61
  // Shared hook utility imported by the shipped hooks (drift-guard,
51
62
  // sync-board-status). Library (imported, not run) → 0o644. MUST ship or those
52
63
  // hooks ImportError on arrival.