Files
microdao-daarion/docs/INDEX.md
Apple 3de3c8cb36 feat: Add presence heartbeat for Matrix online status
- matrix-gateway: POST /internal/matrix/presence/online endpoint
- usePresenceHeartbeat hook with activity tracking
- Auto away after 5 min inactivity
- Offline on page close/visibility change
- Integrated in MatrixChatRoom component
2025-11-27 00:19:40 -08:00

6.8 KiB

DAARION Documentation Index

Quick navigation for all documentation


🚀 Quick Start

For New Developers

  1. PROJECT_CONTEXT.md — Project overview
  2. INFRASTRUCTURE.md — Servers, ports, services
  3. docs/cursor/README.md — Cursor AI documentation (72 docs)

For Implementation

  1. docs/tasks/README.mdCursor-ready tasks
  2. MESSAGING_ARCHITECTURE.md — Complete tech spec
  3. MESSENGER_TESTING_GUIDE.md — Testing guide

📋 Cursor Tasks (New!)

Ready-to-use tasks for Cursor AI:

Priority 1: Agent Integration

Priority 2: Agent Hub

  • TASK_AGENT_HUB_MVP.md
    • 2 weeks, High priority
    • Main interface for working with agents
    • Reuses Messenger components

🏗️ Architecture

Core Specs

Technical Docs


📚 Cursor AI Documentation (72 docs)

See: docs/cursor/README.md

Key Documents

  1. MVP & Architecture (00-07)

    • 00_overview_microdao.md — System overview
    • 01_product_brief_mvp.md — Product requirements
    • 02_architecture_basics.md — Technical architecture
    • 03_api_core_snapshot.md — API contracts
    • MVP_VERTICAL_SLICE.md — Implementation plan
  2. Agent System (08-24)

    • 12_agent_runtime_core.md — Agent Runtime Core
    • 13_agent_memory_system.md — Memory system
    • 21_agent_only_interface.md — Agent-Only Interface
    • 22_operator_modes_and_system_agents.md — System agents
  3. Infrastructure (25-50)

    • 25_deployment_infrastructure.md — Deployment
    • 27_database_schema_migrations.md — Database schema
    • 34_internal_services_architecture.md — 17 services
    • 42_nats_event_streams_and_event_catalog.md — NATS events

🔧 Implementation Guides

Completed Modules

In Progress


🧪 Testing

Messenger Testing

General Testing


📊 Data Models

Database

API


🎯 Roadmap & Plans

Current Phase

  • Phase 1: Messenger Core (Complete)
  • 📋 Phase 2: Agent Integration (Next)
  • 📋 Phase 2.5: Agent Hub (Parallel)

Planning Docs


🔐 Security & Infrastructure

Security

Infrastructure


🌐 Integration Guides

DAARION.city

External Systems


💰 Tokenomics

Core Docs


📝 Quick Reference

Files by Type

Configuration

  • ../package.json — Frontend dependencies
  • ../vite.config.ts — Vite config
  • ../docker-compose.messenger.yml — Messenger stack
  • ../docker-compose.agents.yml — Agent services (to be created)

Migrations

  • ../migrations/001_create_messenger_schema.sql — Messenger DB

Services

  • ../services/messaging-service/ — Messaging API
  • ../services/matrix-gateway/ — Matrix adapter
  • ../services/city-service/ — City API
  • ../services/space-service/ — Space API

Frontend

  • ../src/features/messenger/ — Messenger UI
  • ../src/features/city/ — City Dashboard
  • ../src/features/space-dashboard/ — Space Dashboard
  • ../src/features/onboarding/ — Onboarding

🔍 Search Tips

Find by Topic

  • Messenger: Search for "messaging", "Matrix", "channels"
  • Agents: Search for "agent", "runtime", "LLM"
  • Infrastructure: Search for "deployment", "docker", "NATS"
  • Security: Search for "security", "PDP", "capabilities"

Find by File Type

  • .md — Documentation
  • .dbml — Database models
  • .sql — Migrations
  • .ipynb — Jupyter notebooks
  • .yml — Docker configs

📞 Support

Documentation Issues

Implementation Help


Last Updated: 2025-11-24
Version: 1.1.0
Maintainer: DAARION Platform Team