Skip to content

fix: add missing .claude/instructions.md referenced by agent-portability.md#370

Open
nanaubusiness wants to merge 4 commits into
DietrichGebert:mainfrom
nanaubusiness:fix/add-claude-instructions-md
Open

fix: add missing .claude/instructions.md referenced by agent-portability.md#370
nanaubusiness wants to merge 4 commits into
DietrichGebert:mainfrom
nanaubusiness:fix/add-claude-instructions-md

Conversation

@nanaubusiness

Copy link
Copy Markdown

CodeWhale falls back to reading .claude/instructions.md, but this file did not exist. Added as a stub with a comment pointing to the canonical AGENTS.md.

Closes #366

Admin added 4 commits June 27, 2026 19:52
Previously '/ponytail:review' fell to getDefaultMode() instead of
activating review mode, because the condition checked for the
unreachable '/ponytail:ponytail-review' (wrong pattern). Also removes
the unreachable disjunct that could never be matched.

Closes DietrichGebert#361
In correctness.js, [\\d] in a raw string creates a character class
matching a literal backslash or 'd', not a digit. The intended
lookbehind/lookahead (?<!\d) and (?!\d) now work correctly.

Closes DietrichGebert#365
…ases

The pi-extension only registers slash commands (e.g. /ponytail), not
skill-style aliases (ponytail:ponytail). The claim was inaccurate.

Closes DietrichGebert#364
…ity.md

CodeWhale falls back to reading this file, but it did not exist.
Now added as a stub pointing to the canonical AGENTS.md.

Closes DietrichGebert#366
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.

docs/agent-portability.md: references non-existent .claude/instructions.md

1 participant