feat: v0.3.0 — telemetry, marketplace.json, comment fixes#14
Merged
saurabhjain1592 merged 1 commit intomainfrom Apr 16, 2026
Merged
feat: v0.3.0 — telemetry, marketplace.json, comment fixes#14saurabhjain1592 merged 1 commit intomainfrom
saurabhjain1592 merged 1 commit intomainfrom
Conversation
221d4ce to
051cac6
Compare
Add anonymous telemetry ping on first hook invocation. Same pattern as Claude Code and Cursor plugins: stamp file guard, fire-and-forget, opt out with DO_NOT_TRACK=1 or AXONFLOW_TELEMETRY=off. Add marketplace.json for plugin distribution readiness. Fix 6 copy-paste references that said "Cursor" instead of "Codex" in pre-tool-check.sh (3), post-tool-audit.sh (2), and mcp-auth-headers.sh (1). Fix UTF-8 content truncation: cut -c1-2000 instead of head -c 2000. Fix curl flag consistency: post-tool-audit.sh uses -sS matching pre-tool-check.sh. Increase hook timeout from 10s to 15s. Update SECURITY.md timestamp to April 2026. 17 new tests (10 telemetry, 2 UTF-8, 5 static checks including Cursor reference detection and marketplace.json validation).
051cac6 to
43dae67
Compare
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
DO_NOT_TRACK=1orAXONFLOW_TELEMETRY=off)cut -c1-2000instead of byte-levelhead -c 2000post-tool-audit.shuses-sSmatchingpre-tool-check.shTest plan