chore: bootstrap poller-sandbox (test project for autonomous poller)

This commit is contained in:
2026-08-23 16:44:44 +03:00
commit 9435667ec4
14 changed files with 128 additions and 0 deletions

15
.wiki/log.md Normal file
View File

@@ -0,0 +1,15 @@
# Wiki Log
Append-only operation log. One entry per operation. Format:
```
## [YYYY-MM-DD] <op> | <one-line description>
```
Operations: `init`, `ingest`, `query`, `lint`, `refactor`, `decision`.
Parseable: `grep "^## \[" .wiki/log.md | tail -20`.
---
## [2026-08-23] init | bootstrap empty wiki via project-bootstrap