You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This rename is the right move — lola only picks up AGENTS.md, so our packs' instruction files are invisible to it today.
One concern: with current lola behavior, once we ship AGENTS.md in our packs, lola install will silently inject that content into users' instruction files with no opt-out. This is the exact problem tracked in LobsterTrap/lola#148 and LobsterTrap/lola#158, with a fix in progress at LobsterTrap/lola#159 (--no-instructions / --overwrite flags).
That PR still has unresolved review feedback and hasn't seen activity since June 1, so I wouldn't block on it. Users can already use --append-context for lighter-touch installs, and once #159 lands the experience improves further.
I'd suggest we merge this but call out the lola dependency in the description or a follow-up issue — something like "if you prefer lola not manage your instruction files, use --append-context until lola adds --no-instructions support."
Everything looks clean — the renames are content-identical, root CLAUDE.md is correctly untouched, validate_structure.py now rejects deprecated pack-level CLAUDE.md, and the workflow/catalog/scripts are all updated.
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
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
Fix #121
Pack(s) affected
Change type
Validation
make validatepasses locally