Commit d2d388e
Reorganize: Move agentic work to okp_mcp_agent/ subfolder
- Move 59 agentic files to dedicated okp_mcp_agent/ subfolder
- Fix all imports (scripts.* -> relative imports, lightspeed_evaluation.agents -> okp_mcp_agent.core)
- Fix config paths (config/okp_mcp_test_suites -> okp_mcp_agent/config/test_suites)
- Update usage examples in docstrings
- Create TODO.md and IMPORT_FIXES_NEEDED.md documentation
- Create BRANCH_ORGANIZATION_REPORT.md for onboarding
Prepares agent system for migration to okp-mcp repo.
See okp_mcp_agent/TODO.md for migration checklist.
Files moved:
- agents/ (5 files): okp_mcp_agent.py, llm_advisor, solr_checker, etc.
- bootstrap/ (5 files): JIRA extraction scripts
- pattern_discovery/ (3 files): Pattern analysis
- core/ (4 files): LinuxExpert, SolrExpert, PatternDiscovery
- tests/ (17 files): All agent tests
- config/ (35 files): test_suites, patterns, bootstrap artifacts
- docs/ (10 files): Agent documentation
- artifacts/ (13 files): Bootstrap run outputs
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent d7e7787 commit d2d388e
219 files changed
Lines changed: 7734 additions & 35484 deletions
File tree
- .github/workflows
- config
- okp_mcp_test_suites
- docs
- okp_mcp_agent
- agents
- artifacts/bootstrap_20260407
- bootstrap
- config
- patterns_v2
- patterns
- test_suites
- core
- docs
- pattern_discovery
- runners
- tests
- okp_test_data
- graphs
- stability_plots
- src/lightspeed_evaluation/agents
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments