AI-powered security alert management that reduces noise and accelerates response time
Stars
106
Forks
6
Watchers
106
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
485
commits
Merge pull request #187 from secmon-lab/fix/bluebell-selector-context-block
cdeb1deView on GitHubsimplify(bluebell): remove conditional branching from selector.md template
585ef0dView on GitHubrefactor(bluebell): remove resolveIntentDefault, unify into resolveIntentWithSelection
7ad437eView on GitHubfix(bluebell): run intent resolver with 0 prompt entries and post context block
6d3ef33View on GitHubMerge pull request #186 from secmon-lab/refactor/extract-chat-orchestrator
4d16760View on GitHubfix: remove redundant aster.New call in default chat UseCase init
d183402View on GitHubrefactor(chat): extract common logic into chat.UseCase, strategies implement chat.Strategy
8bd8cc5View on GitHubtest(chat): add characterization tests for common behavior across strategies
468730bView on GitHubMerge pull request #185 from secmon-lab/feat/bluebell-chat-strategy
40c0da7View on GitHubdocs(bluebell): add link to default system.md as template example
914fd00View on GitHubfix(bluebell): correct nosec rule ID from G601 to G118
4f76f99View on GitHubfix(bluebell): suppress gosec false positive on context.WithCancel
85ebdb9View on GitHubrefactor(bluebell): rename to strategy-system-prompts, add name/UserSystemPrompt
4198be9View on GitHubfix: address review comments — move docs to doc/, pre-allocate slice
443331eView on GitHubfix(bluebell): use strings.Split instead of SplitN(-1) to fix lint
57529ccView on GitHub