📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-06-08 16:02:12 +00:00
parent ac39ab52f3
commit c1a4e4efda
19 changed files with 786 additions and 59 deletions
+37
View File
@@ -4,6 +4,43 @@ All notable changes to brooks-lint are documented here.
## [Unreleased]
### Added
- **One-command multi-platform installer** — `scripts/install.sh <platform>`
copies the six skills + `_shared/` **flat** into the correct folder for
OpenCode, Cursor, Windsurf, Antigravity, pi, Kiro, GitHub Copilot, Claude, or
the vendor-neutral `~/.agents/skills`, so the `../_shared/` relative reads
always resolve (users can't get the layout wrong). Runs from a clone or via
`curl … | bash -s -- <platform>`; `--project` targets the current repo.
- **Per-platform setup guides** — `docs/getting-started.md` plus
`docs/{opencode,cursor,windsurf,antigravity,pi,copilot,kiro}-setup.md`, with
install, invocation, gotchas, and source links for each. Modeled on the
`addyosmani/agent-skills` docs layout (compact README + detailed docs).
- **Multi-platform support in both READMEs** — the EN and zh-CN READMEs now
expose seven additional Agent-Skills agents via collapsible per-platform
entries that link to the docs, plus a verification-status note inviting
community end-to-end reports. Resolves the OpenCode compatibility request (#14).
- **Factory Droid support** — added `droid` to the installer and a
`docs/factory-droid-setup.md` guide. Droid natively loads `SKILL.md` from
`~/.factory/skills` / `.factory/skills` and reads `AGENTS.md`.
- **`install.sh` now covers Gemini and Codex** (`gemini`, `codex` targets) so a
single command installs every documented platform.
### Fixed
- **Gemini CLI manual install was broken** — the old `cp -r skills/*
~/.gemini/skills/brooks-lint/` nested every `SKILL.md` two levels deep, and
Gemini only discovers skills **one level deep**, so none of the six skills were
found. Corrected to a flat `~/.gemini/skills/` install (EN + zh-CN READMEs).
Also flattened the Codex manual install to match the skill-installer layout.
### Changed
- **`AGENTS.md`** now describes brooks-lint as a portable Agent-Skills tool
(runs on any `AGENTS.md`/`SKILL.md`-compatible agent) rather than a
Codex-CLI-specific plugin.
---
## [1.3.0] - 2026-05-24