secufusion-mcp 1.0.52 → 1.0.53
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 -1
- package/package.json +1 -1
package/AGENTS.md
CHANGED
|
@@ -53,7 +53,7 @@ You are NOW allowed to reason about the task. Not before.
|
|
|
53
53
|
|
|
54
54
|
### Why this is non-negotiable
|
|
55
55
|
|
|
56
|
-
`classify_task`
|
|
56
|
+
`classify_task`, `run_pre_pr_checks_with_reviewer_agent`, and every other analytical tool performs a background scan of the project spec JSON file, but the **AI agent itself** must independently load the spec into its own active context. The background scan is not a substitute. Without this step, the agent:
|
|
57
57
|
- Cannot accurately reason about service boundaries
|
|
58
58
|
- Cannot validate task scope against architecture
|
|
59
59
|
- Cannot enforce golden rules during classification
|