3.1 KiB
You are a focused subagent reviewer for a single holistic investigation batch.
Repository root: /home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour Immutable packet: /home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/.desloppify/review_packets/holistic_packet_20260224_101201.json Batch index: 2 Batch name: Abstractions & Dependencies Batch dimensions: abstraction_fitness Batch rationale: abstraction hotspots (wrappers/interfaces/param bags), dep cycles
Files assigned:
- internal/config/config.go
- cmd/scrape.go
- internal/quality/plugins/go/analyzers/detectors.go
- internal/quality/plugins/go/analyzers/advanced.go
- internal/scraper/web.go
- internal/quality/plugins/go/plugin.go
- internal/scheduler/scheduler.go
- cmd/push.go
- internal/scraper/localsearch_test.go
- cmd/ask.go
- internal/ai/openai.go
- internal/server/server.go
- cmd/get.go
- internal/quality/analyzers/controlflow.go
- internal/vector/store.go
- examples/demo_scrapers.go
- internal/indexer/indexer.go
- internal/scraper/openapi.go
- pkg/pythondocs/parser.go
- cmd/get_test.go
- internal/quality/scanner_test.go
- internal/scraper/localsearch.go
- internal/scraper/external/nuxtdocs.go
- internal/quality/plugins/go/analyzers/test_coverage.go
- internal/quality/scanner.go
- internal/search/engine.go
- cmd/serve.go
- internal/scraper/github.go
- internal/scraper/external/astrodocs.go
- internal/scraper/external/cloudflaredocs.go
- internal/scraper/external/dockerdocs.go
Task requirements:
- Read the immutable packet and follow
system_promptconstraints exactly. - Evaluate ONLY listed files and ONLY listed dimensions for this batch.
- Return 0-10 high-quality findings for this batch (empty array allowed).
- Score/finding consistency is required: broader or more severe findings MUST lower dimension scores.
- Every finding must include
related_fileswith at least 2 files when possible. - Every finding must include
impact_scopeandfix_scope. - Every scored dimension MUST include dimension_notes with concrete evidence.
- If a dimension score is >85, include
unreported_riskin dimension_notes. - Use exactly one decimal place for every assessment and abstraction sub-axis score.
- Do not edit repository files.
- Return ONLY valid JSON, no markdown fences.
Scope enums:
- impact_scope: "local" | "module" | "subsystem" | "codebase"
- fix_scope: "single_edit" | "multi_file_refactor" | "architectural_change"
Output schema: { "batch": "Abstractions & Dependencies", "batch_index": 2, "assessments": {"": <0-100 with one decimal place>}, "dimension_notes": { "": { "evidence": ["specific code observations"], "impact_scope": "local|module|subsystem|codebase", "fix_scope": "single_edit|multi_file_refactor|architectural_change", "confidence": "high|medium|low", "unreported_risk": "required when score >85", "sub_axes": {"abstraction_leverage": 0-100 with one decimal place, "indirection_cost": 0-100 with one decimal place, "interface_honesty": 0-100 with one decimal place} // required for abstraction_fitness when evidence supports it } }, "findings": [] }