[PR #45] [MERGED] refactor: remove orchestration layer #87

Closed
opened 2026-02-27 07:20:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/KeygraphHQ/shannon/pull/45
Author: @ezl-keygraph
Created: 1/12/2026
Status: Merged
Merged: 1/12/2026
Merged by: @ezl-keygraph

Base: mainHead: refactor/remove-orchestration-layer


📝 Commits (3)

  • e108a56 refactor: remove orchestration layer and simplify CLI
  • beb695b refactor: move session lock logic to shannon.ts, simplify session-manager
  • 0b8339e refactor: use crypto.randomUUID() for session ID generation

📊 Changes

15 files changed (+619 additions, -2433 deletions)

View changed files

📝 CLAUDE.md (+51 -97)
📝 README.md (+0 -8)
📝 src/audit/audit-session.ts (+0 -15)
📝 src/audit/metrics-tracker.ts (+2 -40)
src/checkpoint-manager.ts (+0 -936)
src/cli/command-handler.ts (+0 -180)
src/cli/prompts.ts (+0 -60)
📝 src/cli/ui.ts (+6 -42)
📝 src/phases/pre-recon.ts (+9 -7)
📝 src/session-manager.ts (+29 -726)
📝 src/shannon.ts (+516 -194)
📝 src/types/agents.ts (+6 -14)
📝 src/types/index.ts (+0 -1)
src/types/session.ts (+0 -63)
📝 src/utils/metrics.ts (+0 -50)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/KeygraphHQ/shannon/pull/45 **Author:** [@ezl-keygraph](https://github.com/ezl-keygraph) **Created:** 1/12/2026 **Status:** ✅ Merged **Merged:** 1/12/2026 **Merged by:** [@ezl-keygraph](https://github.com/ezl-keygraph) **Base:** `main` ← **Head:** `refactor/remove-orchestration-layer` --- ### 📝 Commits (3) - [`e108a56`](https://github.com/KeygraphHQ/shannon/commit/e108a56852fb5a10e787f021e76019a2e34b663f) refactor: remove orchestration layer and simplify CLI - [`beb695b`](https://github.com/KeygraphHQ/shannon/commit/beb695bf7fd854323ae9a6287e08f810ccaffe48) refactor: move session lock logic to shannon.ts, simplify session-manager - [`0b8339e`](https://github.com/KeygraphHQ/shannon/commit/0b8339e60acf05ce660253510528b3a520f25092) refactor: use crypto.randomUUID() for session ID generation ### 📊 Changes **15 files changed** (+619 additions, -2433 deletions) <details> <summary>View changed files</summary> 📝 `CLAUDE.md` (+51 -97) 📝 `README.md` (+0 -8) 📝 `src/audit/audit-session.ts` (+0 -15) 📝 `src/audit/metrics-tracker.ts` (+2 -40) ➖ `src/checkpoint-manager.ts` (+0 -936) ➖ `src/cli/command-handler.ts` (+0 -180) ➖ `src/cli/prompts.ts` (+0 -60) 📝 `src/cli/ui.ts` (+6 -42) 📝 `src/phases/pre-recon.ts` (+9 -7) 📝 `src/session-manager.ts` (+29 -726) 📝 `src/shannon.ts` (+516 -194) 📝 `src/types/agents.ts` (+6 -14) 📝 `src/types/index.ts` (+0 -1) ➖ `src/types/session.ts` (+0 -63) 📝 `src/utils/metrics.ts` (+0 -50) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:20:22 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shannon-KeygraphHQ#87
No description provided.