No description
  • Rust 55%
  • Python 40.2%
  • Makefile 3.6%
  • Shell 1.2%
Find a file
despiegk e8648317b2 Fix hero_sockets compliance: service name, openrpc spec, binding pattern
- server.py: SERVICE_NAME "acp" → "hero_claude_server" (must match socket filename per hero_sockets)
- hero_claude_ui: embed actual ACP OpenRPC spec via include_str! (was empty methods:[])
- hero_claude_ui: fix binding loop to use app.clone() standard pattern (remove into_make_service)
- hero_claude_ui: add version to /health response
- hero_claude_ui: use tower::Service::call fully-qualified path

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 22:05:34 +02:00
crates Fix hero_sockets compliance: service name, openrpc spec, binding pattern 2026-04-04 22:05:34 +02:00
src Fix hero_sockets compliance: service name, openrpc spec, binding pattern 2026-04-04 22:05:34 +02:00
.gitignore Initial commit: Claude server with Python/Rust .gitignore 2026-04-04 21:37:39 +02:00
.python-version Initial commit: Claude server with Python/Rust .gitignore 2026-04-04 21:37:39 +02:00
Cargo.toml Add hero_proc selfstart: hero_claude --start/--stop manages all components 2026-04-04 22:03:13 +02:00
env.sh Initial commit: Claude server with Python/Rust .gitignore 2026-04-04 21:37:39 +02:00
install.sh Initial commit: Claude server with Python/Rust .gitignore 2026-04-04 21:37:39 +02:00
main.py Initial commit: Claude server with Python/Rust .gitignore 2026-04-04 21:37:39 +02:00
Makefile Add hero_proc selfstart: hero_claude --start/--stop manages all components 2026-04-04 22:03:13 +02:00
pyproject.toml Initial commit: Claude server with Python/Rust .gitignore 2026-04-04 21:37:39 +02:00
README.md Initial commit: Claude server with Python/Rust .gitignore 2026-04-04 21:37:39 +02:00
uv.lock Initial commit: Claude server with Python/Rust .gitignore 2026-04-04 21:37:39 +02:00