COSMOS is SolveForce's universal knowledge infrastructure—a structured, semantic content repository for foundational concepts, technologies, and definitions that power the digital cosmos.
- All content is in Markdown (
.md) files undercontent/. - Major sections: Communication, Cosmos, Cybernetics, Glossary, Infrastructure, Intelligence, Services.
- Each section is a folder with atomic topic files and optional
index.mdfor navigation. - Cross-linking is done via relative Markdown links.
- Browse
content/index.mdfor a homepage and navigation to all topics. - Each section (e.g.,
content/communication/) contains focused.mdfiles on subtopics. - Glossary entries are single-term files for easy reference and linking.
- Add new topics as new
.mdfiles in the correct subfolder. - Update existing topics by editing the relevant Markdown file.
- Link related concepts using relative Markdown links.
- Follow lowercase, hyphen-separated naming for files and folders.
- Do not add code, scripts, or non-Markdown files.
For more, see .github/copilot-instructions.md for AI authoring rules and content/index.md for live navigation.