Fluxzero 1.78.0
1.78.0 (2026-02-09)
Code Refactoring
refactor(project-files): rename agent-instructions to project-files (#113) (
78994ce)* refactor(project-files): rename agent-instructions to project-files
Changes:
- Renamed agent-instructions/ directory to project-files/
- Updated build workflow to create project-{lang}.zip instead of agents-{lang}.zip
- Updated artifact names from 'agent-instructions' to 'project-files'
- Updated readme to reflect new nomenclature
- Updated CHANGELOG.md with these changesThis change provides clearer naming that better reflects the purpose of
these files as project configuration for AI coding assistants.* fix: rename agents.md to index.md