docs(changelog): scrub profile-field noise [skip-runtime-e2e]#64
Merged
saurabhjain1592 merged 1 commit intomainfrom May 8, 2026
Merged
docs(changelog): scrub profile-field noise [skip-runtime-e2e]#64saurabhjain1592 merged 1 commit intomainfrom
saurabhjain1592 merged 1 commit intomainfrom
Conversation
The v1-telemetry profile field never reached any tagged customer release — it landed in v1.4.0 prep on the same day (2026-05-08) that the AXONFLOW_PROFILE collision was caught (axonflow-enterprise#2033) and removed via PR #63 before any tag shipped. Per user direction: "This never made it to any customer so why it should be in changelog when we removed it already before the release." Doc-only correction: - CHANGELOG.md: deleted the [1.4.1] removal entry (no longer narrating a removal of a field that never shipped); scrubbed the "profile from AXONFLOW_PROFILE" clause from the [1.4.0] v1 schema bullet (telemetry_type / endpoint_type / AXONFLOW_TRY remain). - .codex-plugin/plugin.json + .codex-plugin/marketplace.json (metadata + plugins[0]): 1.4.1 -> 1.4.0. Linked: - axonflow-enterprise#2033 (root issue) - #63 (per-repo profile-removal PR; merged) Self-review: - Diff hunk-by-hunk: 3 surfaces touched, all 1.4.1 -> 1.4.0 reverts + the [1.4.1] section removal + 1 word-level scrub in [1.4.0]. - Both JSON files re-validated with python3 -m json.tool. - No other 1.4.1 references in the repo. Skip-runtime-e2e justification: Doc-only changelog scrub + version revert. No runtime code paths or shipped artifacts change. The plugin's runtime behaviour at the eventual tagged version (1.4.0) is identical pre/post this PR. Signed-off-by: Saurabh Jain <saurabhjain1592@gmail.com>
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
Doc-only correction. The v1-telemetry
profilefield never reached a tagged customer release — it landed in v1.4.0 prep on the same day (2026-05-08) that theAXONFLOW_PROFILEenv-var collision was caught (axonflow-enterprise#2033) and removed via PR #63 before any tag shipped.Per user direction:
Changes
[1.4.1]removal entry entirely (no longer narrating a removal of a field that never shipped); scrubbed theprofile from AXONFLOW_PROFILEclause from the[1.4.0]v1 schema bullet — the rest of the bullet (telemetry_type/endpoint_type/AXONFLOW_TRY) remains..codex-plugin/plugin.json:1.4.1→1.4.0..codex-plugin/marketplace.json: bothmetadata.versionandplugins[0].version1.4.1→1.4.0.The remaining v1.4.0 features (V1.1
list-recent-decisionsskill, MCP tool wiring) STAY.Linked
AXONFLOW_PROFILEcollision)Skip-runtime-e2e justification
Doc-only changelog scrub + version revert. No runtime code paths or shipped artifacts change. The plugin's runtime behaviour at the eventual tagged version (
1.4.0) is identical pre/post this PR. Noruntime-e2e/paths touched.Self-review summary
CHANGELOG.md: removed[1.4.1]block + theprofile from AXONFLOW_PROFILEclause from the[1.4.0]Telemetry bullet..codex-plugin/plugin.json: line 51.4.1→1.4.0..codex-plugin/marketplace.json: lines 10 + 17 (metadata + plugins[0])1.4.1→1.4.0.python3 -m json.tool.grep -rn "1\.4\.1"confirms no other references remain.git commit -s.DO NOT MERGE pending user review.