guild-agents 0.2.8 → 0.2.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "guild-agents",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "A multi-agent framework for Claude Code — specialized AI teams for every project",
5
5
  "type": "module",
6
6
  "files": [
@@ -13,7 +13,7 @@ import * as p from '@clack/prompts';
13
13
  import chalk from 'chalk';
14
14
  import { existsSync } from 'fs';
15
15
  import { generateProjectMd, generateSessionMd, generateClaudeMd } from '../utils/generators.js';
16
- import { copyTemplates } from '../utils/files.js';
16
+ import { copyTemplates, getAgentNames } from '../utils/files.js';
17
17
 
18
18
  export async function runInit() {
19
19
  console.log('');
@@ -125,7 +125,7 @@ export async function runInit() {
125
125
  p.log.success('CLAUDE.md');
126
126
  p.log.success('PROJECT.md');
127
127
  p.log.success('SESSION.md');
128
- p.log.success('.claude/agents/ (8 base agents)');
128
+ p.log.success(`.claude/agents/ (${getAgentNames().length} base agents)`);
129
129
  p.log.success('.claude/skills/ (10 skills)');
130
130
 
131
131
  p.note(