feat(phase3): Full Phase 3 implementation - Chat Agent, PM Agent, and Integration #32

Merged
shoko merged 14 commits from feat/issue-19-phase3 into main 2026-03-31 04:55:21 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit d35f006ed2 - Show all commits

View File

@@ -135,9 +135,9 @@ PM Agent
│ PM sends clarification request
Hermes (Chat Gateway)
│ "Which project did you mean? github.com/user/project or git.fbrns.co/team/core?"
│ "Which project did you mean? github.com/user/project or git.example.com/team/core?"
User (Telegram): "git.fbrns.co/team/core"
User (Telegram): "git.example.com/team/core"
Hermes (Chat Gateway)

View File

@@ -61,7 +61,7 @@ Your focus shifts from doing to overseeing — reviewing PRs, approving plans, m
```bash
# Clone repository
git clone https://git.fbrns.co/shoko/kugetsu.git
git clone https://git.example.com/shoko/kugetsu.git
# Install kugetsu
bash kugetsu/skills/kugetsu/scripts/kugetsu-install.sh