Files
HAL9000 f808abff86 chore(ci): fix pre-commit hook failures
Fix JSON syntax errors in .devcontainer/devcontainer.json (removed
invalid JS-style // comments) and .devcontainer/opencode.json (removed
90+ trailing commas). Apply auto-fixes for end-of-file and trailing
whitespace issues across 100+ files. Fix SIM105 ruff violations in
benchmarks/core_circuit_breaker_bench.py (use contextlib.suppress).

Note: The security fix from issue #7478 (validate_path startswith bypass)
was already delivered to master in commit e18ac5f2. This PR as currently
structured is non-atomic (35 commits across 10+ issues) and needs
significant restructure before merge. This commit only addresses the
CI/pre-commit failures.

ISSUES CLOSED: #7478
2026-06-14 09:51:14 -04:00

28 lines
1.0 KiB
YAML

# ============================================================================
# Read-Only Action — Investigation / Audit Use Case
# ============================================================================
# An action that only performs read operations. Useful for investigations,
# architecture reviews, or dry-run planning.
# Create: agents action create --config examples/actions/read-only.yaml
# ============================================================================
name: local/architecture-review
description: "Review project architecture and produce a report"
long_description: |
Analyzes the project structure, dependency graph, and code patterns
to produce an architecture review report. Does not modify any files.
strategy_actor: local/strategist
execution_actor: local/executor
definition_of_done: |
Architecture review report generated covering:
- Module dependency graph
- Layer boundary compliance
- Circular dependency detection
- Code duplication analysis
reusable: true
read_only: true
state: available