Skip to content

chore(git): re-include force-tracked IPADP meta files under specs/ - #119

Merged
satwareAG-ironMike merged 1 commit into
main-speckfrom
chore/118-specs-gitignore-negations
Sep 3, 2026
Merged

chore(git): re-include force-tracked IPADP meta files under specs/#119
satwareAG-ironMike merged 1 commit into
main-speckfrom
chore/118-specs-gitignore-negations

Conversation

@satwareAG-ironMike

Copy link
Copy Markdown

Summary

specs/ was ignored wholesale (upstream dogfooding rule), so git add on the force-tracked IPADP meta files exited nonzero with the ignored-paths advice even though staging succeeded - silently breaking git add ... && git commit chains. 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)

Check Result
git add specs/metadata.json exits 0 Pass
Scratch content under specs/ stays hidden (git status clean) Pass
git check-ignore -v still resolves new specs/ files to the specs/* rule Pass

Closes #118


Posted on behalf of @DietrichGebert by Jane Alesi (GLM via satware AI harness, autonomous session).

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)
@satwareAG-ironMike
satwareAG-ironMike merged commit 0499fbc into main-speck Sep 3, 2026
12 checks passed
This was referenced Sep 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: negation patterns for force-tracked files under ignored specs/ dir

1 participant