incubator

Incubator

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:

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.

Repository Structure

daily/

daily/ stores recurring daily insight reports, currently generated by the daily-news workflow on a date-based schedule.

Expected pattern:

Use 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:

scripts/

scripts/ contains repository automation and support tooling used to generate, validate, or publish repository outputs.

Working Model

This repository is maintained as a long-lived documentation and artifact store rather than a single product codebase.

When adding or updating content:

  1. Identify whether the output belongs to daily/ or artifacts/.
  2. If the work is topic-based, locate the existing topic home or create a new one.
  3. Keep related materials inside the same topic home so follow-up work remains traceable.
  4. Update index or status documents when the repository structure changes materially.

Publishing and Automation