GitNexus/gitnexus-claude-plugin/skills/gitnexus-work
Gergő Magyar c0c3fa18a9
chore: release v1.6.11 (#3177)
* chore: release v1.6.11

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix(test): read /api/info version from package.json

server-info unit tests hardcoded 1.6.10 while buildServerInfo reads
package.json, so the 1.6.11 bump failed ubuntu coverage 3/3.

Co-authored-by: Cursor <cursoragent@cursor.com>

* refactor: read the published version from one helper

Release bumps kept breaking tests that each re-required package.json.
packageVersion() is now the single read for CLI, MCP, serve, and those tests.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Gergo Magyar <gergomagyar0@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-04 20:02:37 +01:00
..
references fix(skills): publish gitnexus-plan artifacts on macOS without an interpreter (#2905) (#2922) 2026-08-11 12:24:53 +01:00
scripts fix(skills): publish gitnexus-plan artifacts on macOS without an interpreter (#2905) (#2922) 2026-08-11 12:24:53 +01:00
mcp.json chore: release v1.6.11 (#3177) 2026-09-04 20:02:37 +01:00
README.md feat(skills): GitNexus Engineering Tool Kits (#2566) 2026-07-19 15:07:24 +01:00
SKILL.md fix(mcp): stop scaling the detect_changes query with the diff's hunk count (#2915) (#2930) 2026-08-12 14:51:17 +01:00

gitnexus-work — execute a gitnexus-plan

The executor counterpart to gitnexus-plan: consumes a plan's §11 implementation context pack and ships it as verified atomic commits, with GitNexus discipline baked in — impact before every symbol edit, detect_changes before every commit, tests from the plan's scenarios, and a two-layer drift check that re-anchors both commit and dirty working-tree evidence before relying on it.

Invocation

CLI How to invoke
Claude Code /gitnexus-work [plan path] (blank → newest docs/plans/*gitnexus-plan*.md in this repo)
Codex CLI Ask: "run gitnexus-work on " (Codex reads AGENTS.md), or install the skill user-level (below)

Codex (user-level install)

cp -r .claude/skills/gitnexus-work ~/.agents/skills/gitnexus-work

Optionally, for an explicit slash command, create ~/.codex/prompts/gitnexus-work.md:

---
description: Execute a gitnexus-plan as verified atomic commits (impact-checked, detect_changes-gated)
argument-hint: <plan path, or blank for the newest plan>
---

Use the gitnexus-work skill for: $ARGUMENTS

Read `~/.agents/skills/gitnexus-work/SKILL.md` (prefer the repo copy at
`.claude/skills/gitnexus-work/SKILL.md` when present) and follow its phases in
order. This skill edits code; honor its impact-before-edit and
detect_changes-before-commit rules without exception.

Contract with gitnexus-plan

  • Input: the 13-section plan document; §11's implementation_context fields are the machine-readable interface (see ../gitnexus-plan/references/context-pack.md for the stability contract).
  • evidence_provenance is mandatory in compact and full plans. Work always loads the plan only through its byte-identical helper's descriptor-anchored read-plan command, consumes the exact base64 bytes from that receipt, and recomputes the global dirty digest and sorted cited-path manifest even at the same HEAD. Schema-2 generated_plan_path is a normalized repo-relative docs/plans/<date>-gitnexus-plan-<slug>.md path; external, escaping, or differently scoped values are invalid. It must also equal the read receipt's canonical target-repo-relative path byte-for-byte. Missing or schema-1 evidence re-anchors under schema 2.
  • The plan is never mutated; deviations are recorded in commit messages and the final report.
  • Changed citations are re-read, new uncited dirty paths are assessed for scope, and unreadable evidence blocks dependent work. Deepen is reserved for drift that invalidates scope, requirements, a key technical decision, or the planned seam.

Graph freshness

One fail-closed Build-current/index-current procedure runs before every graph-dependent impact query and again before final graph verification. It compares indexed commit and the schema-4 runner identity (including its gitnexus-analyzer-dependency-runtime-v4 dependency payload/runtime digest), requires no incomplete-index recovery markers, invalidates on relationship-affecting committed or uncommitted edits, builds and invokes the current local analyzer with PDG indexing when needed, and treats timestamps only as a conservative trigger. Build, refresh, or identity failures block impact and completion; the executor never falls back to a stale runner.