dev-tools: genericise Basalt Cortex references in public skills - #76
Open
marcusjezweb wants to merge 1 commit into
Open
dev-tools: genericise Basalt Cortex references in public skills#76marcusjezweb wants to merge 1 commit into
marcusjezweb wants to merge 1 commit into
Conversation
Both deep-research and team-update skills hardcoded ~/Documents/basalt-cortex/ as a knowledge-vault location. This leaked internal Jezweb setup into a public skill — most users don't have that directory. Basalt Cortex is also now retired internally (the shared- knowledge role moved to .jez/knowledge/ per 2026-04-22 team decision). Reworded to generic "personal knowledge vault if you keep one" framing: - deep-research/SKILL.md Step 2: point at Obsidian/Documents/notes/ generically, keep the grep-for-KEYWORD pattern as the useful bit - deep-research/SKILL.md Step 7: drop "Basalt Cortex project" proper noun from the Cloudflare-capabilities anecdote, keep the substantive "Workers AI toMarkdown, Vectorize metadata filtering, D1 FTS5" detail - team-update/SKILL.md Knowledge row: generic personal-vault pattern - team-update/references/discovery-patterns.md: same Closes internal follow-up on basalt plugin removal (team-skills 07eafb0). Raised per Jez greenlight in Dev Chat (msg nP6g6buoQSY). Co-Authored-By: Claude Opus 4.7 (1M context) <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
Two public skills in
plugins/dev-tools/hardcoded~/Documents/basalt-cortex/as a knowledge-vault location. This leaked internal Jezweb setup into a skill used by external contributors — most users don't have that directory. Basalt Cortex is also now retired internally (shared-knowledge role moved to.jez/knowledge/per 2026-04-22 team decision; private mining plugin removed from team-skills in07eafb0).Reworded to generic "personal knowledge vault if you keep one" framing across three files.
Changes
plugins/dev-tools/skills/deep-research/SKILL.md(Step 2): swap "Basalt Cortex" bullet for generic "personal knowledge store (Obsidian vault,~/Documents/notes/, a private repo of markdown files)". Keep the usefulgrep -rl KEYWORDpattern.plugins/dev-tools/skills/deep-research/SKILL.md(Step 7): drop "Basalt Cortex project" proper noun from the Cloudflare-capabilities anecdote; keep the substantive "Workers AItoMarkdown, Vectorize metadata filtering, D1 FTS5" examples. The point about Claude training data being behind on platform features lands without needing the internal project reference.plugins/dev-tools/skills/team-update/SKILL.md(Knowledge row): generic personal-vault pattern instead of hardcoded Basalt Cortex.plugins/dev-tools/skills/team-update/references/discovery-patterns.md: same two-location cleanup (table row + "what to capture" bullet).Test plan
plugins/dev-tools/Context
Raised per Jez greenlight in Dev Chat (msg
nP6g6buoQSY) following my flag yesterday about three stale public-facing Cortex refs. Sister commit in team-skills was07eafb0(removed the basalt plugin entirely). A furtheraudit-fix.pystale-ref cleanup exists in.jez/scripts/but is internal tooling and scoped for a separate pass.🤖 Generated with Claude Code