Add CSF_Wiki scaffold: raw-folder LLM wiki for NIST CSF 2.0 - #329
Open
evanoseen wants to merge 2 commits into
Open
Add CSF_Wiki scaffold: raw-folder LLM wiki for NIST CSF 2.0#329evanoseen wants to merge 2 commits into
evanoseen wants to merge 2 commits into
Conversation
Karpathy-style raw folder in, linked markdown wiki out. Seeds two real Subcategory nodes (GV.OC-01, GV.SC-04) cross-linked to a GOVERN function index, sourced from sample_csv_exports canonical CSF text. Contribution instructions in CSF_Wiki/CONTRIBUTING.md. Confirmed community-facing by repo owner in #79.
…reference Public link checkers get a 404 hitting a private repo's issue URL - same wall a community reader would hit. Reference kept as plain text.
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.
Addresses CPAtoCybersecurity/catalyst#79.
Karpathy-style raw-folder wiki: drop source material into
raw/, a Claude Code session organizes it into linked markdown inwiki/. No vector DB, no embeddings, no extra infra — just markdown + Obsidian-compatible[[wikilinks]]. Obsidian is optional, only a graph viewer on top.Confirmed community-facing (not internal) by @CPAtoCybersecurity in the issue thread.
What's here:
CSF_Wiki/raw/{nist_csf,simply_cyber,threat_briefing}/— drop zones for future source materialCSF_Wiki/wiki/— seeded with a real proof-of-concept: GOVERN function index →GV.OC-01+GV.SC-04subcategory nodes, cross-linked, sourced from the canonical CSF text already insample_csv_exports/yyyy-mm-dd_CSF_Profile.csvCSF_Wiki/CONTRIBUTING.md— how new raw material becomes linked wiki nodes (naming convention, linking rule, no-orphans rule, Security+ extension path)CSF_Wiki/README.md— public-facing explainerNot in this PR: full coverage of the other 5 CSF functions, and no real Simply Cyber / threat-briefing content yet — both need real source material dropped into
raw/as a follow-up.Nothing in
src/stores/*was touched — the wiki reads from existing data, doesn't fork it.