feat(kb-management): name/acronym gate + entity-creation trigger + staleness observability#159
Merged
Merged
Conversation
…aleness observability Three rules upstreamed from accumulated instance experience into phases/core/kb-management.md (assembles into SKILL + DREAMING, not RESEARCH): - Never Guess a Name or Acronym Expansion — cite the full form from a primary source or leave the token abbreviated and [unverified]; never invent a plausible expansion (it reads as fact and propagates). - Entity-creation trigger — mint a new entity file when a person, org, or technology recurs across 3+ independent sources. Enriching existing files is not a substitute for creating the missing ones. - Staleness observability + search depth — every KB file carries a machine-readable last_updated: so a scan can rank and a driver can queue stale files (opportunistic-only refresh lets the long tail rot); and don't scope completeness searches to a fixed channel set / from:me — a known-to-exist fact the scan missed is a search-depth miss, not absence. Both rules are generic; originating examples (incl. a customer name) were 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
Three rules added to
phases/core/kb-management.md(assembles into SKILL + DREAMING —mode: [briefing, consolidation, dreaming]):[unverified]. Never invent a plausible expansion — it reads as fact and propagates. Applies to org names, product/codenames, team names, and people's full names alike.last_updated:(and ideally latest-commit date) so a scan can rank by staleness and a refresh driver can queue over-threshold files; opportunistic-only refresh lets the long tail rot. And don't scope completeness searches to a fixed channel set /from:me-style filters — a known-to-exist fact your scan missed is a search-depth miss, not an absence.Verification
_assemble(cfg, kind): all three rules land in SKILL and DREAMING and do not leak into RESEARCH (matches the file'smode: [briefing, consolidation, dreaming]).🤖 Generated with Claude Code