chore: bootstrap project structure

This commit is contained in:
2026-04-28 10:16:34 +03:00
commit 782a00d6b8
8 changed files with 110 additions and 0 deletions

8
.wiki/SUMMARY.md Normal file
View File

@@ -0,0 +1,8 @@
# Wiki Summary
List of all pages in source/ with one-line descriptions.
The agent updates this file whenever source/ changes.
## Pages
<!-- Empty for now. Pages will appear as the project progresses. -->

15
.wiki/WORKFLOW.md Normal file
View File

@@ -0,0 +1,15 @@
# Wiki Workflow
This wiki follows Karpathy's method: knowledge accumulates rather than being re-derived.
## Rules for the agent
- **Before starting work** — read relevant pages from source/
- **After an important decision** — update or create a page in source/
- **New raw materials** (links, docs, transcripts) — put in raw/
- **Processed knowledge** — write as markdown pages in source/
- **SUMMARY.md** — update whenever a page is added to source/
## Trigger
Skill is activated by the phrase: **use project wiki**

0
.wiki/raw/.gitkeep Normal file
View File

0
.wiki/source/.gitkeep Normal file
View File