Skip to content

docs(roadmap): #96 shipped — escape-mechanics ask delivered on tf PR 7#106

Merged
dividedby merged 1 commit into
mainfrom
docs/96-escape-ask-delivered
Jun 10, 2026
Merged

docs(roadmap): #96 shipped — escape-mechanics ask delivered on tf PR 7#106
dividedby merged 1 commit into
mainfrom
docs/96-escape-ask-delivered

Conversation

@dividedby

Copy link
Copy Markdown
Owner

What

Roadmap bookkeeping for #96 — the deliverable itself (the framed leaf ask) already shipped as a comment on skrabe/tweakcc-fixed PR 7: skrabe/tweakcc-fixed#7 (comment).

Closes #96.

The delivered ask (summary)

Single intent-ping comment (issues disabled on tf; doctrine: comment over draft PR for a pure ask), sequenced after #93's evidence comment on the same PR. Both options framed with honest costs, his pick, nothing implemented:

  • (a) extractor emits a per-prompt delimiter field (backtick | quote) in the prompts JSON — data already read at apply time via content[matchIndex-1] in his systemPrompts.ts; cost = schema addition riding every future extraction.
  • (b) an auditMisbinds-style escape audit flagging escaped placeholders under quote delimiters / unescaped literal ${...} under backtick; cost = zero until run, catches at audit time not authoring time.

Evidence re-verified before posting: cb08b73 revert rationale (quote-context corruption, the lcc PR 5 class); prompts-2.1.170.json has no delimiter context; the ${JSON.stringify(...)} literals behind #94's advisory orphan JSON confirmed in both fable-5 and opus-4-8 sets at lcc pr-6.

Roadmap change

🤖 Generated with Claude Code

Framed ask (delimiter field vs escape audit, his pick) posted as a single
intent-ping comment on skrabe/tweakcc-fixed PR 7, sequenced after the #93
evidence comment. Closes #96.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@dividedby dividedby merged commit 2b34187 into main Jun 10, 2026
@dividedby dividedby deleted the docs/96-escape-ask-delivered branch June 10, 2026 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Leaf ask: make escape-or-not mechanical — per-prompt delimiter context in extraction output or an escape audit (draft + intent ping)

1 participant