Skip to content

Remove pchronicle judge subsystem and unify document sources - #87

Merged
reiase merged 94 commits into
mainfrom
feature/refine_ui
Aug 23, 2026
Merged

Remove pchronicle judge subsystem and unify document sources#87
reiase merged 94 commits into
mainfrom
feature/refine_ui

Conversation

@reiase

@reiase reiase commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

No description provided.

reiase added 30 commits August 17, 2026 19:17
# 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
reiase and others added 29 commits August 22, 2026 21:56
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.
@reiase
reiase merged commit 1bdb96d into main Aug 23, 2026
9 checks passed
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