Add Robot Framework integration test suite exercising Specification
Workflow Example 6: documentation generation from codebase analysis
using the trusted automation profile.
The test suite (6 test cases) validates:
- Context policy configuration with strategize/execute view-specific
settings and view inheritance resolution
- Budget enforcement filtering ContextFragments by max_file_size and
max_total_size limits
- Trusted profile auto-progress behavior (create_tool=0.0 triggers
automatic Strategize→Execute; select_tool=1.0 gates Apply)
- Action creation with doc_types/output_dir arguments and 3 invariants
matching the spec scenario
- Temp project sandbox with documentation generation into output
directory and source-code modification invariant verification
- Full plan lifecycle through trusted profile with argument and
invariant preservation
Uses the established WF05 pattern: Robot Framework .robot file with
Python helper script dispatching 6 subcommands via Run Process.
All quality gates pass: lint, format, typecheck, security_scan,
dead_code, unit_tests, integration_tests, e2e_tests, docs, build,
benchmark, coverage_report (97%).
ISSUES CLOSED: #770