rrce-workflow 0.3.13 → 0.3.14

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/README.md CHANGED
@@ -234,6 +234,18 @@ RAG is enabled by default in Express Setup. You can toggle it per-project in the
234
234
 
235
235
  ---
236
236
 
237
+ ## 🛠 AI Agent Effectiveness & Code Health
238
+
239
+ We've optimized the codebase to be **highly navigatable for AI coding agents**:
240
+
241
+ ### Codebase Optimization (v0.3.13)
242
+ - **Deduplication**: Consolidated install/uninstall logic and project sorting.
243
+ - **Function Extraction**: Split monolithic functions (like `index_knowledge`) into manageable helpers.
244
+ - **Improved Type Safety**: Replaced `any` types with structured interfaces (`TaskMeta`, `AgentInfo`).
245
+ - **AI Agent Guide**: Added [AI Agent Architecture Guide](docs/AI_AGENT_GUIDE.md) to help coding assistants navigate the project.
246
+
247
+ ---
248
+
237
249
  ## Requirements
238
250
 
239
251
  - **Node.js 18+**