Overlay native taxonomy JSON and local DeepSeek skills.
repo_paths and compose mount src/taxonomy first. Docker copies dependency then src for taxonomy and skills. SKILL.md prose is rewritten; schema IDs and validate contracts stay. Manifest 1.14.0. Do not run upload_skills.py.
This commit is contained in:
@@ -28,12 +28,11 @@ def test_taxonomy_module_is_src():
|
||||
assert "Native Periscope overlay" not in text
|
||||
|
||||
|
||||
def test_taxonomy_dir_points_at_dependency_json():
|
||||
def test_taxonomy_dir_points_at_src_json():
|
||||
d = taxonomy_dir()
|
||||
assert d.parts[-2:] == ("dependency", "taxonomy")
|
||||
assert d.parts[-2:] == ("src", "taxonomy")
|
||||
assert (d / "ic.json").is_file()
|
||||
assert taxonomy.TAXONOMY_DIR == d
|
||||
assert not (Path(taxonomy.__file__).resolve().parent.parent.parent / "taxonomy" / "ic.json").is_file()
|
||||
|
||||
|
||||
def test_emmaforo_ref_prefixes():
|
||||
|
||||
Reference in New Issue
Block a user