Initial commit
Wiki template inspired by Andrej Karpathy's llmwiki gist. Includes agent instructions (AGENTS.md), empty wiki scaffold (wiki/index.md, wiki/log.md), editor config, gitignore, and README documenting the ingest/query/lint workflow.
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
# OS
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Editors
|
||||
.vscode/
|
||||
.idea/
|
||||
.zed/
|
||||
|
||||
# AI agent harnesses
|
||||
.claude/
|
||||
|
||||
# Raw assets (large binaries — keep locally, not in git)
|
||||
raw/assets/*.pdf
|
||||
raw/assets/*.png
|
||||
raw/assets/*.jpg
|
||||
raw/assets/*.jpeg
|
||||
raw/assets/*.gif
|
||||
raw/assets/*.webp
|
||||
Reference in New Issue
Block a user