mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-05 11:22:11 +02:00
Phase 1 (config only): export a workspace's full configuration as a portable .tgx bundle (gzipped tar with manifest.json and one pretty-printed, self-describing JSON file per config key under config/<type>/), and import it into another deployment or workspace. Import defaults to WorkspaceInit's re-run semantics (existing keys kept, missing keys added; --overwrite replaces), supports --workspace rename, --dry-run, and --config-only, and refuses to silently drop knowledge data from future Phase-2 bundles it cannot import yet. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_config_commands.py | ||
| test_error_handling_edge_cases.py | ||
| test_load_knowledge.py | ||
| test_load_structured_data.py | ||
| test_schema_descriptor_generation.py | ||
| test_tool_commands.py | ||
| test_workspace_bundle_commands.py | ||
| test_xml_xpath_parsing.py | ||