← На главную

Выпуск ARS v3.6.8: новые агенты для библиографии и защита от галлюцинаций

10.05.2026 13:42 · hackernews

Based on the detailed changelog and technical specification text you provided, here is a structured summary of the release notes, architectural changes, and protocol updates for the ARS (Academic Research System) suite, organized by version.

Note: The suite release is tagged v3.6.8 to maintain CHANGELOG monotonicity.

Date: 2026-04-30 * Hardening: Protected 13 of 18 documented hallucination/drift patterns across synthesis_agent, research_architect_agent (survey-designer), and report_compiler_agent (abstract-only). * PATTERN PROTECTION Block: Added to all agent prompts. * Reference Files: Added 4 new operational contract references (irb_terminology_glossary.md, psychometric_terminology_glossary.md, protected_hedging_phrases.md, word_count_conventions.md). * Audit Template: New shared/templates/codex_audit_multifile_template.md with mandatory Section 4(f) checks. * Static Lint: scripts/check_v3_6_7_pattern_protection.py and mutation suite (29 tests). * Codex Review: 7 rounds of review reached SHIP-OK with zero P1+P2 findings.

Date: 2026-04-27 * Consumer Wiring: Activated deep-research/agents/bibliography_agent.md and academic-paper/agents/literature_strategist_agent.md. * Protocol: Follows five-step "corpus-first, search-fills-gap" flow with four Iron Rules. * Pre-Screened Reproducibility: Reports enumerate included/excluded/skipped entries with F3 zero-hit notes. * Fallback: Parse failures trigger external-DB-only flow with [CORPUS PARSE FAILURE] surface. * Citation Compliance: Deferred to v3.6.6+.

Date: 2026-04-25 * Schema 9 Update: Added optional literature_corpus[] input port for user-owned literature. * Entry Format: CSL-JSON compliant (authors, year, title, source_pointer, private optional abstract/user_notes). * Adapters: Provided 3 Python adapters (folder_scan.py, zotero.py, obsidian.py) as starting points. * Rejection Log: Contract added at shared/contracts/passport/rejection_log.schema.json. * CI Gates: Schema validation and adapter sync checks added.

Date: 2026-04-23 * Feature: Opt-in reset boundary (ARS_PASSPORT_RESET=1). * Behavior: * ON: Promotes every FULL checkpoint to a context-reset boundary; systematic-review mode makes reset mandatory at every FULL checkpoint. * OFF: Preserves pre-v3.6.3 behavior byte-for-byte. * Resume: New resume_from_passport=<hash> mode allows resuming from the Material Passport ledger alone. * Ledger: Schema 9 gains reset_boundary[] (append-only) with boundary and resume kinds.

Date: 2026-04-23 * Gate Mechanism: Forces reviewers to pre-commit scoring plans before reading. * Schema 13: Defines sprint contracts with panel_size, acceptance_dimensions, failure_conditions, etc. * Two-Call Gate: Phase 1 (blind) output wrapped in <phase1_output> to narrow self-injection surface. * Templates: Ship full.json (panel 5) and methodology_focus.json (panel 2). * Reserved Modes: reviewer_re_review, reviewer_calibration, reviewer_guided (retain pre-v3.6.2 behavior).

This structure captures the evolution from input handling (v3.6.4) through reset mechanics (v3.6.3) to the complex contract orchestration and paper-blind phases introduced in v3.6.6 and v3.6.7.

Читать оригинал →