@aabadin/project-memory-context 0.2.2 → 0.2.3

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": "@aabadin/project-memory-context",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Portable project memory context CLI — bootstraps semantic enrichment workflows for any AI coding agent.",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "type": "module",
@@ -108,6 +108,7 @@ async function installOpencode({ projectRoot, packageRoot, placeholders, globalC
108
108
  'opencode/commands/enrich-status.md',
109
109
  'opencode/commands/doctor.md',
110
110
  'opencode/commands/init-project.md',
111
+ 'opencode/commands/retry-errors.md',
111
112
  ];
112
113
 
113
114
  for (const tpl of commandTemplates) {