agent/codex/code/commands/log.md
Snider e90a84eaa0 feat: merge go-agent + go-agentic + php-devops into unified agent repo
Combines three repositories into a single workspace:
- go-agent → pkg/orchestrator (Clotho), pkg/jobrunner, pkg/loop, cmd/
- go-agentic → pkg/lifecycle (allowance, sessions, plans, dispatch)
- php-devops → repos.yaml, setup.sh, scripts/, .core/

Module path: forge.lthn.ai/core/agent

All packages build, all tests pass.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 15:23:00 +00:00

617 B

name description args
log Smart log viewing with filtering and analysis.
--errors|--since <duration>|--grep <pattern>|--request <id>|analyse

Smart Log Viewing

Tails, filters, and analyzes laravel.log.

Usage

/core:log # Tail laravel.log /core:log --errors # Only errors /core:log --since 1h # Last hour /core:log --grep "User" # Filter by pattern /core:log --request abc123 # Show logs for a specific request /core:log analyse # Summarize errors

Action

This command is implemented by the script at claude/code/scripts/log.sh.