v0.4.12: add Kiro IDE/CLI support, fix cache portability across machines

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Safi
2026-04-13 22:46:13 +01:00
co-authored by Claude Sonnet 4.6
parent 9fd6810e4e
commit c657eb2049
7 changed files with 1292 additions and 11 deletions
+2 -2
View File
@@ -62,8 +62,8 @@ def test_cached_files(tmp_path, cache_root):
save_cached(f2, {"nodes": [], "edges": []}, root=cache_root)
hashes = cached_files(cache_root)
assert file_hash(f1) in hashes
assert file_hash(f2) in hashes
assert file_hash(f1, cache_root) in hashes
assert file_hash(f2, cache_root) in hashes
def test_clear_cache(tmp_file, cache_root):