Remove pchronicle judge subsystem and unify document sources - #87
Merged
Conversation
# Conflicts: # crates/persisting-gateway/src/engine/tests/markdown_stream.rs # crates/persisting-gateway/src/engine/tests/replay_dedup.rs # crates/persisting-gateway/src/projection/frontmatter.rs # crates/persisting-gateway/src/projection/pipeline.rs # crates/persisting-gateway/tests/agenticmd_bridge.rs # crates/persisting-gateway/tests/agenticmd_golden.rs # crates/persisting-gateway/tests/markdown_trajectory.rs # crates/persisting-pchronicle-cli/src/exchange.rs # crates/persisting-pchronicle-cli/src/lib.rs # crates/persisting-pchronicle/Cargo.toml # crates/persisting-pchronicle/benches/json_streaming.rs # crates/persisting-pchronicle/benches/lance_vs_json.rs # crates/persisting-pchronicle/benches/pchronicle_criterion.rs # crates/persisting-pchronicle/benches/projection_pipeline.rs # crates/persisting-pchronicle/src/agenticmd/codec.rs # crates/persisting-pchronicle/src/agenticmd/convert.rs # crates/persisting-pchronicle/src/agenticmd/mod.rs # crates/persisting-pchronicle/src/agenticmd/projection.rs # crates/persisting-pchronicle/src/atif.rs # crates/persisting-pchronicle/src/convert/actf.rs # crates/persisting-pchronicle/src/convert/atif.rs # crates/persisting-pchronicle/src/convert/events.rs # crates/persisting-pchronicle/src/convert/mod.rs # crates/persisting-pchronicle/src/convert/openai_msg.rs # crates/persisting-pchronicle/src/document.rs # crates/persisting-pchronicle/src/format.rs # crates/persisting-pchronicle/src/formats/mod.rs # crates/persisting-pchronicle/src/formats/openai_corpus.rs # crates/persisting-pchronicle/src/formats/storyline.rs # crates/persisting-pchronicle/src/lib.rs # crates/persisting-pchronicle/src/model.rs # crates/persisting-pchronicle/src/projection/mod.rs # crates/persisting-pchronicle/src/query.rs # crates/persisting-pchronicle/src/storage.rs # crates/persisting-pchronicle/src/store/catalog/tests.rs # crates/persisting-pchronicle/src/store/document_source.rs # crates/persisting-pchronicle/src/store/files/atif_reader.rs # crates/persisting-pchronicle/src/store/files/mod.rs # crates/persisting-pchronicle/src/store/local_query_manifest.rs # crates/persisting-pchronicle/src/store/mod.rs # crates/persisting-pchronicle/src/store/storyline/model.rs # crates/persisting-pchronicle/src/store/storyline/rows.rs # crates/persisting-pchronicle/src/store/storyline/tests.rs # crates/persisting-pchronicle/src/tests.rs # crates/persisting-pchronicle/tests/atif_lance_corpus.rs # crates/persisting-pchronicle/tests/capture_fixture_corpus.rs # crates/persisting-pchronicle/tests/direct_file_query.rs # crates/persisting-pchronicle/tests/document_source.rs # crates/persisting-pchronicle/tests/import_roundtrip_fixtures.rs # crates/persisting-pchronicle/tests/public_api.rs # crates/persisting-pchronicle/tests/query_engine.rs # crates/persisting-pchronicle/tests/s3_storage.rs # crates/persisting-pchronicle/tests/storyline_lance_roundtrip.rs # docs/superpowers/specs/2026-08-17-pchronicle-document-source-convergence-design.md
Store each model tool_calls turn on the thread so native history is not merged and JSON arguments are not replaced with empty objects. Co-authored-by: Cursor <cursoragent@cursor.com>
Restore the per-run thread in the overlay, show tool steps, and jump cited turns through the existing Trace handlers. Co-authored-by: Cursor <cursoragent@cursor.com>
Give query_sql a catalog schema, unique JSON tool ids, stricter tools-unsupported detection, and persist thread timestamps. Co-authored-by: Cursor <cursoragent@cursor.com>
…nality - Introduced support for multiple `--storage` arguments, allowing users to mount several datasets with customizable names. - Added `explorer/tree` API route to retrieve a structured view of datasets and their run counts. - Implemented `clean_embedded_text` function to sanitize tool call parameters by trimming whitespace and escape sequences. - Updated documentation to reflect new storage options and API capabilities.
…cle features - Deleted several implementation plan documents related to storyline unknown fields, pchronicle squash import, OpenAI messages field mapping, automatic projection, and serve/control consolidation. - These documents were no longer relevant to the current project direction and have been archived for future reference.
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.
No description provided.