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
+23
View File
@@ -0,0 +1,23 @@
# Wiki Index
_Maintained by agent. Updated on every ingest, query (if filed), and lint._
## Sources
_(none yet)_
## Concepts
_(none yet)_
## Entities
_(none yet)_
## Syntheses
_(none yet)_
## Comparisons
_(none yet)_
+5
View File
@@ -0,0 +1,5 @@
# Wiki Log
_Append-only. One entry per operation._
_Format: `## [YYYY-MM-DD] <operation> | <description>`_
_Grep tip: `grep "^## \[" wiki/log.md | tail -10`_