refactor: remove ./shannon query CLI command

Query functionality is redundant with the Temporal Web UI
at http://localhost:8233. Removes query.ts, CLI handler,
npm script, and all documentation references.
This commit is contained in:
ezl-keygraph
2026-02-17 00:19:24 +05:30
committed by ajmallesh
parent 539bd873cc
commit 45e9f305ea
5 changed files with 2 additions and 184 deletions
-3
View File
@@ -26,7 +26,6 @@ git clone https://github.com/org/repo.git ./repos/my-repo
# Monitor
./shannon logs # Real-time worker logs
./shannon query ID=<workflow-id> # Query workflow progress
# Temporal Web UI: http://localhost:8233
# Stop
@@ -57,8 +56,6 @@ Durable workflow orchestration with crash recovery, queryable progress, intellig
- `src/temporal/worker.ts` — Worker entry point
- `src/temporal/client.ts` — CLI client for starting workflows
- `src/temporal/shared.ts` — Types, interfaces, query definitions
- `src/temporal/query.ts` — Query tool for progress inspection
### Five-Phase Pipeline
1. **Pre-Recon** (`pre-recon`) — External scans (nmap, subfinder, whatweb) + source code analysis