Skip to content

SafeChord/Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 SafeChord Documentation Hub

Methodology: KDD Powered By: MkDocs License: MIT

Single Source of Truth (SSOT) for the SafeChord Ecosystem.

This repository serves as the central knowledge base for the SafeChord project. It adopts the Knowledge-Driven Development (KDD) methodology, treating documentation not just as a reference, but as the executable specification (Prompt Code) that drives AI Agents (Gemini, Cline) to generate code and infrastructure configurations.


🔗 The Ecosystem

SafeChord uses a Twin-Repo Strategy plus a dedicated PaaS layer. This documentation hub connects them all:

Repository Role Description
🟦 SafeZone Application The microservices source code, business logic, and data pipelines (Kafka/FastAPI).
🟨 SafeZone-Deploy Delivery Helm Umbrella Charts and GitOps configurations for Preview/Staging environments.
🟥 Chorde Platform The underlying Kubernetes (K3s) clusters and platform services (DB, MQ).
⬜ Docs Knowledge (You are here) The master plan, security policies, and architectural specs.

🧠 Knowledge Navigation

Before writing any code, we define it here.


🚀 Quick Start (Local Preview)

This site is built with MkDocs Material. You can run it locally to browse the knowledge graph.

1. Install Dependencies

pip install mkdocs-material

2. Run Dev Server

mkdocs serve

Open http://127.0.0.1:8000 in your browser.


🤝 Contribution & Workflow

We follow a strict "Doc-First" policy driven by KDD:

  1. Update the Spec: Before changing any code in SafeZone or SafeZone-Deploy, update the corresponding specification file in docs/.
  2. Align with AI: Use these documents as the context prompt for your AI coding assistant.
  3. Verify: Ensure safechord.knowledgetree.md accurately reflects the new structure.

For detailed collaboration rules, please read KDD Practice.

📄 License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published