Understand the AutoSci runtime directory structure
mainThe AutoSci runtime environment is organized into three main top-level directories: wiki/, raw/, and config/.
wiki/
Contains the structured knowledge base and research artifacts.
papers/,concepts/,topics/,people/,ideas/,experiments/,methods/,Summary/: Structured research entities.foundations/: Background knowledge (receives links, but does not write them).outputs/: Generated artifacts like Related Work and paper drafts.graph/: Auto-generated data (edges, citations, context). Do not edit manually; maintain viatools/research_wiki.py.CLAUDE.md,index.md,log.md: System schema, content catalog, and chronological logs.
raw/
Contains source materials and user-provided inputs.
raw/papers/,raw/notes/,raw/web/: User-owned inputs. Place your.tex,.pdf,.md, or HTML files here.raw/discovered/: Managed by the system for externally fetched papers (e.g., via/initor/daily-arxiv). Do not manually drop files here.raw/tmp/: Intermediate state generated during/initor/ingestprocesses.
config/
Contains environment and server settings.
server.yaml: Configuration for remote GPU servers (required if using/exp-run --env remote)..env: Environment variables.settings.local.json: Local settings.