You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add all query command to export rules with full text
Introduces a new `tracey query all` command that returns every rule in a spec/impl along with its populated markdown body text. This is primarily designed for machine-readable export via `--json` (e.g., syncing requirements to external trackers).
To support this:
- Bumped the daemon protocol version to 5.
- Added `AllRequest` and `AllResponse` to the RPC protocol.
- Modified `RuleRef` to optionally include raw rule text, ensuring existing lightweight commands (`uncovered`, `untested`) remain unaffected.
0 commit comments