imhcode 1.1.0 → 1.1.1

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/imhcode.js +1 -1
  2. package/package.json +1 -1
package/bin/imhcode.js CHANGED
@@ -2228,7 +2228,7 @@ function getAssetsSummary(cwd) {
2228
2228
 
2229
2229
  if (stat.isDirectory()) {
2230
2230
  const subfiles = fs.readdirSync(filePath);
2231
- summary.push(`- Directory \`${file}/\` containing ${subfiles.length} items (e.g. ${subfiles.slice(0, 5).map(f => \`\`\${f}\`\`).join(', ')}). This contains shared reference code/implementation for this category.`);
2231
+ summary.push(`- Directory \`${file}/\` containing ${subfiles.length} items (e.g. ${subfiles.slice(0, 5).map(f => "\`" + f + "\`").join(', ')}). This contains shared reference code/implementation for this category.`);
2232
2232
  } else {
2233
2233
  const ext = path.extname(file).toLowerCase();
2234
2234
  if (['.txt', '.md', '.json', '.js', '.ts', '.css', '.html', '.php', '.py'].includes(ext)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imhcode",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "IMH-Code — Imam Hussain Coding Harness Platform. A fast-first multi-agent AI coding framework with intelligent model routing. 19 generic role-based agents (planner, nextjs-executor, laravel-executor, etc.), configurable testing strategy, and 7 token-saving optimizations for rapid MVP development.",
5
5
  "main": "index.js",
6
6
  "bin": {