agent/src/php
Snider 90b03191b2 feat(agent): v0.2.0 — HTTP daemon, remote dispatch, review queue, verify+merge
Major additions:
- core-agent serve: persistent HTTP daemon with PID file, health check, registry
- agentic_dispatch_remote: dispatch tasks to remote agents (Charon) over MCP HTTP
- agentic_status_remote: check remote agent workspace status
- agentic_mirror: sync Forge repos to GitHub mirrors with file count limits
- agentic_review_queue: CodeRabbit/Codex review queue with rate-limit awareness
- verify.go: auto-verify (run tests) + auto-merge + retry with rebase + needs-review label
- monitor sync: checkin API integration for cross-agent repo sync
- PostToolUse inbox notification hook (check-notify.sh)

Dispatch improvements:
- --dangerously-skip-permissions (CLI flag changed)
- proc.CloseStdin() after spawn (Claude CLI stdin pipe fix)
- GOWORK=off in agent env and verify
- Exit code / BLOCKED.md / failure detection
- Monitor poke for instant notifications

New agent types:
- coderabbit: CodeRabbit CLI review (--plain --base)
- codex:review: OpenAI Codex review mode

Integrations:
- CODEX.md: OpenAI Codex conventions file
- Gemini extension: points at core-agent MCP (not Node server)
- Codex config: core-agent MCP server added
- GitHub webhook handler + CodeRabbit KPI tables (PHP)
- Forgejo provider for uptelligence webhooks
- Agent checkin endpoint for repo sync

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 17:45:04 +00:00
..
Actions feat(issues): phase 3 — Actions and API controllers for issues and sprints 2026-03-16 06:02:08 +00:00
Configs feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
Console/Commands feat(brain): improve recall quality and ingest deduplication 2026-03-15 07:42:38 +00:00
Controllers feat(agent): v0.2.0 — HTTP daemon, remote dispatch, review queue, verify+merge 2026-03-17 17:45:04 +00:00
docs docs: remove completed plan files 2026-03-14 08:21:58 +00:00
Facades feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
Jobs feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
Lang/en_GB feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
Mcp feat: merge review/verify into core plugin, add messaging MCP tools 2026-03-16 14:52:01 +00:00
Middleware feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
Migrations feat(agent): v0.2.0 — HTTP daemon, remote dispatch, review queue, verify+merge 2026-03-17 17:45:04 +00:00
Models feat: agent messaging — direct chronological messages between agents 2026-03-16 14:03:36 +00:00
Routes feat(agent): v0.2.0 — HTTP daemon, remote dispatch, review queue, verify+merge 2026-03-17 17:45:04 +00:00
Service feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
Services feat(brain): improve recall quality and ingest deduplication 2026-03-15 07:42:38 +00:00
Support feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
tests test(issues): phase 5 — feature tests for Issue and Sprint models and actions 2026-03-16 06:02:08 +00:00
View feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
agentic.php feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
AGENTS.md feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
Boot.php feat: merge review/verify into core plugin, add messaging MCP tools 2026-03-16 14:52:01 +00:00
config.php feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
FINDINGS.md feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
GEMINI.md feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
TODO.md feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00