Skip to content

Convert repo into deck-rebuild-wiki (LLM Wiki)#1

Open
hovsang wants to merge 2 commits into
mainfrom
claude/llm-wiki-setup-6uCPg
Open

Convert repo into deck-rebuild-wiki (LLM Wiki)#1
hovsang wants to merge 2 commits into
mainfrom
claude/llm-wiki-setup-6uCPg

Conversation

@hovsang

@hovsang hovsang commented Jun 2, 2026

Copy link
Copy Markdown
Owner

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).

⚠️ Destructive change

This removes the previous Tutorial-Codebase-Knowledge project from mainnodes.py, flow.py, main.py, the entire docs/ tutorial set (~200 pages), assets/, utils/, editor rule files, and the old LICENSE. 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 folders entities/ 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

  • The GitHub repo is still named Tutorial-Codebase-Knowledge; rename it to deck-rebuild-wiki in Settings if desired (clone URLs auto-redirect).
  • Empty source/category folders use .gitkeep placeholders; the wiki fills in as sources are ingested.

https://claude.ai/code/session_01LS452p3XJC2udMG6LdjvQh


Generated by Claude Code

claude added 2 commits June 2, 2026 03:58
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants