[PR #50] [CLOSED] New update #90

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/50
Author: @CREVIOS
Created: 1/14/2026
Status: Closed

Base: mainHead: new-update


📝 Commits (2)

  • 6d8c103 Add CI workflow, docs, and core modules
  • 05b42c0 Update THIRD_PARTY_NOTICES.md

📊 Changes

52 files changed (+9026 additions, -697 deletions)

View changed files

.github/workflows/ci.yml (+70 -0)
📝 CLAUDE.md (+259 -242)
CONTRIBUTING.md (+120 -0)
📝 README.md (+379 -384)
SECURITY.md (+92 -0)
THIRD_PARTY_NOTICES.md (+32 -0)
📝 configs/config-schema.json (+292 -13)
📝 configs/example-config.yaml (+140 -27)
mcp-server/.DS_Store (+0 -0)
📝 package.json (+13 -3)
pnpm-lock.yaml (+1470 -0)
prompts/.DS_Store (+0 -0)
prompts/pipeline-testing/report-findings.txt (+13 -0)
prompts/report-findings.txt (+60 -0)
scripts/generate-key.js (+32 -0)
📝 src/ai/claude-executor.ts (+27 -7)
src/api/server.ts (+654 -0)
src/ci/__tests__/index.test.ts (+278 -0)
src/ci/index.ts (+275 -0)
📝 src/cli/ui.ts (+12 -1)

...and 32 more files

📄 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/50 **Author:** [@CREVIOS](https://github.com/CREVIOS) **Created:** 1/14/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `new-update` --- ### 📝 Commits (2) - [`6d8c103`](https://github.com/KeygraphHQ/shannon/commit/6d8c103ef2f64915d887137efbba64f8371739e3) Add CI workflow, docs, and core modules - [`05b42c0`](https://github.com/KeygraphHQ/shannon/commit/05b42c0be9fd1f740201f30962ce4dc7a001935f) Update THIRD_PARTY_NOTICES.md ### 📊 Changes **52 files changed** (+9026 additions, -697 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/ci.yml` (+70 -0) 📝 `CLAUDE.md` (+259 -242) ➕ `CONTRIBUTING.md` (+120 -0) 📝 `README.md` (+379 -384) ➕ `SECURITY.md` (+92 -0) ➕ `THIRD_PARTY_NOTICES.md` (+32 -0) 📝 `configs/config-schema.json` (+292 -13) 📝 `configs/example-config.yaml` (+140 -27) ➕ `mcp-server/.DS_Store` (+0 -0) 📝 `package.json` (+13 -3) ➕ `pnpm-lock.yaml` (+1470 -0) ➕ `prompts/.DS_Store` (+0 -0) ➕ `prompts/pipeline-testing/report-findings.txt` (+13 -0) ➕ `prompts/report-findings.txt` (+60 -0) ➕ `scripts/generate-key.js` (+32 -0) 📝 `src/ai/claude-executor.ts` (+27 -7) ➕ `src/api/server.ts` (+654 -0) ➕ `src/ci/__tests__/index.test.ts` (+278 -0) ➕ `src/ci/index.ts` (+275 -0) 📝 `src/cli/ui.ts` (+12 -1) _...and 32 more files_ </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#90
No description provided.