Skip to main content

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

TypePurpose
featureNew functionality added
bugfixDefect corrected
deploymentService deployed
configConfiguration changed
incidentProblem investigated
refactorCode restructured
researchInvestigation performed
noteGeneral 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.

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_create
  • janus_devlog_list
  • janus_devlog_search