WIP: checkpoint working tree before rebasing onto dev

This commit is contained in:
Nick Sweeting
2026-03-22 20:23:45 -07:00
parent a6548df8d0
commit f400a2cd67
87 changed files with 12607 additions and 1808 deletions

View File

@@ -83,7 +83,7 @@ class TestCrawlCreate:
assert code == 0
records = parse_jsonl_output(stdout)
assert 'test-tag' in records[0].get('tags_str', '')
assert 'test-tag' in records[0].get('tags', '')
def test_create_pass_through_other_types(self, initialized_archive):
"""Pass-through records of other types unchanged."""