Commit a85a9d0
authored
Add agent skills configuration (#1048)
* Add agent skills configuration
Scaffold AGENTS.md, CLAUDE.md, and docs/agents/ so AI agent skills
(triage, to-issues, diagnose, tdd, etc.) know where issues live, which
triage labels to apply, and how to read domain docs in this repo.
- AGENTS.md: top-level agent instructions with the Agent skills block
- CLAUDE.md: re-exports AGENTS.md via @AGENTS.md syntax
- docs/agents/issue-tracker.md: GitHub conventions (gh CLI)
- docs/agents/triage-labels.md: canonical triage label mapping
- docs/agents/domain.md: single-context CONTEXT.md / docs/adr layout
* Move pnpm onlyBuiltDependencies to pnpm-workspace.yaml
pnpm 11 no longer reads the "pnpm" field from package.json and warns
"The 'pnpm' field in package.json is no longer read by pnpm." Because
unrs-resolver's build script was no longer approved, pnpm 11 treated the
ignored build as fatal (ERR_PNPM_IGNORED_BUILDS) and failed the install.
Move the setting to pnpm-workspace.yaml (pnpm 11's new home for it) and
drop the now-dead pnpm field from package.json.
* Revert "Move pnpm onlyBuiltDependencies to pnpm-workspace.yaml"
This reverts commit a8b3c3a.
* Pin pnpm to v10 in E2E workflow
pnpm/action-setup@v4 was set to version: latest, which now pulls pnpm 11.
pnpm 11 changed where onlyBuiltDependencies is read from (moved out of
package.json) and made ignored builds a fatal install error
(ERR_PNPM_IGNORED_BUILDS), breaking the E2E install step.
Pin to pnpm v10 so the existing package.json "pnpm" field is honored and
the install completes. Avoids chasing pnpm 11's evolving config surface.1 parent dfaa0ad commit a85a9d0
6 files changed
Lines changed: 113 additions & 1 deletion
File tree
- .github/workflows
- docs/agents
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments