Teachkit admin
A flat dump of every URL-keyed lesson and every open question. Read-only —
authoring still happens through chat with TEACH:. No auth: per
ADR 0001
teachkit is cooperative-not-adversarial.
Instruction sets
Inbox
URL-fragment hooks reference
Hooks ride along on the page URL hash and prefill chat context. Two forms:
bare (allowlisted, low-trust) and bk= (full).
See hooks_README.md.
Bare form (allowlisted)
Append to a page URL. Only authority-free keys allowed:
hint, q, trace, fresh,
lang, anchor, as.
https://example.com/page#hint=user1;trace=1 https://example.com/page#q=Why+is+the+sky+blue https://example.com/page#fresh=1;lang=es
bk= form (full)
Same keys, plus authority-granting ones (tok, role,
dev, ver). Single bk= param,
semicolon-separated.
https://example.com/page#bk=hint:user1;trace:1 https://example.com/page#bk=role:teacher;tok:abc123
Quick link builder
(fill fields and click build)