verbatim Ontology (raw access) moves to Team/Org tier.
verbatim TX summaries now returned from synchronous remember
verbatim Synchronous remember eliminates primary notification use case.
verbatim Eliminates need to separate tools between org and everyone else — now one tool set for everyone.
verbatim Memories are just files in the repo — anyone with a coding agent can read them directly.
verbatim Discoveries fully removed (not just disabled).
verbatim Not everything is removed: msg-send, front-webhook (feedback/help tool) and the tx-post-commit PR comment are explicitly kept amid the deletions.
verbatim Raw access survives the cut — ontology is relocated to the Team/Org tier rather than eliminated with the admin tier.
verbatim Discoveries is the outlier pattern: fully deleted (artifacts and all), not re-homed as a skill like the others.
verbatim Skill scheduling is not uniform — changelog runs on cron, blog ideas are manual/on-demand, graph health is either; the cadence is decided per skill.
verbatim Refract appears in two framings — the tool/registry removal and its rebirth as a prompt-only local skill reading TXs, snapshot, and docs/.
In this area
ClaimClaim_AdminTierEliminated Admin tier eliminated. Everything formerly admin-only (stories, register, refract, memories/source) is now either an org-repo Claude Code skill or 'read the files.' No separate admin tier needed. Ontology (raw access) moves to Team/Org tier
ClaimClaim_BlogPostIdeasLocalSkill Blog post ideas become a Claude Code skill invoked manually. Pulls recent TXs, contextualizes, suggests posts. Natural pipeline with /draft and /ghost.
ClaimClaim_ChangelogStoryLocalSkillCron Changelog/story generation becomes a Claude Code skill on cron. Reads recent TXs/commits, compiles context, generates changelog or blog post suggestions. Scheduled weekly or after N transactions accumulate.
ClaimClaim_DiscoveriesRemoved Discoveries fully removed (not just disabled). Already disabled but artifacts remain. Full deletion required.
ClaimClaim_GraphHealthLocalSkill Graph health report becomes a local skill producing output on demand or schedule. Currently a story draft that gets auto-generated.
ClaimClaim_MemoriesSourceToolRemoved Memories/Source tool removed from product. Memories are just files in the repo — anyone with a coding agent can read them directly. Org-only skill at most.
ClaimClaim_NotificationsRemoved Entire Notifications system removed. Synchronous remember eliminates primary notification use case. Secondary case (review requests) handled by GitHub natively. Workflows to delete: review-notify, msg-review-notify. Keep msg-send and front-
ClaimClaim_RefractBecomesLocalSkill Refract becomes a Claude Code skill (prompt-only, no n8n workflow). Reads recent TXs + snapshot + docs/ folder. Produces list of suggestions and focus areas for document update passes. Can run on cron if desired.
ClaimClaim_RefractRegistryRemovedFromProduct Refract tool and registry removed from product. Registry is just the docs folder. Refract becomes a local Claude Code skill. Eliminates need to separate tools between org and everyone else — now one tool set for everyone. Workflows to delet
ClaimClaim_StoriesRemoved Entire Stories system removed from product. TX summaries now returned from synchronous remember; blog post ideas, changelog, graph health become on-demand local skills. Workflows to delete: stories-list, story-draft, story-write, story-back