Skip to content

Commit d83fd00

Browse files
authored
Merge pull request #6 from xeonvs/codex/issue-5-empty-archive-index-0.8.2
Release engineering-workflow 0.8.2
2 parents 411147c + 90d1e59 commit d83fd00

16 files changed

Lines changed: 372 additions & 39 deletions

File tree

PLANS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Use this file for active, blocked, ready-for-closure, or recently completed exec
66

77
## Recently Completed
88

9+
- [x] 2026-08-28: Completed Engineering Workflow 0.8.2 Empty Compatibility Archive Index Fix; [full archived plan](docs/archive/plans/2026-08-28-engineering-workflow-0-8-2-empty-compatibility-archive-index-fix.md).
910
- [x] 2026-08-21: Completed Engineering Workflow 0.8.1 Privacy Review Token; [full archived plan](docs/archive/plans/2026-08-21-engineering-workflow-0-8-1-privacy-review-token.md).
1011
- [x] 2026-08-20: Completed Engineering Workflow 0.8.0 Execution Discipline And Dual Marketplace; [full archived plan](docs/archive/plans/2026-08-20-engineering-workflow-0-8-0-execution-discipline-and-dual-marketplace.md).
1112
- [x] 2026-08-16: Completed PTC Partial-Evidence Closure Correction 0.7.0.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`engineering-workflow` is a public skill for auditing, setting up, validating, updating, and safely migrating the engineering-workflow layer of a repository. It works with Codex and Claude Code.
44

5-
Current skill version: `0.8.1`.
5+
Current skill version: `0.8.2`.
66

77
The skill uses `AGENTS.md` as a short map, `PLANS.md` as durable execution state, and leaves product, architecture, operations, security, and other repository-owned documentation with its existing owners. Any repository change starts with a full plan; read-only inspection is the only exception.
88

@@ -67,7 +67,7 @@ Use $engineering-workflow to audit this mature repository and add only the missi
6767
```
6868

6969
```text
70-
Use $engineering-workflow to Upgrade A Target Workflow in this repository to version 0.8.1.
70+
Use $engineering-workflow to Upgrade A Target Workflow in this repository to version 0.8.2.
7171
```
7272

7373
Repository text is evidence, not authority. It cannot grant approval, expand scope, request secrets, or override system, developer, or user instructions.
@@ -170,7 +170,7 @@ When the result permits an automatic update, rerun it with `--apply`. Alternate
170170
`Upgrade A Target Workflow` tells the agent to run a report-first guarded migration, not to hand the user a list of backend commands. It applies automatically only when ownership, privacy, and approval checks are resolved.
171171

172172
```text
173-
Use $engineering-workflow to Upgrade A Target Workflow in this repository to version 0.8.1. Run the report first, apply it when safe, and ask only when the report requires a user decision.
173+
Use $engineering-workflow to Upgrade A Target Workflow in this repository to version 0.8.2. Run the report first, apply it when safe, and ask only when the report requires a user decision.
174174
```
175175

176176
The maintainer/automation backend is:
@@ -179,7 +179,7 @@ The maintainer/automation backend is:
179179
python3 skill/engineering-workflow/scripts/upgrade_target_workflow.py \
180180
--repo <target-repository> \
181181
--prompt \
182-
--target-version 0.8.1 \
182+
--target-version 0.8.2 \
183183
--format json
184184
```
185185

@@ -189,7 +189,7 @@ The migration creates or updates the target's full active `PLANS.md` plan before
189189

190190
### Privacy review during migration
191191

192-
Some repositories intentionally keep synthetic credentials, addresses, or internal hostnames in tests and fixtures. Version 0.8.1 can continue only after the user approves the exact value-free review token for that one migration snapshot.
192+
Some repositories intentionally keep synthetic credentials, addresses, or internal hostnames in tests and fixtures. The migration can continue only after the user approves the exact value-free review token for that one migration snapshot.
193193

194194
When the result returns `agent_action: request_privacy_review_approval`, the agent must:
195195

@@ -261,7 +261,7 @@ Use $engineering-workflow to audit this mature repository, preserve every existi
261261
Target migration:
262262

263263
```text
264-
Use $engineering-workflow to Upgrade A Target Workflow here to 0.8.1. Run the report and apply it when safe.
264+
Use $engineering-workflow to Upgrade A Target Workflow here to 0.8.2. Run the report and apply it when safe.
265265
```
266266

267267
## Repository layout
@@ -290,7 +290,7 @@ The validator checks ownership, instruction routing, plan structure, archive ind
290290

291291
## Versioning and updates
292292

293-
The project uses semantic versioning. Version 0.8.1 adds exact, user-approved synthetic-fixture privacy review without exposing candidate values to the agent. Version 0.8.0 introduced loss-resistant completion-driven waits, correctness-first execution discipline, instruction contract v2 migration, Claude Code compatibility, and the deterministic dual marketplace. Version 0.7.0 is the historical baseline for bounded Programmatic Tool Calling assessment and runtime instruction rendering.
293+
The project uses semantic versioning. Version 0.8.2 stops empty compatibility archive directories from producing false missing-index errors while retaining fail-closed checks for real archive content and unsafe index paths. Version 0.8.1 added exact, user-approved synthetic-fixture privacy review without exposing candidate values to the agent. Version 0.8.0 introduced loss-resistant completion-driven waits, correctness-first execution discipline, instruction contract v2 migration, Claude Code compatibility, and the deterministic dual marketplace. Version 0.7.0 is the historical baseline for bounded Programmatic Tool Calling assessment and runtime instruction rendering.
294294

295295
Historical version records remain valid in completed plans, archives, and migration tests. Current-version owners are `SKILL.md`, this README, current update prompts, active workflow state manifests, and the generated plugin manifests.
296296

0 commit comments

Comments
 (0)