Skip to content

chore: sync public OSS from private main (2026-04-03)#14

Closed
abbudjoe wants to merge 1 commit intomainfrom
chore/release-sync-2026-04-03
Closed

chore: sync public OSS from private main (2026-04-03)#14
abbudjoe wants to merge 1 commit intomainfrom
chore/release-sync-2026-04-03

Conversation

@abbudjoe
Copy link
Copy Markdown
Contributor

@abbudjoe abbudjoe commented Apr 3, 2026

Syncs engine and TUI updates from private main.

Highlights

  • Step 13 refactor (slices 13.1-13.4b): streaming bridge, retry policy, request builder, compaction extraction
  • Detached headless stabilization: replay-safe tool history, structured evidence, workspace-root rebinding
  • Skill lifecycle release fixes: sign command, built/installed/server-loaded semantics, docs alignment, e2e verification
  • Chat attachments support
  • Tool error surfacing + loop hardening

Public repo cleanup

  • Removed proprietary docs (architecture, decisions, assets, SPEC)
  • Stripped internal agent execution model from ENGINEERING.md
  • Cleaned docs/README.md to reference only public content
  • Tightened promotion guard allowlist/blocklist
  • Removed llama-cpp-sys and cfg gates

Syncs engine and TUI updates from private main:
- Step 13 refactor (streaming bridge, retry policy, request builder, compaction extraction)
- Detached headless stabilization
- Skill lifecycle release fixes (sign command, semantics, docs, e2e verification)
- Chat attachments support
- Tool error surfacing + loop hardening
- Tightened promotion guard allowlist
- Stripped internal-only ENGINEERING.md section
- Cleaned docs for public consumption
@abbudjoe abbudjoe closed this Apr 3, 2026
@abbudjoe abbudjoe deleted the chore/release-sync-2026-04-03 branch April 3, 2026 03:47
abbudjoe added a commit that referenced this pull request Apr 8, 2026
Critical fixes:
- Replace unwrap() with expect() in create_user_input() helper (issue #1)
- Add comprehensive documentation that WASM tests verify infrastructure only, not execution (issue #2)
- Add TODO comments referencing PR #179 for real WASM runtime (issue #2)
- Add timeout and multi_thread flavor to concurrent audit test to prevent deadlocks (issue #3)
- Fix tautological assertions in edge case tests - now verify specific behavior (issue #4)

High priority fixes:
- Extend MockLlmProvider with 4 error types: ServiceUnavailable, RateLimitExceeded, Timeout, MalformedResponse (issue #5)
- Add comprehensive doc comments to MockLlmProvider explaining matching strategy and thread-safety (issue #12)
- Strengthen prompt injection test to require IntentCategory::Conversation (issue #6)
- Add test_audit_hash_chain_tampering_detection test (issue #7)
- Add test_skill_network_capability_denied test for runtime capability enforcement (issue #8)

Medium priority fixes:
- Extract all magic number encryption keys to named constants (issue #9)
- Add comment in Cargo.toml explaining intentional E2E test dependencies (issue #10)
- Make retry backoff timing test more robust with 80ms threshold instead of 100ms (issue #11)

Low priority improvements:
- Rename test_policy_allow_with_confirmation → test_policy_requires_confirmation_for_destructive_actions (issue #13)
- Add task IDs to concurrent audit test events for better debugging (issue #14)
- Remove unused test_storage_round_trip helper (was addressing issue #15 but simplified instead)

All tests pass (28/28), clippy clean with -D warnings, formatted with rustfmt.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant