@sallmarta/eye-hate-agent 1.0.11 → 1.0.12

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": "@sallmarta/eye-hate-agent",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "A simple Spec-Driven Development (SDD) for AI-agent-assisted project workflows.",
5
5
  "directories": {
6
6
  "doc": "docs"
@@ -379,7 +379,7 @@ const RUNTIME_ADAPTERS = {
379
379
  const files = [];
380
380
  for (const workflow of workflows) {
381
381
  files.push({
382
- relativePath: path.join('.agents', 'workflows', `eha-${workflow.commandName}`, 'SKILL.md'),
382
+ relativePath: path.join('.agents', 'workflows', `eha-${workflow.commandName}.md`),
383
383
  content: buildAntigravityCommandFile(workflow),
384
384
  });
385
385
  }