CurioQuest (Second-Brain)

AGENTS.md

CurioQuest — Wiki Schema

Type: project Created: 2026-06-29

Entry Point

Read index.md first. It maps all files and tracks recent activity.

File Roles

  • index.md: navigation catalog, always current
  • log.md: append-only operation chronicle
  • raw/: immutable source documents
  • wiki/overview.md: what this is and why
  • wiki/requirements.md: spec and acceptance criteria
  • wiki/decisions/: ADRs, one file per decision
  • wiki/dev-log.md: append-only build log
  • wiki/open-questions.md: living checklist
  • wiki/sources/: one summary page per ingested source
  • wiki/concepts/: domain knowledge pages
  • wiki/entities/: people, orgs, tools
  • wiki/syntheses/: cross-source analysis

Iron Rules

  • index.md is updated after every operation.
  • log.md is append-only.
  • raw/ is immutable; never modify after write.
  • ADRs are one file per decision in wiki/decisions/.