Commit Graph

2 Commits

Author SHA1 Message Date
Jobdori
618a79a9f4 feat: ultraclaw session outputs — registry tests, MCP bridge, PARITY.md, cleanup
Ultraclaw mode results from 10 parallel opencode sessions:

- PARITY.md: Updated both copies with all 9 landed lanes, commit hashes,
  line counts, and test counts. All checklist items marked complete.
- MCP bridge: McpToolRegistry.call_tool now wired to real McpServerManager
  via async JSON-RPC (discover_tools -> tools/call -> shutdown)
- Registry tests: Added coverage for TaskRegistry, TeamRegistry,
  CronRegistry, PermissionEnforcer, LspRegistry (branch-focused tests)
- Permissions refactor: Simplified authorize_with_context, extracted helpers,
  added characterization tests (185 runtime tests pass)
- AI slop cleanup: Removed redundant comments, unused_self suppressions,
  tightened unreachable branches
- CLI fixes: Minor adjustments in main.rs and hooks.rs

All 363+ tests pass. Workspace compiles clean.
2026-04-03 18:23:03 +09:00
Jobdori
7a1e3bd41b docs(PARITY.md): mark completed parity items — bash 9/9, file-tool edge cases, task/team/cron runtime
Checked off:
- All 9 bash validation submodules (sedValidation, pathValidation,
  readOnlyValidation, destructiveCommandWarning, commandSemantics,
  bashPermissions, bashSecurity, modeValidation, shouldUseSandbox)
- File tool edge cases: path traversal prevention, size limits,
  binary file detection
- Task/Team/Cron runtime now backed by real registries (not shown
  as checklist items but stubs are replaced)
2026-04-03 17:35:55 +09:00