mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-25 01:25:52 +03:00
[PR #47] Feat/telemetry #88
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shannon-KeygraphHQ#88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/KeygraphHQ/shannon/pull/47
Author: @ajmallesh
Created: 1/14/2026
Status: 🔄 Open
Base:
main← Head:feat/telemetry📝 Commits (10+)
f84414drefactor: modularize claude-executor and extract shared utilities49e53b9feat: add Claude Code custom commands for debug and review6fdfdcbfeat: add Temporal integration foundation (phase 1-2)322e427feat: add Temporal activities for agent execution (phase 3)eb7ecedfeat: add Temporal workflow for 5-phase pipeline orchestration (phase 4)05f8e23feat: add Temporal worker, client, and query tools (phase 5)cbb2b4afeat: fix Docker worker container setupb26c690fix: add report assembly step to Temporal workflow5bda6farefactor: consolidate Docker setup to root docker-compose.ymlb84c1d3feat: improve Temporal client UX and env handling📊 Changes
14 files changed (+722 additions, -5 deletions)
View changed files
📝
README.md(+33 -0)📝
docker-compose.yml(+1 -0)📝
package-lock.json(+87 -3)📝
package.json(+1 -0)➕
src/telemetry/index.ts(+26 -0)➕
src/telemetry/installation-id.ts(+78 -0)➕
src/telemetry/telemetry-config.ts(+68 -0)➕
src/telemetry/telemetry-events.ts(+60 -0)➕
src/telemetry/telemetry-manager.ts(+241 -0)📝
src/temporal/activities.ts(+90 -1)📝
src/temporal/client.ts(+17 -0)📝
src/temporal/shared.ts(+1 -0)📝
src/temporal/worker.ts(+5 -0)📝
src/temporal/workflows.ts(+14 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.