Release v1.3.2#49
Merged
Merged
Conversation
added 2 commits
March 31, 2026 18:45
added 2 commits
March 31, 2026 22:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[v1.3.2] — 2026-03-31
Added
eval/eval_harness.py,eval/eval_e2e.py): Introduced three novel evaluation tracks: PERSPECTIVE (actor visibility cones and information asymmetry), COUNTERFACTUAL (causal link testing), and SILENCE (expected-but-absent artifact cataloging). Added an InfinityRetriever integration with local caching for high-throughput dense retrieval.src/memory.py,src/org_lifecycle.py,src/genesis.py): Implemented a live MongoDBdomain_registrytracking system ownership and documentation coverage. Coverage automatically degrades into "orphaned" status during departures (_orphan_domains_on_departure) and recovers organically as engineers write Confluence docs or new hires claim domains.src/normal_day.py,src/confluence_writer.py): Added "SELF-AUDIT" metadata generation to Confluence page creation and peer-review audits to PRs to proactively detect knowledge gaps. Slack Q&A threads are now asynchronously classified by a dedicated LLM (_assess_async_thread_gap) to identify unresolved questions.config/config.yaml): Expanded the simulation with new department personas including Marcus (Head of Sales & Marketing), Jenna (Marketing), Karen (HR & Ops), and Tom (Operations Manager), while adding strict role definitions for all existing engineers.Changed
src/memory.py,src/flow.py,src/normal_day.py): Threaded anas_of_timeparameter through core fetch methods (get_ticket,get_event_log,get_reviewable_prs_for) to strictly enforce visibility cones and prevent LLM agents from "seeing into the future" during state assessments.eval/export_to_hf.py): Overhauled the corpus builder to directly sweep native MongoDB collections (Zendesk tickets, Salesforce deals/accounts, PRs, Emails, and Slack messages) instead of relying solely on the primary artifacts collection. Default dense baseline switched to Qwen/Qwen3-Embedding-4B.eval/scorer.py): Upgraded theTemporalScorerto support dynamic sub-categories (knowledge_gap,point_in_time,stress_state,propagation) and introduced a newMultiHopScorerto evaluate partial credit across multi-stage causal chains.src/flow.py): Refactored incident generation to use a deterministic daily on-call rotation (_get_next_on_call) paired with dynamic cross-department friction signals, replacing the previous hardcoded gap-incident generation.Fixed
eval/insider_threat/eval_insider_threat.py): Removed faulty phone call access log scraping that improperly linked innocent victim records to attacker actors.src/utils/persona_utils.py): Fixed missing expertise context in async and watercooler interactions by unconditionally injecting the "Expertise" list into all persona voice cards.src/external_email_ingest.py): Disabled legacy/redundant customer email routing pathways and stripped stale incident context from outbound sales generation.