.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
NOTICE
README.md
SECURITY.md
justfile
pyproject.toml
uv.lock
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/publish.yml
plgt/__init__.py
plgt/__main__.py
plgt.egg-info/PKG-INFO
plgt.egg-info/SOURCES.txt
plgt.egg-info/dependency_links.txt
plgt.egg-info/entry_points.txt
plgt.egg-info/requires.txt
plgt.egg-info/scm_file_list.json
plgt.egg-info/scm_version.json
plgt.egg-info/top_level.txt
plgt/clients/__init__.py
plgt/clients/extension_client.py
plgt/clients/lifecycle_command_client.py
plgt/clients/publish_client.py
plgt/clients/registry_client.py
plgt/clients/secrets_client.py
plgt/clients/variables_client.py
plgt/clients/workspace_packages_client.py
plgt/cmd/__init__.py
plgt/cmd/auth.py
plgt/cmd/configure.py
plgt/cmd/extensions.py
plgt/cmd/format.py
plgt/cmd/init.py
plgt/cmd/lifecycle.py
plgt/cmd/lsp.py
plgt/cmd/migration.py
plgt/cmd/publish.py
plgt/cmd/schema.py
plgt/cmd/secrets.py
plgt/cmd/ui.py
plgt/cmd/validate.py
plgt/cmd/variables.py
plgt/core/__init__.py
plgt/core/_cache.py
plgt/core/_config.py
plgt/core/crypto.py
plgt/core/decorators.py
plgt/core/discovery.py
plgt/core/exceptions.py
plgt/core/logs.py
plgt/core/sessions.py
plgt/core/settings.py
plgt/core/utils.py
plgt/core/oauth/__init__.py
plgt/core/oauth/client.py
plgt/core/oauth/errors.py
plgt/core/oauth/server.py
plgt/core/oauth/utils.py
plgt/editors/__init__.py
plgt/editors/vscode/__init__.py
plgt/generated/__init__.py
plgt/models/__init__.py
plgt/models/build_types.py
plgt/models/install.py
plgt/models/lifecycle_command.py
plgt/models/secret.py
plgt/models/variable.py
plgt/services/__init__.py
plgt/services/archive_service.py
plgt/services/artifact_service.py
plgt/services/bindings.py
plgt/services/build_progress.py
plgt/services/build_service.py
plgt/services/command_monitor.py
plgt/services/deps_install_service.py
plgt/services/deps_lockfile.py
plgt/services/diagnostics.py
plgt/services/install_service.py
plgt/services/json_dsl_parser.py
plgt/services/lsp_server.py
plgt/services/rdf_operations.py
plgt/services/schema_service.py
plgt/services/script_expander.py
plgt/services/template_service.py
plgt/services/ui_build_service.py
plgt/services/validation_pipeline.py
plgt/services/validation_report.py
plgt/services/formatter/__init__.py
plgt/services/formatter/lexer.py
plgt/services/formatter/sparql.py
plgt/services/formatter/turtle.py
plgt/services/shapes/__init__.py
plgt/services/shapes/quality.ttl
plgt/templates/__init__.py
plgt/templates/components.ttl.j2
plgt/templates/gitignore.j2
plgt/templates/poliglot.yml.j2
plgt/utils/__init__.py
plgt/utils/lifecycle.py
plgt/utils/naming.py
plgt/utils/retry.py
plgt/utils/version_range.py
plgt/utils/workspace_mode.py
plgt/utils/test_data/version_range_parity.json
scripts/gen_cli_surface.py
surface/cli.json
test/clients/test_extension_client.py
test/clients/test_lifecycle_command_client.py
test/clients/test_publish_client.py
test/clients/test_registry_client.py
test/clients/test_secrets_client.py
test/clients/test_variables_client.py
test/clients/test_workspace_packages_client.py
test/cmd/__init__.py
test/cmd/test_auth.py
test/cmd/test_configure.py
test/cmd/test_extensions.py
test/cmd/test_init.py
test/cmd/test_lifecycle.py
test/cmd/test_publish.py
test/cmd/test_secrets.py
test/cmd/test_validate.py
test/cmd/test_variables.py
test/core/__init__.py
test/core/test_config.py
test/core/test_crypto.py
test/core/test_decorators.py
test/core/test_discovery.py
test/core/test_sessions.py
test/core/test_settings_resolution.py
test/fixtures/__init__.py
test/fixtures/broken/README.md
test/fixtures/broken/E0001/poliglot.yml
test/fixtures/broken/E0001/spec/matrix.ttl
test/fixtures/broken/E0103/poliglot.yml
test/fixtures/broken/E0103/spec/actions.ttl
test/fixtures/broken/E0103/spec/matrix.ttl
test/fixtures/broken/E0104/poliglot.yml
test/fixtures/broken/E0104/spec/actions.ttl
test/fixtures/broken/E0104/spec/matrix.ttl
test/fixtures/broken/E0201/poliglot.yml
test/fixtures/broken/E0201/spec/matrix.ttl
test/fixtures/broken/E0202/poliglot.yml
test/fixtures/broken/E0202/spec/matrix.ttl
test/fixtures/broken/E0203/poliglot.yml
test/fixtures/broken/E0203/spec/actions.ttl
test/fixtures/broken/E0203/spec/matrix.ttl
test/fixtures/broken/E0203/spec/scripts/bad.rq
test/fixtures/broken/E0401/poliglot.yml
test/fixtures/broken/E0401/spec/matrix.ttl
test/fixtures/broken/E0601/poliglot.yml
test/fixtures/broken/E0601/spec/actions.ttl
test/fixtures/broken/E0601/spec/matrix.ttl
test/fixtures/broken/E0702/poliglot.yml
test/fixtures/broken/E0702/spec/matrix.ttl
test/fixtures/broken/E0800/poliglot.yml
test/fixtures/broken/E0800/spec/actions.ttl
test/fixtures/broken/E0800/spec/matrix.ttl
test/fixtures/specs/instance_data.ttl
test/fixtures/specs/malformed.ttl
test/fixtures/specs/ontology.ttl
test/models/__init__.py
test/services/__init__.py
test/services/test_archive_service.py
test/services/test_artifact_service.py
test/services/test_bindings.py
test/services/test_broken_fixtures.py
test/services/test_build_progress.py
test/services/test_build_service.py
test/services/test_deps_install_service.py
test/services/test_deps_lockfile.py
test/services/test_diagnostics.py
test/services/test_install_service_registry.py
test/services/test_json_dsl_parser.py
test/services/test_lsp_server.py
test/services/test_migration_discovery.py
test/services/test_rdf_operations.py
test/services/test_schema_service.py
test/services/test_script_expander.py
test/services/test_sparql_rdfstar_formatter.py
test/services/test_turtle_formatter.py
test/services/test_ui_build_service.py
test/services/test_validation_pipeline.py
test/services/test_validation_report.py
test/utils/__init__.py
test/utils/test_naming.py
test/utils/test_retry.py
test/utils/test_version_range.py
test/utils/test_workspace_mode.py