Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 611 Bytes

File metadata and controls

6 lines (5 loc) · 611 Bytes

Project Rules

  • Do not edit the mage script directly. This file is automatically generated from the source files in the src/ directory.
  • Source Code: All modifications should be made to the relevant _*.sh files within the src/ directory.
  • Build Process: After making changes to the source files, the mage script should be rebuilt by running src/build.sh. Do not run this script automatically; only perform this action when explicitly requested by the user.
  • Scripts: Do not execute any scripts (including src/build.sh or mage) unless explicitly instructed by the user.