Convert repo into deck-rebuild-wiki (LLM Wiki)#1
Open
hovsang wants to merge 2 commits into
Open
Conversation
Set up a self-contained deck-wiki/ following the LLM Wiki pattern: - CLAUDE.md schema tailored to a deck design/build project (entities, concepts, decisions, sources; ingest/query/lint workflows; code-safety conventions and precise-units rules) - wiki/ scaffold: index.md, log.md, overview.md, category folders - raw/ for immutable sources + assets, README, .gitignore https://claude.ai/code/session_01LS452p3XJC2udMG6LdjvQh
Remove the unrelated Tutorial-Codebase-Knowledge project and promote the LLM deck wiki to the repo root: CLAUDE.md, raw/, and wiki/ now live at the top level. https://claude.ai/code/session_01LS452p3XJC2udMG6LdjvQh
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
Repurposes this repository into deck-rebuild-wiki — a personal, LLM-maintained knowledge base for designing and rebuilding a backyard deck, following the LLM Wiki pattern (persistent, interlinked markdown that compiles knowledge once and keeps it current, rather than re-deriving it per query like RAG).
This removes the previous Tutorial-Codebase-Knowledge project from
main—nodes.py,flow.py,main.py, the entiredocs/tutorial set (~200 pages),assets/,utils/, editor rule files, and the oldLICENSE. Everything remains in git history and can be recovered. Merge only if you intend to replace the project.What's added
CLAUDE.md— the schema/operating manual that makes the agent a disciplined wiki maintainer for a deck build: page taxonomy (entities, concepts, decisions, sources), ingest/query/lint workflows, frontmatter + wikilink conventions, and precision/code-safety rules for structural details.wiki/— the knowledge base scaffold:index.md(catalog),log.md(chronological, greppable),overview.md(project at a glance), and category foldersentities/ concepts/ decisions/ sources/.raw/(+raw/assets/) — immutable source documents (spec PDFs, contractor notes, articles, site photos).README.md,.gitignore— project docs and Obsidian-friendly ignores.Notes
Tutorial-Codebase-Knowledge; rename it todeck-rebuild-wikiin Settings if desired (clone URLs auto-redirect)..gitkeepplaceholders; the wiki fills in as sources are ingested.https://claude.ai/code/session_01LS452p3XJC2udMG6LdjvQh
Generated by Claude Code