feat: port enrich skill, changes log, and brain-first lookup from gbrain#3
Merged
Conversation
Replace all icontext.dev references with icontext.floom.dev across get.sh, cli.py, launch copy, and video script. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Prevents agents from dumping legal/entity facts into log files by providing an explicit content-type → vault-path decision tree. Covers six categories (legal, projects, team, strategy, secretary logs, credentials) with a full top-level vault directory reference built from the real vault structure. - New skill: skills/icontext-write-fact/SKILL.md - icontext-populate-profile references icontext-write-fact for durable facts surfaced during synthesis - cli.py: skill_names updated to include icontext-write-fact in both _install_skills() and cmd_skills(); CLAUDE.md snippet lists all four - 16 new tests in tests/test_skill_routing.py (frontmatter, 6 routing categories, anti-pattern mention, init install, cursor rule, skills list count, CLAUDE.md reference) - Bumped to v0.4.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
Three lightweight features ported from Garry Tan's gbrain, kept brutally simple (markdown only, no new infrastructure):
skills/fbrain-enrich/SKILL.md): update a single person or project entry from conversation context, without rerunning populate/refresh. Appends tochanges.md.~/context/internal/changes.mdafter every write — gives an audit trail of when the vault last changed.## Injecting into CLAUDE.mdsection with a ready-to-paste block that tells Claude to check fbrain before hitting external APIs.Test plan
/fbrain-enrichmentioning a person name, verify relationships.md entry updates and changes.md gets a new line/icontext-populate-profile, verify changes.md is created/appended/icontext-refresh-profilewith a stale profile, verify changes.md append on write, no append on no-change