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:
2026-05-24 22:24:12 +02:00
commit e85963af55
7 changed files with 246 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[*]
end_of_line = lf
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true