π¦ ClawHub
Dev Chronicle
by @sssamuelll
Generate narrative chronicles of developer work from git history, session transcripts, and memory files. Use when the user asks "what did I do today/this wee...
βοΈ Configuration
On first use, check for {baseDir}/config.json. If it doesn't exist, create it by asking the user:
{
"projectDirs": ["~/Projects"],
"projectDepth": 3,
"memoryDir": null,
"sessionsDir": null
}
projectDirs: directories to scan for git repos (array, supports ~)projectDepth: how deep to search for .git folders (default: 3)memoryDir: path to OpenClaw memory files, or null to auto-detect (/memory )sessionsDir: path to session transcripts, or null to auto-detect (~/.openclaw/agents/main/sessions)TERMINAL
clawhub install dev-chronicle