chore(ai-framework): bump .ai to 32e7367; untrack generated adapters#4
Merged
chore(ai-framework): bump .ai to 32e7367; untrack generated adapters#4
Conversation
Bumps .ai 90ef1ef → 32e7367, picking up: - fix(sync): anchor CWD to repo root (PR #8) - fix(sync): guard against wrong CWD instead of forcing cd (PR #9) — prevents stray .ai-repo/ and work/ scaffolds inside .ai/ when sync is invoked from the wrong CWD, without breaking the framework's test sandbox pattern. Embraces the framework's new track-vs-ignore convention: - Untrack .github/copilot-instructions.md, .github/skills/, .claude/rules/ai-framework.md — these are local build outputs regenerated by `bash .ai/sync.sh`. - Add them to .gitignore so they stop shadowing the canonical sources in .ai/ and .ai-repo/. - CLAUDE.md and .codex/instructions.md remain tracked (shared workspace context). Adds statusline artifacts from upstream PR #7: - .claude/settings.json — wires statusLine to .claude/statusline.sh - .claude/statusline.sh — framework-managed status line script Co-Authored-By: Claude Opus 4.7 (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.
Summary
Bumps the
.aiframework submodule90ef1ef→32e7367, picking up two sync-safety fixes and the track-vs-ignore convention for generated adapters..ai changes picked up
fix(sync): anchor CWD to repo rootfix(sync): guard against wrong CWD instead of forcing cd(amends Revert "chore(aiwf): catch up to v0.1.1" #8; thecdin Revert "chore(aiwf): catch up to v0.1.1" #8 broketests/test-sync.sh, a structural guard fixes the original bug without regressing the test sandbox pattern)Together they prevent stray
.ai-repo/andwork/skeletons from being scaffolded inside.ai/whensync.shis invoked with the wrong CWD.Parent-repo adjustments
.github/copilot-instructions.md,.github/skills/,.claude/rules/ai-framework.mdare now local build outputs (regenerated bybash .ai/sync.sh), per the framework's track-vs-ignore convention.git rm --cached+.gitignoreentries.CLAUDE.mdand.codex/instructions.mdremain tracked (shared workspace context)..claude/settings.json+.claude/statusline.shadded from upstream PR chore(aiwf): catch up to v0.1.1 #7 (framework-managed Claude Code status line).Test plan
bash .ai/sync.shidempotent — reports "Everything up to date"bash .ai/tests/test-sync.sh— 96/98 (2 pre-existing unrelated failures).ai/or/tmp— clear error messagegit statusclean on a fresh checkout (submodules updated)