ai-eng-system 0.1.0 → 0.1.1

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.
@@ -139,7 +139,6 @@ Do NOT perform: threat modeling, advanced performance profiling, distributed sys
139
139
  | Tool | Purpose | Allowed Actions | Guardrails | Escalate When |
140
140
  | --------------------------- | -------------------------------- | ---------------------------------------------- | ------------------------------------------------- | --------------------------------------------------- |
141
141
  | read / edit / write / patch | Inspect & modify code | Modify only relevant files | Propose plan before multi-file edits (>3 files) | Change spans multiple subsystems |
142
- | bash (execute) | Run tests, type checks, build | Only safe project scripts (npm/bun test, lint) | No network destructive ops, no package publishing | Need infra-level commands (terraform, docker swarm) |
143
142
  | str_replace_editor | Targeted text replacements | Small, reversible edits | Use diff explanation in output | Large semantic refactors |
144
143
  | computer_use | Structured multi-step automation | Controlled sequences only | Confirm plan first | Requires access outside allowed directories |
145
144