No description
  • Rust 35.8%
  • HTML 28.9%
  • JavaScript 14.9%
  • Shell 13.2%
  • CSS 6.4%
  • Other 0.8%
Find a file
despiegk 7ba902537c refactor: consolidate hero_collab into single service with two actions
- Replace two separate hero_proc services with one `hero_collab` service
  containing `hero_collab_server` and `hero_collab_ui` as actions
- Use `lifecycle::start_service` and `lifecycle::stop_service` SDK helpers
  instead of manual action_set/service_set/service_start/poll loops
- Add `kill_other` with socket paths to each action to prevent
  "address already in use" failures on restart
- Wire chat and editor pages through Askama templates so `base_path`
  is injected server-side (fixes reverse-proxy prefix routing)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 10:41:28 +01:00
crates refactor: consolidate hero_collab into single service with two actions 2026-03-25 10:41:28 +01:00
scripts Restructure crates: remove hero_collab_web, add hero_collab crate, update UI templates and build system 2026-03-20 18:11:08 +01:00
.gitignore Initial commit 2026-03-18 03:58:27 +00:00
apikeys.db feat: update collab ui templates and web server components 2026-03-19 13:21:38 +01:00
buildenv.sh Restructure crates: remove hero_collab_web, add hero_collab crate, update UI templates and build system 2026-03-20 18:11:08 +01:00
Cargo.toml Refactor collab SDK and server: streamline client API 2026-03-21 09:02:00 +01:00
IMPLEMENTATION_SUMMARY.md feat: complete Hero service setup with server, SDK, UI, and examples 2026-03-18 05:03:18 +01:00
LICENSE Initial commit 2026-03-18 03:58:27 +00:00
Makefile migrate hero_collab to new CLI lifecycle pattern 2026-03-21 20:50:31 +01:00
PROJECT_STRUCTURE.md feat: complete Hero service setup with server, SDK, UI, and examples 2026-03-18 05:03:18 +01:00
README.md Initial commit 2026-03-18 03:58:27 +00:00
TECH_SPEC.md Restructure crates: remove hero_collab_web, add hero_collab crate, update UI templates and build system 2026-03-20 18:11:08 +01:00

hero_collab