Skip to content

gald3r v1.4.0 -- GitHub Copilot, Recon Suite, Release Management

Choose a tag to compare

@wrm3 wrm3 released this 19 May 22:08
· 116 commits to main since this release

Download

v1.4.0 predates the current engine repo, so it has no matching build.
For a version you can actually install, get the newest release: Download gald3r.


Note: This public repository was created on 2026-05-03. Earlier version releases are documented here for continuity with the internal development history.

Added

  • GitHub Copilot support (.copilot/): 6th IDE added to the parity set. Full command surface (89 commands) deployed to .copilot/commands/. gald3r now supports Cursor, Claude Code, Gemini, Codex, OpenCode, and GitHub Copilot.
  • Recon suite (g-skl-recon-repo, g-skl-recon-url, g-skl-recon-docs, g-skl-recon-yt, g-skl-recon-file): unified research/reconnaissance skill family. Consolidates the prior external analysis and per-platform ingestion skills into a consistent recon-* namespace. Each skill produces a structured recon report for human review before any writes occur.
  • Research review/apply suite (g-skl-res-review, g-skl-res-deep, g-skl-res-apply): three-step workflow — review a recon report, deep-dive on specific findings, then apply approved findings into .gald3r/features/ staging. Supersedes the prior single-step external analysis apply workflow.
  • Release management skill (g-skl-release, @g-release-new, @g-release-assign, @g-release-status, @g-release-accelerate, @g-release-publish): full release lifecycle from planning to publishing. Manages .gald3r/releases/ and .gald3r/RELEASES.md.
  • Platform skills (g-skl-platform-cursor, g-skl-platform-claude, g-skl-platform-gemini, g-skl-platform-codex, g-skl-platform-opencode, g-skl-platform-copilot): per-IDE platform reference skills.
  • Medic skill (g-skl-medic, @g-medic): targeted surgical repair for a specific .gald3r/ file or subsystem.
  • Tier setup skill (g-skl-tier-setup, @g-tier-setup): upgrade a project's gald3r installation tier (slim → full → adv) without losing existing state.
  • Codex CLI skill (g-skl-cli-codex): dedicated reference skill for Codex terminal-first operation.
  • Copilot CLI skill (g-skl-cli-copilot): dedicated reference skill for GitHub Copilot terminal-first operation.
  • Swarm commands (@g-go-swarm, @g-go-code-swarm, @g-go-review-swarm): multi-agent coordinated execution across the backlog.
  • Vault process-inbox command (@g-vault-process-inbox): process pending vault inbox items.
  • .gald3r/releases/ directory, .gald3r/release_profiles/ directory, and .gald3r/RELEASES.md index: new release tracking structure.
  • .gald3r/logs/ directory: session log storage.
  • ROADMAP.md: project roadmap file at repo root.
  • raw-inbox-watcher.ps1 hook: real-time PCAC inbox watcher.

Changed

  • External analysis and ingestion skills migrated to recon-* namespace (g-skl-recon-repo, g-skl-recon-docs, g-skl-recon-url, g-skl-recon-yt, g-skl-recon-file). Prior per-platform ingestion skills unified under consistent naming.
  • External analysis apply skill migrated to res-* workflow (g-skl-res-review → g-skl-res-deep → g-skl-res-apply). Three discrete stages replace the former single-step apply.
  • g-skl-ingest-docs → g-skl-recon-docs: unified into recon namespace.
  • g-skl-ingest-url → g-skl-recon-url: unified into recon namespace.
  • g-skl-ingest-youtube → g-skl-recon-yt: unified into recon namespace.
  • README: IDE parity updated from 5 → 6 IDEs (12 parity targets). Skills 49 → 58, Commands 78 → 89.
  • g-skl-medkit version migration updated to include 1.2 → 1.4 path.

Removed

  • Prior external analysis skill directories (superseded by g-skl-recon-repo + g-skl-res-review / g-skl-res-deep / g-skl-res-apply)
  • g-skl-ingest-docs, g-skl-ingest-url, g-skl-ingest-youtube skill directories (superseded by recon-* family)
  • Corresponding legacy ingestion and analysis commands (superseded by @g-recon-* and @g-res-* families)