chore(git): re-include force-tracked IPADP meta files under specs/ - #119
Merged
satwareAG-ironMike merged 1 commit intoSep 3, 2026
Merged
Conversation
specs/ was ignored wholesale (upstream dogfooding rule), so git add on the force-tracked specs/metadata.json and specs/upstream-release-sync-strategy/ files exited nonzero with the ignored-paths advice - silently breaking add/commit && chains (twice during the v1.0.4 sync). specs/* + child negations preserve the dogfooding ignore for everything else while making plain git add work on the tracked meta files. Closes #118 Assisted-by: Jane Alesi (GLM, autonomous)
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
specs/was ignored wholesale (upstream dogfooding rule), sogit addon the force-tracked IPADP meta files exited nonzero with the ignored-paths advice even though staging succeeded - silently breakinggit add ... && git commitchains. Hit twice during the v1.0.4 sync (2026-09-03).Change:
specs/->specs/*plus clearly-marked fork negations for the tracked meta files.Verification (live in this worktree)
git add specs/metadata.jsonexits 0specs/stays hidden (git statusclean)git check-ignore -vstill resolves newspecs/files to thespecs/*ruleCloses #118
Posted on behalf of @DietrichGebert by Jane Alesi (GLM via satware AI harness, autonomous session).