Skip to content

DHMS v0.8.7 File Fuse CLI Demo Wrapper

Choose a tag to compare

DHMS v0.8.7 File Fuse CLI Demo Wrapper

DHMS v0.8.7 adds a public File Fuse CLI demo wrapper so the top-level quickstart is symmetrical:

python3 cli.py demo-sql-fuse
python3 cli.py demo-file-fuse

This release is a wrapper and README polish milestone. It does not add new File Fuse safety semantics, validation logic, file operation capability, a file adapter, or new runtime file execution behavior.

New command

python3 cli.py demo-file-fuse

Expected success marker:

DHMS_FILE_FUSE_DEMO_PASS
checks_total=4
checks_passed=4
static_manifest_smoke_passed=true
file_benchmark_passed=true
non_executing_examples_passed=true
constrained_temp_directory_proof_passed=true
actual_file_operations_executed_count=2
approved_constrained_release_cases=2
blocked_or_fail_closed_cases=8
rejected_path_opened_count=0
rejected_path_resolved_count=0
file_adapter_added=false
arbitrary_file_operation_support_added=false

Commit

aa7850d5d5f05b4b2ca1cdda61033bc52e33a221

Audited base from v0.8.6:

141be0f18c5f15ef8d08e60024d61e86222ddb76

Relationship to v0.8.6 evidence seal

v0.8.6 sealed the File Operation Safety Fuse evidence chain. v0.8.7 preserves that sealed claim and adds a CLI wrapper that aggregates the existing deterministic File Fuse checks into one command.

Wrapped checks

python3 validation/run_dhms_file_fuse_static_case_manifest_smoke.py
python3 validation/run_dhms_agentfuse_bench_file_v0.py
python3 validation/run_dhms_file_fuse_non_executing_examples_smoke.py
python3 validation/run_dhms_file_fuse_constrained_temp_directory_proof.py

Validation commands run

python3 cli.py demo-file-fuse
python3 validation/run_dhms_file_fuse_static_case_manifest_smoke.py
python3 validation/run_dhms_agentfuse_bench_file_v0.py
python3 validation/run_dhms_file_fuse_non_executing_examples_smoke.py
python3 validation/run_dhms_file_fuse_constrained_temp_directory_proof.py
python3 cli.py demo-sql-fuse
python3 validation/run_dhms_agentfuse_bench_sql_v0.py
python3 validation/run_dhms_agentfuse_minimal_api_skeleton_smoke.py
python3 validation/run_dhms_agentfuse_protocol_examples_smoke.py
git diff --check
git diff --cached --check

Observed key verdicts:

DHMS_FILE_FUSE_DEMO_PASS
DHMS_FILE_FUSE_STATIC_CASE_MANIFEST_PASS
DHMS_AGENTFUSE_BENCH_FILE_V0_PASS
DHMS_FILE_FUSE_NON_EXECUTING_EXAMPLES_PASS
DHMS_FILE_FUSE_CONSTRAINED_TEMP_DIRECTORY_PROOF_PASS
SQL_FUSE_DEMO_PASS
READY_FOR_V0_6_2_SQL_FUSE_DEMO_CLI
DHMS_AGENTFUSE_MINIMAL_API_SKELETON_PASS
DHMS_AGENTFUSE_PROTOCOL_EXAMPLES_PASS

Bounded claim

DHMS v0.8.7 adds a public File Fuse CLI demo wrapper that aggregates the existing deterministic File Operation Safety Fuse checks into one command. It preserves the v0.8 sealed claim and does not add arbitrary file operation support, a file adapter, or new runtime file execution behavior.

Explicit non-claims

DHMS v0.8.7 does not claim:

  • arbitrary file operation support
  • direct user file read support
  • direct user file write support
  • file deletion support
  • file adapter support
  • production filesystem safety
  • credential safety
  • customer data safety
  • MCP file tool integration
  • OpenClaw runtime integration
  • DeepSeek/provider integration
  • provider SDK integration
  • agent SDK integration
  • HTTP integration
  • shell integration
  • MCP replacement
  • production-ready status
  • universal agent safety
  • industry-standard status

Documentation

See:

docs/dhms_file_fuse_cli_demo_wrapper_v0_8_7.md

Next recommended milestone

v0.9.0 Next DHMS Proof Line Selection and Risk Review