opencode-agile-agent 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -328,7 +328,7 @@ async function install() {
328
328
  overwrite: true,
329
329
  filter: shouldCopyPath,
330
330
  });
331
- writeFileSync(join(rootDir, 'AGENTS.md'), generateAgentsMd(context), 'utf-8');
331
+ writeFileSync(join(projectRoot, 'AGENTS.md'), generateAgentsMd(context), 'utf-8');
332
332
 
333
333
  log.success('Installed .opencode and generated AGENTS.md.');
334
334
  log.title('Done');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-agile-agent",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "AI Agile Spec-Driven Development - Install .opencode agile agent system into any project",
5
5
  "keywords": [
6
6
  "ai",