fix(terraphim_agent): repair hermetic integration tests and add crate README#1
Merged
Merged
Conversation
…resilience Ported from terraphim-ai PR #2149 after polyrepo extraction (#1910). The monorepo path crates/terraphim_agent was deleted on main; fix belongs in terraphim-clients. Refs terraphim/terraphim-ai#1985
…_str! (ported from terraphim-ai #2149)' (#14) from task/1985-fix-no-kg-fixture-path into main
… README Hermetic CLI tests pointed at a terraphim_server config path that does not exist in the terraphim-clients polyrepo. Bootstrap Terraphim Engineer via a local fixture and wire role_config through isolated settings.toml. Also add a crate-specific README for crates.io and bump workspace to 1.20.4.
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.
Summary
Fixes offline integration tests broken after the polyrepo split and adds a proper
crate-specific README for
terraphim_agenton crates.io.Changes
tests/fixtures/terraphim_engineer_config.jsonwith Terraphim Engineer rolerole_configviasettings.toml, alignXDG_CONFIG_HOME, setTERRAPHIM_SETTINGS_PATHcrates/terraphim_agent/README.mdwith install, features, and quick startVerification
cargo test -p terraphim_agent --test offline_mode_tests— 24/24 pass (was 22/24)cargo clippy -p terraphim_agent --tests -- -D warnings— cleancargo fmt --all -- --check— cleanRefs terraphim/terraphim-clients#19 (Gitea)