# Project Mycelium Dev Method ## Overview This documentation is for developers. Keep the architecture clear and iterate pragmatically. Update this document and the architecture with each meaningful change. ## Links - Architecture & Roadmap (authoritative): `docs/dev/design/current/projectmycelium-roadmap.md` - Ops deployment method: `docs/ops/method/current/deployment_method.md` ## Artifacts - Architecture & Roadmap (single source of truth for design, status, troubleshooting) - TODO board/list capturing concrete steps to production - Decision Log (mini-ADRs) for key trade-offs under `docs/dev/decisions/` (optional) ## Working Mode - Small PRs tied to issues; fast iteration and feedback - Keep TODO and architecture updated as the project evolves - Schedule regular refactoring and documentation touch-ups ## TODO Item Template ```text Title: Context: Change: Acceptance: Links: ``` ## Decision Record Template (ADR) ```text Title: Context: Options: Decision: Consequences: ```