@thedecipherist/mdd 1.6.10 → 1.6.11

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.
@@ -191,7 +191,7 @@ Integration context: .mdd/jobs/audit-<date>/integration-context.md
191
191
  2. Read shard-<N>.md to know your file list
192
192
  3. Read MANIFEST.md — find the first [ ] entry in Shard <N>
193
193
  4. Read the last 20 lines of agent-<N>-notes.md for continuity
194
- 5. Read integration-context.md — load this into working memory. Use it when checking P1 (integration contract not called at call site): cross-reference the source file's feature against the contracts defined for its dependencies.
194
+ 5. Read integration-context.md — load this into working memory. Use it when checking P1: (a) find this file under "Feature Source Files" to identify its owning feature; (b) scan "Integration Contracts" for any entry where that feature appears under "Caller features" — those are the contracts this file must satisfy.
195
195
  6. Begin the per-file loop at that first [ ] entry
196
196
  ```
197
197
 
@@ -298,7 +298,7 @@ This step runs independently of agent findings. It uses `integration-context.md`
298
298
 
299
299
  For each contract in `integration-context.md`:
300
300
  1. Identify all source files listed under "Caller source files" for that contract
301
- 2. For each such source file, check `audits/MANIFEST-<date>.md` (or the job folder MANIFEST.md if the permanent copy isn't written yet) if the file is marked `[e]`, skip contract verification for it and note in the Contract Violations section: "Could not verify — file was unreadable during audit."
301
+ 2. For each such source file, check the job folder's `MANIFEST.md` for that file's status — the permanent copy at `audits/MANIFEST-<date>.md` does not exist yet at this stage (it is written after Phase A6 completes). If the file is marked `[e]`, skip contract verification for it and note in the Contract Violations section: "Could not verify — file was unreadable during audit."
302
302
  3. For files not marked `[e]`, find the file's `## <filepath>` entry in `audits/notes-<date>.md` and read the `Contracts:` line:
303
303
  - `SATISFIED` — agent confirmed the call is present. No action.
304
304
  - `VIOLATION` — agent flagged it. Include as P1 in Contract Violations section.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thedecipherist/mdd",
3
- "version": "1.6.10",
3
+ "version": "1.6.11",
4
4
  "description": "MDD — Manual-Driven Development workflow for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {