Skip to content

Instantly share code, notes, and snippets.

View saifabedin's full-sized avatar

Saif Abedin saifabedin

View GitHub Profile
@saifabedin
saifabedin / ecm.js
Last active April 15, 2026 15:18
ecm.js
#!/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';