Incubator is the working repository for technical research, design notes, implementation spikes, and recurring insight reports produced for ongoing topics.
The repository is organized around two durable output lanes:
daily/ for recurring daily insight reports.artifacts/ for topic-scoped work units, where each topic is managed in its own home directory.This repository is intended to stay practical and extensible: new work should fit the existing layout without requiring a new top-level convention for every request.
daily/daily/ stores recurring daily insight reports, currently generated by the daily-news workflow on a date-based schedule.
Expected pattern:
daily/YYYY-MM/AgentK_Daily_Insight_YYYY-MM-DD.mdUse daily/ for:
Do not use daily/ for ad hoc project work or topic-specific implementation artifacts.
artifacts/artifacts/ stores topic-based work units. Each topic should have its own home under artifacts/<topic-home>/ and should keep its research, specifications, implementation notes, and status updates scoped to that directory.
Use artifacts/ for:
Operating rule:
artifacts/scripts/scripts/ contains repository automation and support tooling used to generate, validate, or publish repository outputs.
This repository is maintained as a long-lived documentation and artifact store rather than a single product codebase.
When adding or updating content:
daily/ or artifacts/.