Skip to content

Releases: xeonvs/codex-engineering-workflow

engineering-workflow 0.9.7

Choose a tag to compare

@xeonvs xeonvs released this 20 Sep 10:32
2ceeba7

Fixes repository audit discovery and output (#12): uses tracked plus non-ignored untracked Git inventory, preserves tracked ignored-looking paths and explicit canonical owners, bounds non-Git fallback traversal, and adds compact machine-readable summaries backed by complete report artifacts. Default full JSON remains compatible, and privacy scanning retains its existing tracked-file coverage.

engineering-workflow 0.9.6

Choose a tag to compare

@xeonvs xeonvs released this 15 Sep 13:40
f94bdef

What's Changed

  • Add durable context and bounded handoff rules by @xeonvs in #10

Full Changelog: v0.9.5...v0.9.6

engineering-workflow 0.9.5

Choose a tag to compare

@xeonvs xeonvs released this 13 Sep 12:48
5bc1e39

What's Changed

  • Reduce workflow instruction and execution overhead by @xeonvs in #9

Full Changelog: v0.9.4...v0.9.5

engineering-workflow 0.9.4

Choose a tag to compare

@xeonvs xeonvs released this 12 Sep 13:05
bd86b45

What's Changed

  • Add Engineering Workflow plugin branding by @xeonvs in #7

Full Changelog: v0.9.3...v0.9.4

engineering-workflow 0.9.3

Choose a tag to compare

@xeonvs xeonvs released this 12 Sep 10:08

What changed

  • Preserves repository-owned and legacy top-level PLANS.md sections when compacting or archiving a completed active plan.
  • Replaces only the validated active-plan section and the managed Recently Completed list, retaining the preamble, sibling content, and section order.
  • Corrects a data-loss defect discovered while dogfooding 0.9.2 against the unified marketplace repository; the 0.9.2 release remains immutable.

Verification

  • Focused lifecycle coverage passes for both compact and archive dispositions with customized sections before and after the active plan.
  • Final repository gate passed 9/9, including all tests, validators, package byte parity, and whitespace checks.
  • Skill quick validation, Codex plugin validation, strict Claude plugin/marketplace validation, public-tree privacy, and fully redacted Gitleaks tree/history scans passed.
  • Exact main and annotated tag CI runs completed successfully.

engineering-workflow 0.9.2

Choose a tag to compare

@xeonvs xeonvs released this 12 Sep 09:44

What changed

  • Keeps durable plan state current inside useful work instead of creating a recurring model-maintenance loop.
  • Distinguishes continuous task context from recovery after material context loss, uncertain execution, drift, or root handoff.
  • Removes plan-date ordering as a validation-applicability proxy while preserving dated evidence and all closure, review, privacy, and publication boundaries.
  • Stops redundant route, tool, and subagent work after sufficient evidence; already-current target upgrades now produce a verified zero-write result.
  • Adds an agent-neutral shared fallback without claiming Codex- or Claude-specific capabilities on other hosts.

Verification

  • Final repository gate passed 9/9, including all tests, validators, package byte parity, and whitespace checks.
  • Skill quick validation, Codex plugin validation, and strict Claude plugin/marketplace validation passed.
  • Public-tree privacy and fully redacted Gitleaks tree/history scans passed.
  • Exact main and annotated tag CI runs completed successfully.

engineering-workflow 0.8.2

Choose a tag to compare

@xeonvs xeonvs released this 28 Aug 09:12
d83fd00

What changed

  • Fixed false index_missing findings for empty canonical compatibility archive directories.
  • Preserved fail-closed checks for non-empty archives, unmanaged index files, and symbolic or broken-symbolic README.md paths.
  • Added lifecycle regression coverage for empty compatibility archives and protected custom archives.

Verification

  • 216 repository tests passed (1 platform-dependent skip).
  • Repository validation, deterministic marketplace parity, privacy scan, Gitleaks tree/history scans, Codex plugin validation, and strict Claude plugin/marketplace validation passed.
  • Branch, PR, main, and tag CI completed successfully.

Resolves #5.

engineering-workflow 0.8.1

Choose a tag to compare

@xeonvs xeonvs released this 21 Aug 06:26
411147c

Highlights

  • Adds a stateless privacy-review-v1 flow for user-approved synthetic fixture findings during target workflow migration.
  • Keeps matched values and per-line fingerprints inside the local scanner; agents receive only category, repository-relative path, line number, status, and one aggregate review token.
  • Preserves unconditional hard blocks for user paths, file URLs, private key material, known token shapes, credential-bearing URLs, SSH repository URLs, and all other non-eligible categories.
  • Invalidates approval when finding content, path, line, multiplicity, current workflow version, or target version changes, and rolls back when a new finding appears during apply.
  • Moves Codex and Claude Code installation and invocation guidance to the top of the README and clarifies the agent approval procedure.
  • Publishes matching self-contained Codex and Claude plugin packages at version 0.8.1.

Validation

  • 212 tests passed with 1 platform-dependent skip.
  • Repository validator passed before and after the suite.
  • Deterministic package, skill, Codex plugin, and strict Claude plugin/marketplace checks passed.
  • Claude plugin tag dry-run passed.
  • Fully redacted gitleaks scans of the release tree and all Git refs reported zero findings.

engineering-workflow 0.8.0

Choose a tag to compare

@xeonvs xeonvs released this 20 Aug 13:18
64f86ee

Engineering Workflow 0.8.0 adds:

  • completion-driven, loss-resistant waiting with durable terminal evidence
  • correctness-first efficient execution and evidence-driven completion rules
  • instruction contract v2 with conservative mature-repository migration
  • a deterministic self-contained Codex and Claude Code marketplace package
  • plugin-managed update handoff and platform-specific documentation

The branch history preserves the reviewed 0.7.0 checkpoint as a separate commit; this is the only external release for the cycle.