mirror of
https://github.com/gadievron/raptor.git
synced 2026-04-24 21:46:00 +03:00
[PR #60] Refactor potentially shared functionality into core #61
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/raptor#61
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/gadievron/raptor/pull/60
Author: @joshbouncesecurity
Created: 1/23/2026
Status: 🔄 Open
Base:
main← Head:new-refactor📝 Commits (10+)
cec97baFirst draft of refactorf684009Trigger cicaaf694Keep convenience importsab533d8Further refactoring, modifying docs and adding tests3ee75e9Small changes to initc9f7772Add new integration test5fc864cMerge branch 'gadievron:main' into new-refactorf3e1e8dRemoved semgrep version functionfed3a21Remove run streamingfaf47bcRemove new git functions📊 Changes
35 files changed (+1588 additions, -339 deletions)
View changed files
📝
README.md(+1 -1)📝
core/__init__.py(+28 -0)➕
core/exec.py(+32 -0)➕
core/git.py(+74 -0)➕
core/hash.py(+60 -0)📝
core/llm/__init__.py(+0 -0)📝
core/llm/client.py(+0 -0)📝
core/llm/config.py(+0 -0)📝
core/llm/providers.py(+0 -0)➕
core/semgrep.py(+319 -0)➕
core/tests/__init__.py(+1 -0)➕
core/tests/test_exec.py(+134 -0)➕
core/tests/test_git.py(+105 -0)➕
core/tests/test_hash.py(+198 -0)➕
core/tests/test_llm.py(+153 -0)➕
core/tests/test_semgrep.py(+372 -0)📝
docs/ARCHITECTURE.md(+1 -1)📝
docs/README.md(+1 -1)📝
packages/autonomous/dialogue.py(+1 -1)📝
packages/codeql/PHASE2_OVERVIEW.md(+2 -2)...and 15 more files
📄 Description
Trying to move functionality that could be shared between packages into core.
Just an idea for now
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.