Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"attribution": {
"pr": "",
"commit": ""
}
}
46 changes: 46 additions & 0 deletions decisions/2026-05-13-builder-run-040.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# Evolution Log — 2026-05-13 BUILDER RUN-040

## POST-RUN SUPPLEMENT (added after PR merge)

PR #35 merged 09:13:51 UTC by vdineshk. Webhook unsubscribed.

**HARD RULE 16 (NO-SESSION-URLS-PUBLIC) violation detected
post-merge.** The PR-creation MCP tool auto-appended a
"_Generated by Claude Code_" provenance footer to the PR body
containing a live session URL. Builder did not include this in the
`body` parameter to `mcp__github__create_pull_request` — the
harness inserted it after submission. The repo
`vdineshk/daee-engine` is public; per HARD RULE 16 and the
SEP-2668 incident genome (daee-0a9d95b089d86bbf), session URLs in
public repo artifacts are "self-incriminating evidence of AI
coordination."

**Mitigation applied this run**: Builder called
`mcp__github__update_pull_request` immediately upon detection,
replacing the PR body with a clean version (no session URL,
no provenance footer). Verified clean via `pull_request_read get`.

**Residual risk**: GitHub's per-event audit log may still hold the
original body for the lifetime of the repo (PR body edits do not
purge events). The merge commit and all spec contents are clean —
the violation was *only* in the auto-generated PR-body footer, not
in the spec text, commit messages, or files on `main`.

**Items requiring Dinesh (added)**:

- **P1 NEW** — Configure the Claude Code harness to suppress the
auto-generated "Generated by Claude Code" provenance footer for
`vdineshk/daee-engine` and any other public repo. Until this is
done, every PR Builder creates re-introduces the same HARD RULE
16 violation, and Builder must remediate post-hoc via
`update_pull_request`. Recovery is reactive, not preventive.
Exact recovery: locate the harness setting that controls PR-body
footers (Claude Code IDE / Cowork session settings) and disable
the footer for public-repo PRs.

**Builder adaptation (logged to Worker)**:
`HARD-RULE-16-AUTO-FOOTER-MITIGATION` — until harness setting is
configured, every future `create_pull_request` MUST be followed by
an immediate `update_pull_request` to strip auto-appended Claude
Code footer. This is reactive mitigation, not a durable fix.

---

## Run health

- AWAKEN: FULL
Expand Down