LICENSE
README.md
pyproject.toml
goldilocks_cli/__init__.py
goldilocks_cli/__main__.py
goldilocks_cli/cli.py
goldilocks_cli/colours.py
goldilocks_cli/commands/__init__.py
goldilocks_cli/commands/anonymise.py
goldilocks_cli/commands/ask.py
goldilocks_cli/commands/audit.py
goldilocks_cli/commands/check.py
goldilocks_cli/commands/demo.py
goldilocks_cli/commands/doctor.py
goldilocks_cli/commands/fetch.py
goldilocks_cli/commands/graph.py
goldilocks_cli/commands/init.py
goldilocks_cli/commands/inspect_export.py
goldilocks_cli/commands/ping.py
goldilocks_cli/commands/sanitise.py
goldilocks_cli/commands/seed.py
goldilocks_cli/commands/sieve.py
goldilocks_cli/commands/stats.py
goldilocks_cli/commands/status.py
goldilocks_cli/commands/visualise.py
goldilocks_cli/core/__init__.py
goldilocks_cli/core/agent.py
goldilocks_cli/core/anonymiser.py
goldilocks_cli/core/archive.py
goldilocks_cli/core/config.py
goldilocks_cli/core/credentials.py
goldilocks_cli/core/dag_ascii_renderer.py
goldilocks_cli/core/dag_builder.py
goldilocks_cli/core/dag_mermaid_renderer.py
goldilocks_cli/core/dag_models.py
goldilocks_cli/core/dag_transform.py
goldilocks_cli/core/demo_estate.py
goldilocks_cli/core/describer.py
goldilocks_cli/core/diagram_builder.py
goldilocks_cli/core/errors.py
goldilocks_cli/core/json_parser.py
goldilocks_cli/core/mermaid_styles.py
goldilocks_cli/core/models.py
goldilocks_cli/core/output_manager.py
goldilocks_cli/core/pipeline_fetcher.py
goldilocks_cli/core/pipeline_menu.py
goldilocks_cli/core/pipeline_seeder.py
goldilocks_cli/core/renderer.py
goldilocks_cli/core/sanitiser.py
goldilocks_cli/core/security.py
goldilocks_cli/core/sieveDemo.py
goldilocks_cli/core/snap_resolver.py
goldilocks_cli/core/snaplogic_url.py
goldilocks_cli/core/state.py
goldilocks_cli/core/token_analyser.py
goldilocks_cli/core/visualisation_scale.py
goldilocks_cli/core/visualiser.py
goldilocks_curls.egg-info/PKG-INFO
goldilocks_curls.egg-info/SOURCES.txt
goldilocks_curls.egg-info/dependency_links.txt
goldilocks_curls.egg-info/entry_points.txt
goldilocks_curls.egg-info/requires.txt
goldilocks_curls.egg-info/top_level.txt
tests/test_agent_helpers.py
tests/test_anonymiser.py
tests/test_archive.py
tests/test_ask_journey.py
tests/test_check.py
tests/test_credentials.py
tests/test_dag_ascii_renderer.py
tests/test_dag_builder.py
tests/test_dag_mermaid_renderer.py
tests/test_dag_transform.py
tests/test_demo.py
tests/test_errors.py
tests/test_fetch.py
tests/test_fetch_next_steps.py
tests/test_init.py
tests/test_mermaid_renderer_unit.py
tests/test_pipeline_fetcher.py
tests/test_prerequisites.py
tests/test_project_visualisation.py
tests/test_renderer.py
tests/test_sanitiser.py
tests/test_sieve.py
tests/test_snap_resolver.py
tests/test_state.py
tests/test_status.py
tests/test_visualisation_scale.py
tests/test_visualise_cli_scale.py