init projectmycelium

This commit is contained in:
mik-tf
2025-09-01 21:37:01 -04:00
commit b41efb0e99
319 changed files with 128160 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Current Method for Dev Working on the Project Mycelium
Last updated: 2025-08-12
This short index is for developers contributing to the marketplace.
## Quick links
- [Design method](./design_method.md)
- [Architecture & Roadmap](../../design/current/projectmycelium-roadmap.md)
- [DevOps overview](../../../devops.md)
- [Ops deployment method](../../../ops/method/current/deployment_method.md)
## How to use this
- Read the architecture & roadmap to align on target design and current status.
- Pick a TODO item, create a small branch and PR.
- Keep docs updated: reflect changes in design or ops docs as needed.