atris 2.5.4 → 2.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/atris.js +1 -1
- package/package.json +1 -1
package/bin/atris.js
CHANGED
|
@@ -385,7 +385,7 @@ const { planAtris: planCmd, doAtris: doCmd, reviewAtris: reviewCmd } = require('
|
|
|
385
385
|
// Check if this is a known command or natural language input
|
|
386
386
|
const knownCommands = ['init', 'log', 'status', 'analytics', 'visualize', 'brainstorm', 'autopilot', 'run', 'plan', 'do', 'review',
|
|
387
387
|
'activate', 'agent', 'chat', 'console', 'login', 'logout', 'whoami', 'switch', 'accounts', 'update', 'upgrade', 'version', 'help', 'next', 'atris',
|
|
388
|
-
'clean', 'verify', 'search', 'skill', 'member', 'plugin', 'experiments', 'pull', 'sync',
|
|
388
|
+
'clean', 'verify', 'search', 'skill', 'member', 'plugin', 'experiments', 'pull', 'push', 'business', 'sync',
|
|
389
389
|
'gmail', 'calendar', 'twitter', 'slack', 'integrations'];
|
|
390
390
|
|
|
391
391
|
// Check if command is an atris.md spec file - triggers welcome visualization
|
package/package.json
CHANGED