secufusion-mcp 1.0.40 → 1.0.41
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/AGENTS.md +1 -2
- package/package.json +1 -1
package/AGENTS.md
CHANGED
|
@@ -227,10 +227,9 @@ Kafka topics, Keycloak config, coding patterns, auth flow, and all golden rules.
|
|
|
227
227
|
❌ Ask how tenantId is extracted
|
|
228
228
|
❌ Assume any service details from memory
|
|
229
229
|
❌ Write any code
|
|
230
|
-
❌ Call classify_task
|
|
231
230
|
❌ Proceed to any other phase
|
|
232
231
|
|
|
233
|
-
The ONLY tool calls permitted in Phase
|
|
232
|
+
The ONLY tool calls permitted in Phase 0.5 are the `manage_project_spec` calls listed above.
|
|
234
233
|
|
|
235
234
|
---
|
|
236
235
|
|