Merge branch 'main' into salaamdev/main
# Conflicts: # README.md
This commit is contained in:
@@ -10,7 +10,7 @@ const os = require('os');
|
||||
const path = require('path');
|
||||
const { spawnSync } = require('child_process');
|
||||
|
||||
const commands = ['ponytail', 'ponytail-review', 'ponytail-audit', 'ponytail-debt', 'ponytail-help'];
|
||||
const commands = ['ponytail', 'ponytail-review', 'ponytail-audit', 'ponytail-debt', 'ponytail-gain', 'ponytail-help'];
|
||||
const skillCommands = commands.filter((name) => name !== 'ponytail');
|
||||
|
||||
const root = path.join(__dirname, '..');
|
||||
@@ -70,6 +70,7 @@ print(json.dumps({'skills': ctx.skills, 'hooks': ctx.hooks, 'commands': ctx.comm
|
||||
'ponytail',
|
||||
'ponytail-audit',
|
||||
'ponytail-debt',
|
||||
'ponytail-gain',
|
||||
'ponytail-help',
|
||||
'ponytail-review',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user