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:
@@ -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)_
|
||||
@@ -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`_
|
||||
Reference in New Issue
Block a user