docs: add COMPONENT.md to all 18 components and README.md to 3 missing repos
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Component: AI-Orchestrator
|
||||
|
||||
## Description
|
||||
Autonomous agent dispatcher following Symphony spec (Python)
|
||||
|
||||
## Metadata
|
||||
- **Deployment Target:** planned
|
||||
- **Upstream URL:** https://github.com/DoctoDre/AI-Orchestrator
|
||||
- **Status:** active
|
||||
|
||||
## Interconnections
|
||||
- (to be documented)
|
||||
|
||||
## Notes
|
||||
- Part of shared context in the Orchestrator monorepo
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
# Component: OrgMyLife
|
||||
|
||||
## Description
|
||||
Personal task, call, and digest coordination system (FastAPI + PostgreSQL)
|
||||
|
||||
## Metadata
|
||||
- **Deployment Target:** vps-docker
|
||||
- **Upstream URL:** https://github.com/DoctoDre/OrgMyLife
|
||||
- **Status:** active
|
||||
|
||||
## Interconnections
|
||||
- (to be documented)
|
||||
|
||||
## Notes
|
||||
- Part of shared context in the Orchestrator monorepo
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
# OrgMyLife
|
||||
|
||||
Personal task, call, and digest coordination system.
|
||||
|
||||
## Stack
|
||||
|
||||
- Backend: FastAPI + PostgreSQL
|
||||
- Deployment: VPS Docker (port 8000)
|
||||
- MCP: Local stdio server for Kiro integration
|
||||
|
||||
## API
|
||||
|
||||
- Endpoint: https://api.andreknie.de
|
||||
- Tasks: GET /api/tasks, POST /api/tasks
|
||||
- Projects: GET/PUT /api/projects, POST /api/projects/create
|
||||
- Agent filter: ?filter_agent=true
|
||||
|
||||
## Development
|
||||
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
uvicorn main:app --reload
|
||||
```
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
# Component: power_skills_and_more
|
||||
|
||||
## Description
|
||||
Collection of Kiro powers, skills, and reusable automation templates
|
||||
|
||||
## Metadata
|
||||
- **Deployment Target:** content-library
|
||||
- **Upstream URL:** monorepo-internal
|
||||
- **Status:** active
|
||||
|
||||
## Interconnections
|
||||
- (to be documented)
|
||||
|
||||
## Notes
|
||||
- Part of shared context in the Orchestrator monorepo
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
# Component: monorepo-cli
|
||||
|
||||
## Description
|
||||
CLI tool for monorepo management: context boundaries, knowledge store, repo sync, encryption, and federation
|
||||
|
||||
## Metadata
|
||||
- **Deployment Target:** local-cli
|
||||
- **Upstream URL:** monorepo-internal
|
||||
- **Status:** active
|
||||
|
||||
## Interconnections
|
||||
- (to be documented)
|
||||
|
||||
## Notes
|
||||
- Part of shared context in the Orchestrator monorepo
|
||||
|
||||
Reference in New Issue
Block a user