feat: ADF metrics recalibration, CI hardening, and release workflow#1
Merged
SmartBrandStrategies merged 12 commits intomainfrom Feb 28, 2026
Merged
Conversation
Shows live release version from npm instead of stale GitHub Releases tag. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Supports both automatic releases on v* tag push and manual workflow_dispatch backfill for historical tags. Extracts release notes from CHANGELOG.md automatically. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove large ADF_1.png embed and update callout to reflect completion of the inaugural SDLC cycle with ongoing iterative improvement. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
pnpm/action-setup@v4 now errors when both `version` param and package.json `packageManager` field are set. Let the action auto-detect from packageManager instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- CI: move `build` before `typecheck` so cross-package .d.ts files exist when tsc --noEmit runs against the root tsconfig. - Governance: detect pnpm-lock.yaml and use pnpm install when present, fixing workspace:^ protocol failures in this repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- CI: skip docs:check when .docsync.json is absent - charter-governance: skip drift scan when no pattern files exist, matching the guard already present in governance.yml Co-Authored-By: Claude Opus 4.6 <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.
Summary
charter adf metrics recalibrate— new subcommand to re-measure LOC from manifest metric sources, propose new ceilings with configurable headroom, and update baselines/ceilings with required rationale (--reasonor--auto-rationale).charter adf evidencenow detects stale metric baselines, emits structuredstaleBaselineswarnings, and suggests recalibration actions..github/workflows/release.ymlsupports automatic GitHub Releases onv*tag push and manualworkflow_dispatchbackfill for historical tags.Scope
@stackbilt/cliValidation
Compatibility
Agent Contract Impact
README.md+CHANGELOG.md)Details:
adf evidencenow includesstaleBaselinesin JSON output. Newadf metrics recalibratecommand added.Screenshots / Output Samples