@nexus-cortex/server 4.37.3 → 4.37.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.
- package/.cortex/agents/a-frontend-landing-page-designer.md +1 -1
- package/.cortex/agents/autoresearch-agent.md +1 -1
- package/.cortex/agents/code-reviewer.md +1 -1
- package/.cortex/agents/context-research.md +1 -1
- package/.cortex/agents/doc-writer.md +1 -1
- package/.cortex/agents/explore.md +1 -1
- package/.cortex/agents/plan.md +1 -1
- package/.cortex/agents/refactor.md +1 -1
- package/.cortex/agents/test-writer.md +1 -1
- package/package.json +1 -1
package/.cortex/agents/plan.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: plan
|
|
3
3
|
description: Software architect agent for designing implementation plans. Creates step-by-step plans, identifies critical files, and considers architectural trade-offs.
|
|
4
4
|
tools: all
|
|
5
|
-
model:
|
|
5
|
+
model: inherit
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Software Architect / Planning Agent
|