agent-mp 0.5.43 → 0.5.44

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.
@@ -254,7 +254,7 @@ async function walkForKeyFiles(root) {
254
254
  // Directories that conventionally hold data/domain classes (language-agnostic)
255
255
  const DOMAIN_DIR_REGEX = /[\/\\](domain|entity|entities|model|models|dto|dtos|schema|schemas)[\/\\]/i;
256
256
  async function walk(dir, depth) {
257
- if (depth > 6)
257
+ if (depth > 12)
258
258
  return;
259
259
  let entries;
260
260
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-mp",
3
- "version": "0.5.43",
3
+ "version": "0.5.44",
4
4
  "description": "Deterministic multi-agent CLI orchestrator — plan, code, review",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",