Skip to content

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

Merged
abbudjoe merged 1 commit intomainfrom
chore/release-sync-2026-04-03
Apr 3, 2026
Merged

chore: sync public OSS from private main (2026-04-03)#15
abbudjoe merged 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 (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

Public repo hygiene

  • All personal identifiers scrubbed from test fixtures (generic names throughout)
  • Proprietary docs excluded (architecture, decisions, assets, SPEC)
  • Internal agent execution model stripped from ENGINEERING.md
  • Promotion guard allowlist tightened
  • llama-cpp-sys and cfg gates removed

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
- Personal identifiers scrubbed from all test fixtures
- Proprietary docs excluded
- Tightened promotion guard allowlist
@abbudjoe abbudjoe merged commit 2f6ec9b into main Apr 3, 2026
6 checks passed
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.
abbudjoe added a commit that referenced this pull request Apr 8, 2026
- Add 'Current Implementation Baseline' snapshot documenting what exists
  vs what is planned (Epics 1-8 complete, stubs identified, security gaps)
- Add Phase 0.5: Hardening between Foundation and Phase 1
  - Mandatory signature enforcement (--strict mode)
  - Time context in policy evaluation
  - Fail-closed audit verification
  - Remove panic-based Default impls
  - Config schema consolidation
- Add Decision #15 to decision log
- Issues: #184, #185, #186, #187, #188
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