Skip to content

Latest commit

 

History

History
77 lines (60 loc) · 3.81 KB

File metadata and controls

77 lines (60 loc) · 3.81 KB

Osiris Documentation

Start here. This repository uses a structured docs governance model to keep documentation organized and maintainable.

Documentation Structure

  • ADRsdocs/adr/ — Concise, stable architectural decisions (with Status field).
  • Milestones (Initiatives)docs/milestones/<slug>/
    • 00-initiative.md — Index, goal, Definition of Done (DoD), KPIs
    • 10-plan.md — Scope, risks, effort estimates
    • 20-execution.md — Checklists, sub-agents, PR/issues links
    • 30-verification.md — Tests, metrics, verification commands
    • 40-retrospective.md — What went well / areas to improve
    • attachments/ — Bulky reports, coverage data, detailed audits
  • Design (Work-in-Progress)docs/design/ — Technical designs pending acceptance
  • Reference (Stable Specs)docs/reference/ — Specifications, schema, formats
  • Guides (How-To)docs/guides/ — User and operator guides
  • Reports (One-Off)docs/reports/<date>-<topic>/ — Analysis, audits, findings
  • Archive (Completed)docs/archive/<slug>-v<semver>/ — Completed initiatives (kept for history)

Current Initiatives

MCP v0.5.0

AIOP (AI Operation Package)

Legacy Navigation (for reference)

🚀 Getting Started

📚 Guides

📖 Reference

💡 Examples & Roadmap

🏛️ Architecture & Decisions

Contributor Guidelines

  • Update initiative indices (00-initiative.md) when scope or DoD changes.
  • Link reports from the initiative's attachments/ or docs/reports/ with back-references.
  • Keep ADRs short — Link to milestones for implementation details.
  • Prefer incremental docs — Small, focused documents over giant monoliths.
  • Archive on completion — Move completed initiatives to docs/archive/<slug>-v<semver>/ to keep active folders clean.

Version Status

Current Release: v0.5.0 (in progress)

  • ✅ Phase 1-3: Security, Functionality, Testing
  • 📋 Phase 4: Documentation & Release Preparation

Previous Release: v0.3.1 (2025-09-27) - AIOP + Full testing suite