LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
structkit/__init__.py
structkit/completers.py
structkit/content_fetcher.py
structkit/file_item.py
structkit/filters.py
structkit/input_store.py
structkit/logging_config.py
structkit/main.py
structkit/mcp_server.py
structkit/model_wrapper.py
structkit/sources.py
structkit/struct_refs.py
structkit/template_renderer.py
structkit/utils.py
structkit.egg-info/PKG-INFO
structkit.egg-info/SOURCES.txt
structkit.egg-info/dependency_links.txt
structkit.egg-info/entry_points.txt
structkit.egg-info/requires.txt
structkit.egg-info/top_level.txt
structkit/commands/__init__.py
structkit/commands/completion.py
structkit/commands/explain.py
structkit/commands/generate.py
structkit/commands/generate_schema.py
structkit/commands/graph.py
structkit/commands/import.py
structkit/commands/info.py
structkit/commands/init.py
structkit/commands/lint.py
structkit/commands/list.py
structkit/commands/mcp.py
structkit/commands/search.py
structkit/commands/sources.py
structkit/commands/validate.py
structkit/commands/vars.py
structkit/contribs/README.md
structkit/contribs/ansible-playbook.yaml
structkit/contribs/chef-cookbook.yaml
structkit/contribs/ci-cd-pipelines.yaml
structkit/contribs/cloudformation-files.yaml
structkit/contribs/docker-files.yaml
structkit/contribs/documentation-template.yaml
structkit/contribs/git-hooks.yaml
structkit/contribs/helm-chart.yaml
structkit/contribs/kubernetes-manifests.yaml
structkit/contribs/vagrant-files.yaml
structkit/contribs/configs/chglog.yaml
structkit/contribs/configs/codeowners.yaml
structkit/contribs/configs/devcontainer.yaml
structkit/contribs/configs/editor-config.yaml
structkit/contribs/configs/eslint.yaml
structkit/contribs/configs/jshint.yaml
structkit/contribs/configs/kubectl.yaml
structkit/contribs/configs/prettier.yaml
structkit/contribs/github/templates.yaml
structkit/contribs/github/chatmodes/plan.yaml
structkit/contribs/github/instructions/generic.yaml
structkit/contribs/github/prompts/generic.yaml
structkit/contribs/github/prompts/react-form.yaml
structkit/contribs/github/prompts/security-api.yaml
structkit/contribs/github/prompts/struct.yaml
structkit/contribs/github/workflows/codeql.yaml
structkit/contribs/github/workflows/execute-tf-workflow.yaml
structkit/contribs/github/workflows/labeler.yaml
structkit/contribs/github/workflows/pre-commit.yaml
structkit/contribs/github/workflows/release-drafter.yaml
structkit/contribs/github/workflows/run-struct.yaml
structkit/contribs/github/workflows/stale.yaml
structkit/contribs/project/custom-structures.yaml
structkit/contribs/project/generic.yaml
structkit/contribs/project/go.yaml
structkit/contribs/project/java.yaml
structkit/contribs/project/n8n.yaml
structkit/contribs/project/nodejs.yaml
structkit/contribs/project/python.yaml
structkit/contribs/project/ruby.yaml
structkit/contribs/project/rust.yaml
structkit/contribs/prompts/run-struct-trigger.yaml
structkit/contribs/terraform/apps/aws-accounts.yaml
structkit/contribs/terraform/apps/environments.yaml
structkit/contribs/terraform/apps/generic.yaml
structkit/contribs/terraform/apps/github-organization.yaml
structkit/contribs/terraform/apps/init.yaml
structkit/contribs/terraform/modules/generic.yaml
tests/test_commands.py
tests/test_commands_more.py
tests/test_completers.py
tests/test_completion_command.py
tests/test_content_fetcher_more.py
tests/test_env_var_cli_args.py
tests/test_env_var_structures_path.py
tests/test_explain_command.py
tests/test_file_item.py
tests/test_file_item_strategies.py
tests/test_filters.py
tests/test_filters_more.py
tests/test_graph_command.py
tests/test_hooks.py
tests/test_init_command.py
tests/test_input_store.py
tests/test_mcp_integration.py
tests/test_messages_and_summary.py
tests/test_model_wrapper.py
tests/test_search_command.py
tests/test_sources_command.py
tests/test_template_helpers.py
tests/test_template_renderer.py
tests/test_utils_more.py