.gitignore
.markdownlint-cli2.yaml
LICENSE
README.md
SECURITY.md
pyproject.toml
tox.ini
.github/dependabot.yml
.github/workflows/actionlint.dockerfile
.github/workflows/actionlint.yml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/pypi.yml
.github/workflows/test.yml
.github/workflows/matchers/actionlint.json
.github/workflows/matchers/mypy.json
.github/workflows/matchers/pylint.json
src/instructlab/schema/__init__.py
src/instructlab/schema/_version.py
src/instructlab/schema/py.typed
src/instructlab/schema/taxonomy.py
src/instructlab/schema/v1/__init__.py
src/instructlab/schema/v1/compositional_skills.json
src/instructlab/schema/v1/knowledge.json
src/instructlab/schema/v1/version.json
src/instructlab/schema/v2/__init__.py
src/instructlab/schema/v2/compositional_skills.json
src/instructlab/schema/v2/knowledge.json
src/instructlab/schema/v2/version.json
src/instructlab/schema/v3/__init__.py
src/instructlab/schema/v3/compositional_skills.json
src/instructlab/schema/v3/knowledge.json
src/instructlab/schema/v3/version.json
src/instructlab_schema.egg-info/PKG-INFO
src/instructlab_schema.egg-info/SOURCES.txt
src/instructlab_schema.egg-info/dependency_links.txt
src/instructlab_schema.egg-info/requires.txt
src/instructlab_schema.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_parse.py
tests/test_versions.py
tests/testdata/compositional_skills/array_yaml/qna.yaml
tests/testdata/compositional_skills/empty_yaml/qna.yaml
tests/testdata/compositional_skills/invalid_yaml/qna.yaml
tests/testdata/compositional_skills/skill_incomplete/qna.yaml
tests/testdata/compositional_skills/skill_valid/qna.yaml
tests/testdata/compositional_skills/version_1/qna.yaml
tests/testdata/knowledge/invalid_name/file.yaml
tests/testdata/knowledge/invalid_name/qna.yml
tests/testdata/knowledge/knowledge_valid/qna.yaml
tests/testdata/knowledge/unsupported/qna.yaml