Commit Graph

4 Commits

Author SHA1 Message Date
Hector Ros
924bf2244d Add agent access documentation and MCP usage guide
All checks were successful
Build and Push Agent / build (push) Successful in 4s
- Complete guide for accessing terminal web (claude.fuq.tv)
- MCP endpoints usage examples
- Typical workflow from task to PR
- Troubleshooting section
- MCP config template (for future use)

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-20 02:11:06 +01:00
Hector Ros
2b06c8c543 Upgrade agent image to Ubuntu 24.04 with full dev tooling
All checks were successful
Build and Push Agent / build (push) Successful in 2m21s
- Base: Ubuntu 24.04 (more complete than Alpine)
- Python 3 with pip and venv
- Node.js 24.x LTS
- Bun runtime
- Build tools: gcc, make, build-essential
- kubectl for K8s operations
- Common CLI tools: jq, curl, wget, git
- Claude Code CLI

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-20 01:59:05 +01:00
Hector Ros
5707be2507 Switch to Bun runtime for Claude Code
All checks were successful
Build and Push Agent / build (push) Successful in 29s
Claude Code is optimized for Bun, use Bun instead of Node.js

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-20 01:27:45 +01:00
Hector Ros
1db98be556 Initial agent implementation
Some checks failed
Build and Push Agent / build (push) Failing after 50s
- Node.js Alpine base with Claude Code CLI
- MCP configuration for backend communication
- Git and development tools pre-installed
- K8s deployment manifests
- CI/CD workflow for automatic builds

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-20 01:23:30 +01:00