Developer Documentation
This section is the engineering source of truth for Cosmosh implementation and governance.
Recommended Read Order
flowchart TD A[Project Map] --> B[Architecture] B --> C[IPC Protocol] B --> D[SSH Terminal] B --> E[SFTP File System] B --> F[UI/UX Standards]
Sections
- Core
- Runtime
- Design & Governance
Task-Oriented Entry Points
- Adding a new runtime feature: start from Project Map, then Architecture, then IPC Protocol.
- Updating SSH behavior: read SSH Terminal and align protocol notes in IPC Protocol.
- Updating visual behavior: follow UI/UX Standards before touching page-level styles.
Governance Reference
- Documentation governance and writing conventions are maintained in
docs/README.mdand repository rootAGENTS.md.