Releases: woliveiras/geremmyas
Releases · woliveiras/geremmyas
Release list
v4.0.0
4.0.0 (2026-08-03)
⚠ BREAKING CHANGES
- the sdd pack and legacy workflow skill names are removed. Use coding or base and the refine, spec, tdd, bugfix, verify, and docs capabilities.
Features
- automate the bugfix evidence loop (c2b272e)
- commit verified slices by default (d545a59)
- enforce contextual agent authority (4bd39ce)
- make feature delivery autonomous (239fd0d)
- manage global harness state (0559d2b)
- orchestrate specialist subagents (13bd47b)
- split game development packs (49b2c61)
- streamline workflow harness (b278cb1)
Bug Fixes
- align CI with removed bundled agents (d06907d)
- preserve cursor reviewer execution (ebee60a)
- update logo format in README from PNG to SVG for better scalability (2111f92)
Documentation
v3.6.0
3.6.0 (2026-07-31)
Features
- game-dev: add complete 2d game skill pack (5859e65)
- materialize project content by target (0ece869)
- skills: add game design skills (fc0822a)
Bug Fixes
- route global content by target (84a304b)
Documentation
- complete assistant-neutral content rollout (188a6dc)
- generalize assistant framework terminology (4019164)
- specify assistant-neutral content model (109fa58)
Refactoring
v3.5.0
3.5.0 (2026-07-23)
Features
- add context-efficient workflows spec, plan, and tasks to improve global state management (e5fb98a)
- add guidelines for human-like writing in academic prose (38d513b)
- add guidelines for human-like writing in ADRs (d0b27d1)
- add guidelines for human-like writing in glossary definitions (511810a)
- add guidelines for human-like writing in research documentation (f55bdce)
- add guidelines for human-like writing in specs (aa05c8f)
- add spec, plan, and tasks for Codex global instruction distribution (aa26837)
- enforce context budgets (5484055)
- enhance guidelines for human-like writing in documentation (aadc04d)
- enhance paper review skill by adding more AI tell elimination guidelines (9af6dd2)
- expand guidelines for eliminating AI writing patterns in text reviews (7e528ab)
- generate compact Codex context (1b90d77)
- implement Codex global instruction distribution and update paths (6e910d4)
- reconcile managed global installs (9dffa4c)
- report agent context usage (e01057f)
Bug Fixes
- correct Codex documentation to avoid referencing Copilot instruction files (564b350)
Documentation
Refactoring
v3.4.0
v3.3.0
v3.2.0
v3.1.0
3.1.0 (2026-06-23)
Features
- add instructions to update tasks and reconcile plans before completion (ccdb657)
- add lint command over skill tree (1c4b27f)
- add skill description lint engine (9f96fc4)
- add skill name and body lint rules (c9cf5c9)
- agents: add guardrails framework for error prevention and decision-making (24c83de)
- cli: surface codex in help, usage, and destination summary (deee9f6)
- codex: generate codex document at global scope (e1a1ebe)
- codex: generate codex document at project scope (7dfa173)
- enhance reconciliation process for task completion in vertical TDD (dc0249e)
- guardrails: implement comprehensive guardrails framework for AI coding agents (09170e4)
- readme: update documentation to include guardrails framework and its error-prevention features (0501174)
- remove obsolete specs and tasks for dashboard features (f384c2a)
- report missing skill files in lint (ab51eb9)
- skills: add abort criteria guidelines for task management (c8c9a87)
- skills: add agent rationalization blocking guidelines (a194a4c)
- skills: add approval gates before implementation guidelines (fe81e79)
- skills: add comprehensive regression testing guidelines (741b0f1)
- skills: add decision framework for structured decision-making (8694d58)
- skills: add structured workflow for code review requesting (133856a)
- skills: add subagent selection decision framework and guidelines (0641b4a)
- skills: add verification checklists to enforce evidence before task completion (e4762a1)
- skills: refine descriptions for various skills to enhance clarity and usage guidelines (f669575)
- targets: add codex as valid target (ffb2a4c)
- targets: test mixed-target and force-overwrite behavior (d204fa3)
Bug Fixes
- correct formatting of missing skill file violation constant (4ebe744)
Documentation
- specs: mark spec 0001 as Completed (33a7868)
Miscellaneous
v3.0.0
3.0.0 (2026-06-04)
⚠ BREAKING CHANGES
- update geremmyas workflow
Features
- add PRD for Dashboard to improve spec management and visibility (9103136)
- add Rust skills (ad8e8aa)
- dashboard: add spec parser and data model (spec 0001) (cf8063c)
- dashboard: enhance dashboard templates and styles for improved UI (17ce4eb)
- dashboard: enhance spec scanning and README generation (6fba246)
- dashboard: enhance WatchDirs to return stop function and add tests (a5380b7)
- dashboard: git dates, cache, and metrics charts (spec 0004) (3bd6c76)
- dashboard: overview HTML and CLI command (spec 0002) (54652b9)
- dashboard: per-family kanban board view (spec 0003) (1068f39)
- dashboard: PRD/bugfix linking and dependency navigation (spec 0006) (aa0e6a0)
- dashboard: serve and watch mode with SSE reload (spec 0005) (ffab6a2)
- enhance Android instructions with security guidelines and add CI/CD setup skill (4bd8996)
- enhance dashboard serve command to support full regeneration on file changes and update dependencies (eac2f8f)
- enhance global install command with multi-target support and update documentation (14a20d3)
- enhance Python instructions with security guidelines and add CI setup skill (aeaae7e)
- enhance TypeScript instructions with security guidelines and add CI setup skill (bc783cb)
- implement dashboard parser and overview generation with dependency tracking (88bdd91)
- introduce multi-IDE target support and enhance global install functionality (93f09d4)
- update geremmyas workflow (5beba39)
- update Go instructions and add Go CI setup skill; remove Rust review skill (0e76cc8)
Bug Fixes
- dashboard: update SSE reload logic to trigger on specific event (eee809e)
Documentation
- create docs (bc9e60d)
- document dashboard command and mark specs implemented (bd0d9b3)
- update dashboard specs status to Implemented (3961cd2)
Miscellaneous
- add caveman (c2e0610)
- update .gitignore to include additional dashboard cache and asset paths (54d9fb9)
- update .gitignore to include geremmyas build directory (68156b0)
- update dashboard specs status from Draft to Approved for all phases (2c9e50f)
Refactoring
- streamline target handling by introducing applyTargetsFlag function and add unit tests for validation (5858e04)