v0.6.17: ci(release): build workspace deps before type-check and publish (#341)
Improvements
-
Richer network telemetry: Session
network.jsonlentries now include a request ID, resource type, status text, request and response headers, inline body previews (up to 4 KB), and byte counts. Full text-like request and response bodies are saved as gzipped sidecars under.libretto/sessions/<session>/raw-network/. Noise filtering now skips analytics, tracking, ad, and static-asset URLs automatically, and failed requests are captured asrequestfailedentries with their error text. -
Improved CLI help and error recovery: Unknown commands now show the most relevant scoped help instead of sending the agent back to root help (e.g.
libretto cloud opneshows Cloud subcommand help). Root help now includes a global options section with--session,--help, and--version. Command descriptions in root help have been tightened for readability. -
Global install first in
start.md: The agent-facing setup guide now installs the globallibrettobinary as step 1 and verifies it withlibretto --helpbefore any scaffolding, preventing agents from running workflow commands before the binary is on PATH. -
npx librettoreplaced withlibrettoin docs: Remainingnpx librettoreferences in user-facing docs and agent skill references have been updated to use the nativelibrettocommand, consistent with the rest of the docs.