This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env node | |
| /** | |
| * ECM AI OS - CLI v1.0.0 | |
| * CommonJS only. No ESM. No chalk v5. | |
| * Dependencies: commander | |
| * Run: node bin/ecm.js OR ecm (after npm link) | |
| */ | |
| 'use strict'; |