Files
Miguel Palhas 016576666d
CI / Web (push) Failing after 14m38s
CI / Rust (push) Failing after 15m43s
chore: remove upstream release scripts and contrib skills
None were reachable from the build.

- `scripts/install.sh` downloaded release tarballs from
  `github.com/agent-of-empires/agent-of-empires`. With `.github/` gone
  nothing publishes releases for this fork, so it installed upstream's
  binary over a local build.
- `scripts/update-formula.sh` (Homebrew formula bump) and
  `scripts/release_metrics.sh` (hardcoded to upstream's repo) served the
  same release flow.
- `contrib/{openclaw,hermes}-skill/SKILL.md` packaged the CLI docs for
  two third-party skill registries, plus `cargo xtask check-skill` and
  its CI step, which validated their registry-specific frontmatter.

Dropping check-skill leaves xtask with no use for the lib, so
`agent-of-empires`, `aoe-plugin-api`, regex, serde, tempfile, and toml
come off its manifest. `cargo xtask dev` now builds in ~1s instead of
compiling the whole crate first.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-22 04:10:12 +01:00
..