Skip to content

gald3r v1.2.0 -- Feature Pipeline, Deep Recon, CLI Skills

Choose a tag to compare

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

Download

v1.2.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

  • Feature pipeline (g-skl-features, FEATURES.md, .gald3r/features/): structured staging layer between idea capture and task creation. Features move through staging → specced → committed → shipped. Only reach the TASKS.md backlog when explicitly promoted via @g-feat-promote. Prevents backlog pollution and keeps implementation intent explicit.
  • Deep recon skill (g-skl-recon-repo, @g-recon-repo): deep 5-pass analysis of any external repository. Produces a structured recon report in research/recon/{slug}/ with skeleton, module map, feature scan, deep dives, and synthesis passes. Human reviews and marks features [✓] approved before APPLY writes to .gald3r/features/.
  • Analysis apply skill (g-skl-res-apply, @g-res-apply): processes approved recon output into .gald3r/features/ staging entries. Deduplicates against existing staging features.
  • Subsystem graph skill (g-skl-subsystem-graph, @g-subsystem-graph): generates a visual Mermaid dependency graph of all registered subsystems with dependency annotations.
  • IDE CLI skills (g-skl-cli-cursor, g-skl-cli-claude, g-skl-cli-gemini, g-skl-cli-opencode): dedicated reference skills for headless and terminal-first operation of each supported IDE.
  • Granular task commands (@g-task-add, @g-task-upd, @g-task-del): fine-grained task operations to supplement the existing @g-task-new and @g-task-update commands.
  • Granular bug commands (@g-bug-add, @g-bug-upd, @g-bug-del): fine-grained bug management.
  • Granular constraint commands (@g-constraint-upd, @g-constraint-del): update and delete constraints in CONSTRAINTS.md.
  • Granular subsystem commands (@g-subsystem-add, @g-subsystem-upd, @g-subsystem-del, @g-subsystem-graph): full CRUD surface for the subsystem registry.
  • Feature commands (@g-feat-new, @g-feat-add, @g-feat-upd, @g-feat-promote, @g-feat-rename, @g-feat-del): full feature lifecycle management from the command surface.
  • IDE CLI commands (@g-cli-cursor, @g-cli-claude, @g-cli-gemini): quick reference commands for each IDE's CLI usage patterns.

Changed

  • g-go-verify renamed to @g-go-review — clearer intent (this is the review/verification phase, not a QA pass). Old command name removed from all IDE directories.
  • g-skl-cursor-cli, g-skl-claude-cli, g-skl-gemini-cli, g-skl-opencode-cli renamed to g-skl-cli-cursor, g-skl-cli-claude, g-skl-cli-gemini, g-skl-cli-opencode — consistent g-skl-cli-* namespace pattern.
  • g-skl-plan updated: features/ replaces prds/ as the primary deliverable directory.
  • External analysis apply skill updated: APPLY operation now calls g-skl-features COLLECT to dedup against existing staging features instead of creating tasks directly.
  • g-skl-medkit updated: detects projects with prds/ folder and no features/ folder — offers migration path to 1.2.0 feature pipeline.
  • README: updated component counts (Skills: 39 → 47, Commands: 52 → 76, Skill Packs: 6 → 7), added Feature Pipeline section.

Removed

  • g-claude-cli.md, g-cursor-cli.md, g-gemini-cli.md commands (superseded by g-cli-*.md namespace)
  • g-go-verify.md command (superseded by g-go-review.md)
  • g-skl-claude-cli, g-skl-cursor-cli, g-skl-gemini-cli, g-skl-opencode-cli skill directories