No description
- Rust 35.8%
- HTML 28.9%
- JavaScript 14.9%
- Shell 13.2%
- CSS 6.4%
- Other 0.8%
- 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> |
||
|---|---|---|
| crates | ||
| scripts | ||
| .gitignore | ||
| apikeys.db | ||
| buildenv.sh | ||
| Cargo.toml | ||
| IMPLEMENTATION_SUMMARY.md | ||
| LICENSE | ||
| Makefile | ||
| PROJECT_STRUCTURE.md | ||
| README.md | ||
| TECH_SPEC.md | ||