stemedb/.agentive-remediation/aphoria-concept-paths/state.yaml
jordan 157dbbb9eb feat: Complete Aphoria Phase 8-9 + UAT suite (90/90 tests passing)
## Phase 8: Enterprise Extractor Improvements 
- 14 security extractors (TLS, JWT, SQL injection, XSS, etc.)
- 10 framework-specific extractors (Spring, Django, Rails, etc.)
- Config file security detection (YAML, TOML)

## Phase 9: Autonomous Extractor Generation 
- Shadow mode executor with TP/FP tracking
- Graduation pipeline with confidence thresholds
- Auto-rollback on regression detection
- Cross-project pattern syncing

## UAT Suite Complete (14 scripts, 90 tests)
- test-core-detection.sh (6 tests)
- test-declarative-extractors.sh (5 tests)
- test-domain-frameworks.sh (5 tests)
- test-domain-unreal.sh (3 tests)
- test-llm-extraction.sh (6 tests)
- test-eval-harness.sh (5 tests)
- test-cross-language.sh (3 tests)
- test-precommit-performance.sh (4 tests)
- test-output-formats.sh (8 tests)
- test-drift-detection.sh (6 tests)
- test-exit-codes.sh (12 tests)
+ 3 more scripts

## Other Changes
- Updated roadmap to mark Phase 8-9 complete
- Added .gitignore entries for build artifacts
- Updated pre-commit: 800 line limit, exclude tests/data/cmd

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 22:50:55 -07:00

26 lines
903 B
YAML

task: aphoria-concept-paths
created: 2026-02-06
phase: DEFERRED
before_count: 29
current_count: 29
description: |
Concept paths built inconsistently:
- Pattern A: inline format! with concept_path.join("/") - 24 instances
- Pattern B: build_claim() helper in traits.rs - exists but underused
- Pattern C: format! with concept_prefix - 3 in llm/extractor.rs
- Pattern D: test-only literals - scattered
The build_claim() helper EXISTS but is underutilized.
DEFERRED: Low priority - all patterns produce correct output.
Fixing would require touching 24 extractors with no functional benefit.
New extractors should use build_claim() per skill guidance.
current: "DEFERRED"
next: []
defer_reason: |
1. All current patterns work correctly
2. build_claim() helper exists for new code
3. Large refactor with no functional benefit
4. Skill already guides new extractors to use helper