Devlogs
Development logs documenting work done on services.
Overview
Devlogs are structured records of features, bugfixes, deployments, and incidents. They provide persistent memory across AI agent sessions.
URL: https://argus.meetrhea.com/devlogs
Log Types
| Type | Purpose |
|---|---|
| feature | New functionality added |
| bugfix | Defect corrected |
| deployment | Service deployed |
| config | Configuration changed |
| incident | Problem investigated |
| refactor | Code restructured |
| research | Investigation performed |
| note | General observation |
Severity Levels
- info - Normal activity
- warning - Potential issue
- error - Problem occurred
- critical - Urgent attention needed
Features
Filtering
Filter by service, type, severity, author, or tags.
Full-Text Search
Search across titles and content.
Service Linking
Each devlog links to a service in the catalog.
API
# List devlogs
GET /api/devlogs?service_id=argus&limit=50
# Create devlog
POST /api/devlogs
{
"service_id": "argus",
"log_type": "feature",
"title": "Added analytics dashboard",
"content": "Implemented deployment velocity charts..."
}
Janus Integration
Create devlogs via MCP:
janus_devlog_createjanus_devlog_listjanus_devlog_search