feat: selective auto-tag at idd-issue baseline + idd-verify PASS milestones#250
Merged
Conversation
…85) idd-issue tags idd-{N}-baseline at main HEAD (rollback anchor); idd-verify tags idd-{N}-verified at the Aggregate-PASS snapshot (review-ready). Only these two milestones (no diagnose/plan/implement tags) so the tag namespace stays clean. Config auto_tag (default-on, opt-out via enabled:false); idempotent (existing tag skipped) + graceful-skip on push failure (never aborts the workflow). New auto-tag drift-guard, 27 assertions. Refs #85
…HEAD (#85) Self-review of PR #250 found two defects in the idd-verify Step 4.5 prose: - $CONFIG_PATH was undefined (idd-verify has no find_idd_config, unlike idd-issue) — now resolves the walked-up config inline (new path first, legacy fallback). - $INPUT_SOURCE / $PR_HEAD_SHA were undefined AND unnecessary: tag_verified runs before restore_working_tree, so HEAD is already the PR head in PR mode (gh pr checkout done in Step 0.5) and the verified tree in local mode. Snapshot simplifies to HEAD. Drift-guard stays 27/27. Refs #85
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.
Refs #85
Summary
Selective git auto-tag at two IDD milestones:
idd-issuetagsidd-{N}-baseline(main HEAD = rollback anchor),idd-verifytagsidd-{N}-verifiedon Aggregate PASS (review snapshot). Only these two points are tagged (no diagnose/plan/implement tags) to keep the namespace clean. Configauto_tag(default-ON, opt-out viaenabled:false); idempotent + graceful-skip on push failure (never aborts).Checklist
32008b7; auto-tag drift-guard 27/27, full suite green)/idd-verify #85 --pr <this PR>)/idd-closeto finalize (manual gate + closing summary; no auto-close trailer)Generated by /idd-implement on PR path. Do NOT add a GitHub close trailer — IDD discipline requires manual /idd-close after merge.