feat(cli)!: prepare universal offline v0.2.0rc1 - #1
Merged
Conversation
Generalize typed Logs and Traces selectors, add bounded multi-format export parsing and non-secret configuration, and keep unsupported native live operations explicitly unavailable. Harden CI and GitHub releases with pinned tooling, verified artifacts, checksums, provenance, and protected release tags. BREAKING CHANGE: remove the legacy path/status selector shortcuts and their Python keyword arguments; use generic typed field filters instead.
Unset PYTHONPATH and force reinstall in fresh wheel and sdist environments so generated source-tree metadata cannot suppress console-script installation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Compatibility
This pre-1.0 release candidate removes the schema-specific path/status helper
arguments. Callers should use the generic typed field filters documented in the
README. The existing
logs url,logs parseandtraces queryworkflowsremain offline; successful responses now identify
mode: offline.Safety boundary
alerts.list,alerts.readandlogs.query.liveremain unavailable withreason_code=no_supported_provider. No live provider, private console gateway,browser fallback, custom live endpoint, credential handling, background
telemetry, or Shotline-specific configuration is included. The parser accepts
only telemetry exports or stdin explicitly supplied by the user; it performs no
collection or transmission.
Validation
git diff --checkPYTHONPATHunset