chore(release): rebrand agentforge→forgesight defaults + coordinated v0.1.1#36
Merged
Merged
Conversation
…v0.1.1 Pre-public-launch cleanup so nothing ships the sibling framework's brand as ForgeSight's own surface, then move the whole suite to one coordinated 0.1.1. Rebrand (emitted defaults / public API): - forgesight-prometheus: default metric prefix "agentforge" → "forgesight" - forgesight-datadog: DEFAULT_SERVICE "agentforge" → "forgesight" - forgesight-clickhouse: default table agentforge_records → forgesight_records (+ shipped DDL retarget) - forgesight-fastapi: public class AgentForgeMiddleware → ForgeSightMiddleware (no alias) and default header x-agentforge-run-id → x-forgesight-run-id - Dependents updated to match: Grafana dashboard, root README, bedrock example, runbooks/playbooks, and stale mcp/github doc prose Hygiene: - Replace personal email in examples with owner@example.com Versioning: - Coordinate ALL 17 packages to 0.1.1; bump facade extras pins ~= 0.1.1 - Republish of the 12 already-published packages (existing projects, no PyPI rate limit); the 5 new packages publish fresh at 0.1.1 Verified: 516 tests pass, 97.7% coverage, gitleaks clean, twine check OK on all 34 artifacts. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.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.
What & why
Final pre-public-launch cleanup: stop shipping the sibling AgentForge framework's brand on ForgeSight's own emitted defaults / public API, then move the whole suite to one coordinated 0.1.1.
Rebrand — emitted defaults & public API
forgesight-prometheusagentforgeforgesightforgesight-datadogDEFAULT_SERVICE="agentforge"forgesightforgesight-clickhouseagentforge_recordsforgesight_recordsforgesight-fastapiAgentForgeMiddleware(+x-agentforge-run-id)ForgeSightMiddleware(+x-forgesight-run-id)Dependents updated to match: Grafana dashboard, root README, bedrock example, runbooks/playbooks, and stale
mcp/githubdoc prose. Note:forgesight-fastapimiddleware rename is a breaking change to a package published yesterday (~no users), shipped without a back-compat alias by decision.Hygiene
owner@example.comVersioning
~= 0.1.1.Verification
twine checkOK on all 34 artifactsagentforgeleft except legit AgentForge-framework positioning +agentforge-pylinks🤖 Generated with Claude Code