• Joined on 2026-03-13
shoko closed issue shoko/kugetsu#4 2026-03-31 05:37:02 +02:00
Document Hermes Communication Patterns
shoko closed issue shoko/kugetsu#3 2026-03-31 05:36:50 +02:00
Test Parallel Capacity
shoko closed issue shoko/kugetsu#2 2026-03-31 05:36:47 +02:00
Investigate Hermes 3-Task Limit
shoko closed issue shoko/kugetsu#35 2026-03-31 05:36:45 +02:00
add loadskillv2.md
shoko pushed to fix/issue-3-parallel-test at shoko/kugetsu 2026-03-31 05:32:15 +02:00
94de97ed64 docs: update README status to reflect Phase 3 implementation
1092f73255 cleanup: remove unused .hermes/skills/agent-workflows
Compare 2 commits »
shoko pushed to fix/issue-3-parallel-test at shoko/kugetsu 2026-03-31 05:29:08 +02:00
cd16ce19c6 merge: resolve conflicts with main (psutil with fallback, use --dir flag)
08e40e5396 Merge pull request 'feat(phase3): Full Phase 3 implementation - Chat Agent, PM Agent, and Integration' (#32) from feat/issue-19-phase3 into main
9e1ff74330 test(kugetsu): add unit tests for status, delegate, doctor, notify commands
93ebb55f57 refactor: remove obsolete kugetsu-helpers skill
d35f006ed2 docs: replace git.fbrns.co with git.example.com in documentation
Compare 62 commits »
shoko pushed to docs/issue-4-hermes-communication-patterns at shoko/kugetsu 2026-03-31 05:25:42 +02:00
b22a7da710 security: redact exposed Gitea credentials in documentation
shoko pushed to main at shoko/kugetsu 2026-03-31 04:55:23 +02:00
08e40e5396 Merge pull request 'feat(phase3): Full Phase 3 implementation - Chat Agent, PM Agent, and Integration' (#32) from feat/issue-19-phase3 into main
9e1ff74330 test(kugetsu): add unit tests for status, delegate, doctor, notify commands
93ebb55f57 refactor: remove obsolete kugetsu-helpers skill
d35f006ed2 docs: replace git.fbrns.co with git.example.com in documentation
bc40c4f500 refactor: restructure PM role under skills/kugetsu/pm/
Compare 15 commits »
shoko merged pull request shoko/kugetsu#32 2026-03-31 04:55:21 +02:00
feat(phase3): Full Phase 3 implementation - Chat Agent, PM Agent, and Integration
shoko closed issue shoko/kugetsu#19 2026-03-31 04:55:21 +02:00
Phase 3: Chat Integration (Telegram)
shoko pushed to feat/issue-19-phase3 at shoko/kugetsu 2026-03-31 04:52:39 +02:00
9e1ff74330 test(kugetsu): add unit tests for status, delegate, doctor, notify commands
shoko pushed to feat/issue-19-phase3 at shoko/kugetsu 2026-03-31 04:48:32 +02:00
93ebb55f57 refactor: remove obsolete kugetsu-helpers skill
shoko pushed to feat/issue-19-phase3 at shoko/kugetsu 2026-03-31 04:46:51 +02:00
d35f006ed2 docs: replace git.fbrns.co with git.example.com in documentation
shoko pushed to feat/issue-19-phase3 at shoko/kugetsu 2026-03-31 04:38:50 +02:00
bc40c4f500 refactor: restructure PM role under skills/kugetsu/pm/
shoko pushed to feat/issue-19-phase3 at shoko/kugetsu 2026-03-31 04:19:58 +02:00
3d00ddbc1b feat(phase3): add notification system and kugetsu notify command
shoko pushed to feat/issue-19-phase3 at shoko/kugetsu 2026-03-31 03:09:21 +02:00
b3171ed632 feat(kugetsu): add status, delegate, doctor commands; inject PM context at init
shoko commented on issue shoko/kugetsu#19 2026-03-31 02:56:06 +02:00
Phase 3: Chat Integration (Telegram)

Clarification: PR #32 Covers Whole Phase 3

PR #32 (Phase 3a) revealed architectural issues that affect both 3b and 3c. This PR will be updated to address the full Phase 3 scope:

What…

shoko commented on issue shoko/kugetsu#19 2026-03-31 02:46:24 +02:00
Phase 3: Chat Integration (Telegram)

Phase 3a PR #32 - Code Review Findings

After reviewing PR #32, we discovered several architectural issues that need to be addressed for Phase 3b.

Current Architecture Problems

1.…

shoko pushed to feat/issue-19-phase3 at shoko/kugetsu 2026-03-31 02:02:31 +02:00
bc3cc8dd1e test(kugetsu-helpers): add unit test suite and fix None/null handling
shoko pushed to feat/issue-19-phase3 at shoko/kugetsu 2026-03-31 01:00:42 +02:00
ef1179839d docs(phase3): update status and add testing plan