Artifacts
Design documents, architecture diagrams, and runbooks.
Overview
Artifacts are persistent documents attached to initiatives. They capture decisions, designs, and operational knowledge.
URL: https://argus.meetrhea.com/artifacts
Artifact Types
| Type | Purpose |
|---|---|
| formation_doc | Founding document for an initiative |
| design_spec | Technical design specification |
| architecture | Architecture diagram (Mermaid/text) |
| decision_record | ADR-style decision record |
| runbook | Operational procedures |
| post_mortem | Incident analysis |
| meeting_notes | Discussion notes |
| other | Catch-all |
Features
Versioning
Artifacts track version history. Each edit increments the version number.
Markdown Support
Full markdown rendering with code highlighting.
Initiative Linking
Artifacts belong to initiatives, providing context for the document.
Search
Full-text search across titles and content.
API
# List artifacts
GET /api/artifacts?initiative_id=:id
# Create artifact
POST /api/artifacts
{
"initiative_id": "...",
"artifact_type": "design_spec",
"title": "API Design",
"content": "# API Design\n\n..."
}
Janus Integration
Manage via MCP:
janus_artifact_createjanus_artifact_listjanus_artifact_search