Releases: rixrix/afx
Releases · rixrix/afx
v1.5.3
Changed
- Renamed
.afx.yamlconfig keycontext:→library:to align with VS Code extension Library view. - Updated
.afx.yaml.templatewith cleaner defaults (features: [], commented-out examples). - Updated
docs/agenticflowx/agenticflowx.mdconfig example to uselibrary:key.
Added
install.shnow createsdocs/research/directory during project scaffolding.
v1.5.2
Chore
- Simplified co-author trailers to plain names with unresolvable noreply emails (avoids GitHub "private" contributor artifacts from bot account emails).
- Codex:
codex <noreply@openai.com> - Copilot:
copilot <noreply@github.com>
- Codex:
- Removed duplicate
[bot]noreply lines fromGEMINI.mdandprompts/gemini.md.
v1.5.0
v1.4.0 - Gemini CLI Support & ADR Awareness
Added
- Gemini CLI Support: First-class support for Gemini CLI via proxy commands in
.gemini/commands/. - ADR Command Awareness: Global ADRs are now surfaced in
/afx:next,/afx:context, and/afx:discover. - Multi-Agent Documentation: Consolidated agent parity guides into
docs/agenticflowx/multi-agent.md.
Changed
- Updated
install.shto support Gemini CLI asset deployment. - Updated
AGENTS.mdandprompts/agents.mdwith multi-agent instructions. - Renamed
docs/agenticflowx/codex.mdtodocs/agenticflowx/multi-agent.md.
v1.3.1
v1.3.0
[1.3.0] - 2026-02-25
Added
- New AFX framework maintenance command
/afx:updatewith:checksubcommand to compare local AFX version against upstream release.applysubcommand to execute installer update flow (--update) with pass-through safety flags.
- New Codex skill parity for updates:
.codex/skills/afx-update/SKILL.md.codex/skills/afx-update/agents/openai.yaml
- New spec package for this feature at
docs/specs/afx-update/(spec.md,design.md,tasks.md,journal.md).
Changed
- Updated command/discovery surfaces to include
updateworkflow:.claude/commands/afx-help.mddocs/agenticflowx/codex.mdREADME.mdCLAUDE.mdAGENTS.mdprompts/agents.mddocs/_index.mddocs/agenticflowx/agenticflowx.md
Fixed
- Corrected
/afx:update checkbehavior when local marker isAFX Version: Unknownto returnStatus: UNKNOWNinstead ofLOCAL AHEAD.
v1.2.0
[1.2.0] - 2026-02-25
Added
- First-class Codex skill support with versioned skills at
.codex/skills/afx-*for all AFX command families. - OpenAI skill metadata manifests at
.codex/skills/afx-*/agents/openai.yaml. - New
AGENTS.mdguidance for Codex and compatible coding agents. - New Codex snippet source at
prompts/agents.md. - New Codex command reference at
docs/agenticflowx/codex.md. install.shsupport for Codex installation:- Installs/updates
.codex/skills/afx-*. - Manages a bounded AFX Codex block in
AGENTS.md. - Adds
--no-agents-mdoption.
- Installs/updates
Changed
- Updated documentation and framework references to position AFX as supporting both Claude Code and Codex:
README.mdCLAUDE.mddocs/_index.mddocs/agenticflowx/agenticflowx.md
- Expanded
--commands-onlybehavior ininstall.shto include both.claudeand.codexcommand assets. - Aligned command specs to current spec file expectations (
spec.md,tasks.md,journal.md) instead of legacyreadme.mdreferences where applicable.
Removed
- Removed obsolete
examples/minimal-project/docs/specs/example-feature/readme.md.
v1.1.0 — Global Architecture Decision Records
What's New
Global Architecture Decision Records (ADRs)
First-class docs/adr/ support for project-wide architectural decisions — the industry-standard location (Michael Nygard convention) for recording significant technical choices.
This is the first feature developed by dogfooding AFX on itself — using the full spec-driven workflow (spec → design → tasks → journal) to build AFX's own capabilities.
New Capabilities
/afx:init adr <title>— New subcommand that generates real ADR content with auto-increment numbering (ADR-NNNN-kebab-slug.md)- Global vs feature-local ADRs —
docs/adr/for project-wide decisions,docs/specs/{feature}/research/for feature-scoped decisions - ADR lifecycle — Proposed → Accepted → Deprecated/Superseded (with Mermaid diagram in README)
- Installer support —
install.shnow createsdocs/adr/in target projects - Configuration — New
paths.adrfield in.afx.yaml
Dogfooding
AFX now manages its own development:
.afx.yamlconfig for self-management- Full feature spec at
docs/specs/global-adr/(all phases verified ✓) ADR-0001-global-adr-directory.md— the self-referential first ADR
Documentation
Updated across all surfaces: README (dedicated ADR section with lifecycle diagram), framework manual, cheatsheet, CLAUDE.md, and all prompt snippets.
Full Changelog: v1.0.8...v1.1.0
v1.0.8
v1.0.7
Added
- Added a new How to create your first specs step-by-step tutorial to
README.md. It teaches users how to scaffold an entire feature from scratch by having Claude act as a PM. This uses a simple plain HTML SaaS Landing Page example.
Removed
- Removed the separate
prompts/bootstrap.mdfile since the prompt is now fully embedded directly intoREADME.mdfor easier access without jumping between files.