Under the hood
Frame-file listing response for artifact consent checks no longer includes a raw paths field
What
An internal helper that lists frame or page files for artifact consent checks used to return both a paths array and a pages array (filtered markdown page paths). It now returns only pages. The failure branches for "no files consent" and "listing failed" also dropped the empty paths: [] field they used to include.
Why
This is an internal cleanup of the data returned by a consent-checking helper, removing a redundant field rather than changing what consent checks actually do.