feat(granola): deliverable-invention gate#160
Merged
Conversation
Upstreamed from accumulated instance experience into the granola
inbound-scan (assembles into SKILL only, requires: granola):
A dated commitment or deliverable extracted from a transcript needs a
verbatim source quote, or it's dropped. Never attach an urgency marker
("due Friday", "committed to X", "before Y") the transcript doesn't
literally contain — ship without the marker or route to the review queue.
Guards two invention traps: topic conflation (don't fuse two adjacent
meeting topics into one dated item) and one-off-as-standing (a single
mention is not a recurring cadence).
Generic rule; originating example dropped.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
# Conflicts: # CHANGELOG.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of the de-personalized Patterns batch — upstreaming accumulated instance rules into the engine phases (Phase-1 work for the connector-based migration, #156). Follows the method from #157.
What
One rule added to
phases/connectors/granola.mdinbound-scan (assembles into SKILL only — connector phase,requires: granola,mode: [consolidation, briefing]):flockon concurrent JSONL append +except: passhides write errors #38) — a dated commitment or deliverable extracted from a transcript needs a verbatim source quote, or it doesn't get written. Don't attach an urgency marker ("must be done by X", "committed to Z", "due Friday") the transcript doesn't literally contain — ship the item without the marker, or route it toreview-queue.md. Guards two invention traps: topic conflation (don't fuse two adjacent meeting topics into one dated item) and one-off ≠ standing (a single mention is not a recurring cadence).Sits alongside the existing "Transcripts Are Signals, Not Facts" warning and the "Extraction Gate" — the inverse failure: this one stops inventing substance the transcript never contained, where the Extraction Gate stops dropping substance it did.
Verification
_assemble(cfg, kind): lands in SKILL only, not DREAMING/RESEARCH; and therequires: granolagate toggles it (present when granola enabled, absent when disabled).🤖 Generated with Claude Code