allagents 0.30.0 → 0.31.0-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -304,7 +304,7 @@ AllAgents supports 23 AI coding assistants:
304
304
 
305
305
  | Client | Skills | Agent File | Hooks | Commands | GitHub Overrides |
306
306
  |--------|--------|------------|-------|----------|------------------|
307
- | copilot | `.agents/skills/` | `AGENTS.md` | No | No | `.github/` |
307
+ | copilot | `.github/skills/` | `AGENTS.md` | `.github/hooks/` | No | `.github/` |
308
308
  | codex | `.agents/skills/` | `AGENTS.md` | No | No | No |
309
309
  | opencode | `.agents/skills/` | `AGENTS.md` | No | `.opencode/commands/` | No |
310
310
  | gemini | `.agents/skills/` | `GEMINI.md` | No | No | No |
@@ -333,7 +333,7 @@ AllAgents supports 23 AI coding assistants:
333
333
  | openhands | `.openhands/skills/` | `AGENTS.md` | No | No |
334
334
  | kiro | `.kiro/skills/` | `AGENTS.md` | No | No |
335
335
 
336
- > **Note:** Universal clients share the same `.agents/skills/` directory. GitHub overrides (`.github/prompts/`, `copilot-instructions.md`) are copied to Copilot/VSCode's `.github/` folder.
336
+ > **Note:** Universal clients share the same `.agents/skills/` directory. GitHub overrides (`.github/prompts/`, `.github/agents/`, `.github/hooks/`, `copilot-instructions.md`) are copied to Copilot/VSCode's `.github/` folder. Root `agents/` and `hooks/` also map to `.github/agents/` and `.github/hooks/` for Copilot.
337
337
 
338
338
  ## Marketplace Structure
339
339