@ornexus/neocortex 4.60.22 → 4.60.24

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 (110) hide show
  1. package/dist/sbom.cdx.json +24 -24
  2. package/install.js +67 -10
  3. package/install.ps1 +39 -8
  4. package/install.sh +18 -6
  5. package/package.json +9 -3
  6. package/packages/client/dist/adapters/adapter-registry.d.ts +2 -2
  7. package/packages/client/dist/adapters/adapter-registry.js +1 -1
  8. package/packages/client/dist/adapters/grok-adapter.d.ts +11 -0
  9. package/packages/client/dist/adapters/grok-adapter.js +2 -0
  10. package/packages/client/dist/adapters/index.d.ts +1 -0
  11. package/packages/client/dist/adapters/index.js +1 -1
  12. package/packages/client/dist/adapters/platform-detector.d.ts +1 -1
  13. package/packages/client/dist/adapters/platform-detector.js +1 -1
  14. package/packages/client/dist/agent/refresh-stubs.js +2 -2
  15. package/packages/client/dist/cli.js +21 -2
  16. package/packages/client/dist/commands/invoke.d.ts +39 -26
  17. package/packages/client/dist/commands/invoke.js +56 -50
  18. package/packages/client/dist/commands/story-checkpoint.d.ts +15 -0
  19. package/packages/client/dist/commands/story-checkpoint.js +1 -0
  20. package/packages/client/dist/config.js +1 -1
  21. package/packages/client/dist/continuity/invoke-hooks.js +1 -1
  22. package/packages/client/dist/fs/atomic-state-replace.d.ts +16 -0
  23. package/packages/client/dist/fs/atomic-state-replace.js +1 -0
  24. package/packages/client/dist/generated/command-registry.generated.d.ts +51 -51
  25. package/packages/client/dist/generated/command-registry.generated.js +1 -1
  26. package/packages/client/dist/git/direct-yolo-checkpoint.d.ts +67 -0
  27. package/packages/client/dist/git/direct-yolo-checkpoint.js +3 -0
  28. package/packages/client/dist/git/git-lifecycle-store.d.ts +198 -0
  29. package/packages/client/dist/git/git-lifecycle-store.js +4 -0
  30. package/packages/client/dist/git/secure-filesystem-boundary.d.ts +26 -0
  31. package/packages/client/dist/git/secure-filesystem-boundary.js +123 -0
  32. package/packages/client/dist/graph-retrieval/pre-command-hook.d.ts +11 -0
  33. package/packages/client/dist/graph-retrieval/pre-command-hook.js +1 -1
  34. package/packages/client/dist/graph-retrieval/shared-graph-retrieval-contract.js +1 -1
  35. package/packages/client/dist/index.d.ts +2 -0
  36. package/packages/client/dist/index.js +1 -1
  37. package/packages/client/dist/invocation/invoke-input.d.ts +9 -0
  38. package/packages/client/dist/invocation/invoke-input.js +1 -0
  39. package/packages/client/dist/memory/shared-project-memory-types.d.ts +29 -2
  40. package/packages/client/dist/memory/shared-project-memory-types.js +2 -2
  41. package/packages/client/dist/migrations/project-identity-capability.d.ts +13 -0
  42. package/packages/client/dist/migrations/project-identity-capability.js +1 -0
  43. package/packages/client/dist/migrations/project-identity.d.ts +41 -0
  44. package/packages/client/dist/migrations/project-identity.js +7 -0
  45. package/packages/client/dist/policy/subagent-approval-policy.js +1 -1
  46. package/packages/client/dist/runner/headless/continuous-story-workspace.d.ts +131 -0
  47. package/packages/client/dist/runner/headless/continuous-story-workspace.js +58 -0
  48. package/packages/client/dist/runner/headless/epic-git-reconciliation-inventory.d.ts +23 -0
  49. package/packages/client/dist/runner/headless/epic-git-reconciliation-inventory.js +1 -0
  50. package/packages/client/dist/runner/headless/epic-merge-candidate-qa.d.ts +15 -0
  51. package/packages/client/dist/runner/headless/epic-merge-candidate-qa.js +28 -0
  52. package/packages/client/dist/runner/headless/epic-terminal-git-cli-adapter.d.ts +12 -0
  53. package/packages/client/dist/runner/headless/epic-terminal-git-cli-adapter.js +8 -0
  54. package/packages/client/dist/runner/headless/epic-terminal-git-runner.d.ts +134 -0
  55. package/packages/client/dist/runner/headless/epic-terminal-git-runner.js +2 -0
  56. package/packages/client/dist/runner/headless/prepared-story-bundle.js +1 -1
  57. package/packages/client/dist/runner/headless/run-yolo.js +1 -1
  58. package/packages/client/dist/runner/headless/run-yoloop.d.ts +7 -2
  59. package/packages/client/dist/runner/headless/run-yoloop.js +8 -1
  60. package/packages/client/dist/runner/headless/types.d.ts +1 -1
  61. package/packages/client/dist/runner/headless/types.js +2 -2
  62. package/packages/client/dist/state/invocation-shape.d.ts +9 -0
  63. package/packages/client/dist/state/invocation-shape.js +1 -0
  64. package/packages/client/dist/state/project-state-snapshot.d.ts +9 -3
  65. package/packages/client/dist/state/project-state-snapshot.js +1 -1
  66. package/packages/client/dist/state/state-json-repair.d.ts +9 -0
  67. package/packages/client/dist/state/state-json-repair.js +3 -3
  68. package/packages/client/dist/state/structural-dag-projection.d.ts +24 -0
  69. package/packages/client/dist/state/structural-dag-projection.js +1 -0
  70. package/packages/client/dist/tier/tier-aware-client.js +1 -1
  71. package/packages/client/dist/yoloop/invoke-hooks.d.ts +13 -10
  72. package/packages/client/dist/yoloop/invoke-hooks.js +8 -5
  73. package/packages/client/dist/yoloop/shared-discover-epics.js +1 -1
  74. package/packages/shared/dist/generated/command-registry.generated.js +64 -65
  75. package/packages/shared/dist/generated/invocation-schema.generated.js +16 -24
  76. package/packages/shared/dist/invocation/index.d.ts +6 -2
  77. package/packages/shared/dist/invocation/index.js +5 -0
  78. package/packages/shared/dist/invocation/input-envelope.d.ts +37 -0
  79. package/packages/shared/dist/invocation/input-envelope.js +98 -0
  80. package/packages/shared/dist/invocation/project-identity-migration.d.ts +28 -0
  81. package/packages/shared/dist/invocation/project-identity-migration.js +83 -0
  82. package/packages/shared/dist/invocation/public-diagnostics.d.ts +87 -0
  83. package/packages/shared/dist/invocation/public-diagnostics.js +181 -0
  84. package/packages/shared/dist/invocation/state-projection.d.ts +21 -0
  85. package/packages/shared/dist/invocation/state-projection.js +1 -0
  86. package/packages/shared/dist/invocation/strict-effect-receipt.d.ts +12 -0
  87. package/packages/shared/dist/invocation/strict-effect-receipt.js +43 -0
  88. package/packages/shared/dist/yoloop/epic-terminal-git.js +227 -0
  89. package/packages/shared/dist/yoloop/planning-graph.js +119 -0
  90. package/packages/shared/dist/yoloop/public-story-write-set.js +27 -0
  91. package/packages/shared/dist/yoloop/wave-decision-receipt.js +19 -0
  92. package/targets-stubs/antigravity/gemini.md +1 -1
  93. package/targets-stubs/antigravity/neocortex.md +18 -0
  94. package/targets-stubs/antigravity/skill/SKILL.md +1 -1
  95. package/targets-stubs/claude-code/neocortex-root.agent.yaml +1 -1
  96. package/targets-stubs/claude-code/neocortex-root.md +21 -2
  97. package/targets-stubs/claude-code/neocortex.agent.yaml +1 -1
  98. package/targets-stubs/claude-code/neocortex.md +2 -2
  99. package/targets-stubs/codex/AGENTS.md +20 -1
  100. package/targets-stubs/cursor/agent.md +20 -2
  101. package/targets-stubs/gemini-cli/agent.md +2 -2
  102. package/targets-stubs/gemini-cli/gemini.md +18 -0
  103. package/targets-stubs/grok/README.md +13 -0
  104. package/targets-stubs/grok/SKILL.md +50 -0
  105. package/targets-stubs/grok/config-mcp.toml +22 -0
  106. package/targets-stubs/grok/install-grok.sh +31 -0
  107. package/targets-stubs/kimi/neocortex.md +18 -0
  108. package/targets-stubs/openclaw/SKILL.md +18 -0
  109. package/targets-stubs/opencode/neocortex-root.md +20 -1
  110. package/targets-stubs/vscode/neocortex.agent.md +20 -2
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: "neocortex"
3
- description: "Neocortex v4.60.22 | OrNexus Team"
3
+ description: "Neocortex v4.60.24 | OrNexus Team"
4
4
  tools:
5
5
  # Read / Edit (built-in tool sets)
6
6
  - read
@@ -68,7 +68,7 @@ SEMPRE que este agente for invocado, imprima o banner abaixo como PRIMEIRO outpu
68
68
  ┌────────────────────────────────────────────────────────────┐
69
69
  │ │
70
70
  │ ####### N E O C O R T E X │
71
- │ ### ######## v4.60.22
71
+ │ ### ######## v4.60.24
72
72
  │ ######### ##### │
73
73
  │ ## ############## Development Orchestrator │
74
74
  │ ## ### ###### ## OrNexus Team │
@@ -255,3 +255,21 @@ done
255
255
 
256
256
  The loop terminates on `[YOLOOP_COMPLETE]` (success) or `[YOLOOP_ABORTED]` (failure).
257
257
  For full details see `docs/arquitetura-software/loop-usage-guide.md`.
258
+
259
+ At the root only, `epicTerminalGitDirective` uses the recorded origin and
260
+ forbids worktree management, force-push and ambiguous/unintegrated cleanup.
261
+ `epicGitReconciliationDirective` runs fail-closed before start/resume children
262
+ and supports explicit `dryRun` audit without Git effects.
263
+ Terminal effects require a fresh aggregate-QA receipt bound to the exact physical
264
+ execution HEAD/current graph and an immutable physical origin binding. PR reuse
265
+ and cleanup revalidate exact SHAs and fresh provider/ref truth immediately before
266
+ effects; active, manual-worktree, ambiguous, protected or raced resources remain.
267
+ Post-commit lease/checkpoint and physical receipts use the fsync/CAS runtime store
268
+ in a private user-owned directory inside the Git common-dir, never a tracked-state rewrite. Accepted story checkpoints
269
+ require independent typed QA and root commit-range review receipts bound to the
270
+ story, commit range, bundle digest and graph revision; fresh physical recomputation is authoritative and generic receipts cannot
271
+ authorize pass/approval. Persisted merge state never replaces fresh root physical
272
+ verification when a terminal-complete response carries the terminal directive.
273
+ Remote branch deletion is
274
+ preserved with `git-resource-remote-delete-cas-unavailable` when no OID-bound
275
+ provider primitive exists; local refs and PRs still reconcile when fully proven.