Skip to content

Fluxzero 1.78.0

Choose a tag to compare

@github-actions github-actions released this 09 Feb 12:39
78994ce

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 changes

    This 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