Summary
Update Phinder to accept PhiSQL discovery queries as input. Phinder already produces structured findings; this issue adds the query layer that lets users ask declarative questions over those findings.
Scope
- Phinder accepts PhiSQL queries via CLI (`phinder query -f query.phisql`) and API
- Findings exposed as a queryable table (`phinder.findings`)
- Storage backends remain unchanged; PhiSQL executes against whatever Phinder is already using
- Aggregation and filtering executed via the reference implementation's query engine
- Documentation updated with PhiSQL examples
Acceptance Criteria
Summary
Update Phinder to accept PhiSQL discovery queries as input. Phinder already produces structured findings; this issue adds the query layer that lets users ask declarative questions over those findings.
Scope
Acceptance Criteria