.env.example
.gitattributes
.gitignore
.monitor_repository.sh.log
.readthedocs.yaml
CHANGELOG.md
CLA.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
.github/workflows/cla.yml
.github/workflows/docs.yml
.github/workflows/publish-pypi.yml
.github/workflows/quality-audit.yml
.github/workflows/sync-main.yml
.github/workflows/test.yml
.scitex/clew/db.sqlite
docs/scitex-icon-navy-inverted.png
docs/scitex-logo-blue-cropped.png
docs/MASTER/00_SCITEX_UPSTREAM_AND_DOWNSTREAM_RULES.md
docs/MASTER/skills/01-package-architecture.md
docs/MASTER/skills/02-io-cascade.md
docs/MASTER/skills/03-testing-scope.md
docs/MASTER/skills/04-shared-ui.md
docs/MASTER/skills/SKILL.md
docs/sphinx/api.rst
docs/sphinx/cli.rst
docs/sphinx/conf.py
docs/sphinx/index.rst
docs/sphinx/quickstart.rst
docs/sphinx/requirements.txt
docs/sphinx/search.rst
docs/to_claude/bin/cld_usage_web.py
docs/to_claude/bin/safe_rm.sh
docs/to_claude/bin/elisp/check_parens.sh
docs/to_claude/bin/elisp/find_incorrect_require_provide_statements.sh
docs/to_claude/bin/elisp/run_tests_elisp.sh
docs/to_claude/bin/elisp/run_tests_elisp_v02.sh
docs/to_claude/bin/elisp/sync_elisp_tdd.sh
docs/to_claude/bin/elisp/elisp-ci/README.md
docs/to_claude/bin/elisp/elisp-ci/elisp-ci
docs/to_claude/bin/elisp/elisp-ci/elisp-ci-simple
docs/to_claude/bin/general/claude_emacs_server.sh
docs/to_claude/bin/general/create_github_release.sh
docs/to_claude/bin/general/find_errors.sh
docs/to_claude/bin/general/render_mermaid.sh
docs/to_claude/bin/general/safe_rm.sh
docs/to_claude/bin/general/view_repo.sh
docs/to_claude/bin/general/wsl2-buzzer.sh
docs/to_claude/bin/python/black_all.sh
docs/to_claude/bin/python/run_tests_python_pip_package.sh
docs/to_claude/bin/slurm/README.md
docs/to_claude/bin/slurm/login.sh
docs/to_claude/bin/slurm/request.sh
docs/to_claude/bin/slurm/run.sh
docs/to_claude/examples/README.md
docs/to_claude/examples/example-elisp-project-emacs-hello-world/ELISP-TEST-REPORT-20250513-012234-48-PASSED-49-TOTAL-97-PERCENT.org
docs/to_claude/examples/example-elisp-project-emacs-hello-world/LATEST-ELISP-REPORT.org
docs/to_claude/examples/example-elisp-project-emacs-hello-world/README.md
docs/to_claude/examples/example-elisp-project-emacs-hello-world/run_tests.sh
docs/to_claude/examples/example-elisp-project-emacs-hello-world/tests/test-ehw-core/ELISP-TEST-REPORT-20250512-235622-0-SUCCESS-4-TOTAL-0-PERCENT.org
docs/to_claude/examples/example-elisp-project-emacs-hello-world/tests/test-ehw-friends/ELISP-TEST-REPORT-20250512-235622-0-SUCCESS-34-TOTAL-0-PERCENT.org
docs/to_claude/examples/example-elisp-project-emacs-hello-world/tests/test-ehw-prep/ELISP-TEST-REPORT-20250512-235622-0-SUCCESS-5-TOTAL-0-PERCENT.org
docs/to_claude/examples/example-elisp-project-emacs-hello-world/tests/test-ehw-utils/ELISP-TEST-REPORT-20250512-235622-0-SUCCESS-4-TOTAL-0-PERCENT.org
docs/to_claude/examples/example-python-project-scitex/.gitignore
docs/to_claude/examples/example-python-project-scitex/README.md
docs/to_claude/examples/example-python-project-scitex/config/MNIST.yaml
docs/to_claude/examples/example-python-project-scitex/config/PATH.yaml
docs/to_claude/examples/example-python-project-scitex/data/.gitkeep
docs/to_claude/examples/example-python-project-scitex/scripts/mnist/clf_svm.py
docs/to_claude/examples/example-python-project-scitex/scripts/mnist/download.py
docs/to_claude/examples/example-python-project-scitex/scripts/mnist/main.sh
docs/to_claude/examples/example-python-project-scitex/scripts/mnist/plot_conf_mat.py
docs/to_claude/examples/example-python-project-scitex/scripts/mnist/plot_digits.py
docs/to_claude/examples/example-python-project-scitex/scripts/mnist/plot_umap_space.py
docs/to_claude/examples/pip-project-template/.gitignore
docs/to_claude/examples/pip-project-template/.pre-commit-config.yaml
docs/to_claude/examples/pip-project-template/LICENSE
docs/to_claude/examples/pip-project-template/Makefile
docs/to_claude/examples/pip-project-template/README.md
docs/to_claude/examples/pip-project-template/pyproject.toml
docs/to_claude/examples/pip-project-template/.github/workflows/notification.yml
docs/to_claude/examples/pip-project-template/.github/workflows/validation.yml
docs/to_claude/examples/pip-project-template/config/mcp_config.json
docs/to_claude/examples/pip-project-template/examples/cli_workflows.ipynb
docs/to_claude/examples/pip-project-template/examples/getting_started.ipynb
docs/to_claude/examples/pip-project-template/mgmt/00_PROJECT_DESCRIPTION.org
docs/to_claude/examples/pip-project-template/mgmt/01_ARCHITECTURE.org
docs/to_claude/examples/pip-project-template/mgmt/99_BULLETIN_BOARD.org
docs/to_claude/examples/pip-project-template/mgmt/test_results
docs/to_claude/examples/pip-project-template/mgmt/AGENTS/ArchitectAgent.md
docs/to_claude/examples/pip-project-template/mgmt/AGENTS/BulletinBoardOrganizerAgent.md
docs/to_claude/examples/pip-project-template/mgmt/AGENTS/DebuggerAgent.md
docs/to_claude/examples/pip-project-template/mgmt/AGENTS/GitHandlerAgent.md
docs/to_claude/examples/pip-project-template/mgmt/AGENTS/SourceDeveloperAgent.md
docs/to_claude/examples/pip-project-template/mgmt/AGENTS/TestDeveloperAgent.md
docs/to_claude/examples/pip-project-template/mgmt/AGENTS/TestResultsReportAgent.md
docs/to_claude/examples/pip-project-template/mgmt/AGENTS/TestRunnerAgent.md
docs/to_claude/examples/pip-project-template/mgmt/USER_PHILOSOPHY/00_PROJECT_DESCRIPTION_EXAMPLE.org
docs/to_claude/examples/pip-project-template/mgmt/USER_PHILOSOPHY/01_DEVELOPMENT_CYCLE.org
docs/to_claude/examples/pip-project-template/mgmt/USER_PHILOSOPHY/02_NAMING_CONVENSIONS.org
docs/to_claude/examples/pip-project-template/mgmt/USER_PHILOSOPHY/03_ARCHITECTUAL_AGREEMENT_PROCESS.org
docs/to_claude/examples/pip-project-template/mgmt/USER_PHILOSOPHY/03_ARCHITECTURE_EXAMPLE.org
docs/to_claude/examples/pip-project-template/mgmt/USER_PHILOSOPHY/04_ARCHITECTURE_PREDEFINED.org
docs/to_claude/examples/pip-project-template/mgmt/USER_PHILOSOPHY/05_PRIORITY_CONFIG.org
docs/to_claude/examples/pip-project-template/mgmt/USER_PHILOSOPHY/06_MULTIPLE_SPECIAL_AGENTS.org
docs/to_claude/examples/pip-project-template/mgmt/USER_PHILOSOPHY/99_BULLETIN_BOARD_EXAMPLE.org
docs/to_claude/examples/pip-project-template/src/pip_project_template/__init__.py
docs/to_claude/examples/pip-project-template/src/pip_project_template/__main__.py
docs/to_claude/examples/pip-project-template/src/pip_project_template/cli/_GlobalArgumentParser.py
docs/to_claude/examples/pip-project-template/src/pip_project_template/cli/__init__.py
docs/to_claude/examples/pip-project-template/src/pip_project_template/cli/calculate.py
docs/to_claude/examples/pip-project-template/src/pip_project_template/cli/info.py
docs/to_claude/examples/pip-project-template/src/pip_project_template/cli/serve01.py
docs/to_claude/examples/pip-project-template/src/pip_project_template/cli/serve02.py
docs/to_claude/examples/pip-project-template/src/pip_project_template/core/_Calculator.py
docs/to_claude/examples/pip-project-template/src/pip_project_template/core/__init__.py
docs/to_claude/examples/pip-project-template/src/pip_project_template/mcp_servers/McpServer01.py
docs/to_claude/examples/pip-project-template/src/pip_project_template/mcp_servers/McpServer02.py
docs/to_claude/examples/pip-project-template/src/pip_project_template/types/_DataContainer.py
docs/to_claude/examples/pip-project-template/src/pip_project_template/types/__init__.py
docs/to_claude/examples/pip-project-template/src/pip_project_template/utils/__init__.py
docs/to_claude/examples/pip-project-template/src/pip_project_template/utils/_add.py
docs/to_claude/examples/pip-project-template/src/pip_project_template/utils/_multiply.py
docs/to_claude/examples/pip-project-template/tests/custom/test_mcp_config.py
docs/to_claude/examples/pip-project-template/tests/custom/test_pip_install.py
docs/to_claude/examples/pip-project-template/tests/custom/test_src_test_agreement.py
docs/to_claude/examples/pip-project-template/tests/custom/test_status.py
docs/to_claude/examples/pip-project-template/tests/github_actions/README.md
docs/to_claude/examples/pip-project-template/tests/github_actions/SETUP.md
docs/to_claude/examples/pip-project-template/tests/github_actions/install_act.sh
docs/to_claude/examples/pip-project-template/tests/github_actions/run_ci_act_and_container.sh
docs/to_claude/examples/pip-project-template/tests/github_actions/run_ci_container.sh
docs/to_claude/examples/pip-project-template/tests/github_actions/run_ci_local.sh
docs/to_claude/examples/pip-project-template/tests/github_actions/setup_global_cache.sh
docs/to_claude/examples/pip-project-template/tests/pip_project_template/test___main__.py
docs/to_claude/examples/pip-project-template/tests/pip_project_template/test_package_init.py
docs/to_claude/examples/pip-project-template/tests/pip_project_template/cli/test__GlobalArgumentParser.py
docs/to_claude/examples/pip-project-template/tests/pip_project_template/cli/test___init__.py
docs/to_claude/examples/pip-project-template/tests/pip_project_template/cli/test_calculate.py
docs/to_claude/examples/pip-project-template/tests/pip_project_template/cli/test_info.py
docs/to_claude/examples/pip-project-template/tests/pip_project_template/cli/test_serve01.py
docs/to_claude/examples/pip-project-template/tests/pip_project_template/cli/test_serve02.py
docs/to_claude/examples/pip-project-template/tests/pip_project_template/core/test__Calculator.py
docs/to_claude/examples/pip-project-template/tests/pip_project_template/core/test_core_init.py
docs/to_claude/examples/pip-project-template/tests/pip_project_template/mcp_servers/test_McpServer01.py
docs/to_claude/examples/pip-project-template/tests/pip_project_template/mcp_servers/test_McpServer02.py
docs/to_claude/examples/pip-project-template/tests/pip_project_template/types/test__DataContainer.py
docs/to_claude/examples/pip-project-template/tests/pip_project_template/types/test_types_init.py
docs/to_claude/examples/pip-project-template/tests/pip_project_template/utils/test__add.py
docs/to_claude/examples/pip-project-template/tests/pip_project_template/utils/test__multiply.py
docs/to_claude/examples/pip-project-template/tests/pip_project_template/utils/test_utils_init.py
docs/to_claude/examples/pip-project-template/tests/reports/ci_container_report.json
docs/to_claude/examples/pip-project-template/tests/reports/setup_symlinks.sh
docs/to_claude/examples/pip-project-template/tests/reports/test_report.json
docs/to_claude/guidelines/README.md
docs/to_claude/guidelines/USER_PHILOSOPHY/01_DEVELOPMENT_CYCLE.md
docs/to_claude/guidelines/USER_PHILOSOPHY/02_NAMING_CONVENSIONS.md
docs/to_claude/guidelines/USER_PHILOSOPHY/03_ARCHITECTUAL_AGREEMENT_PROCESS.md
docs/to_claude/guidelines/USER_PHILOSOPHY/04_ARCHITECTURE_PREDEFINED.md
docs/to_claude/guidelines/USER_PHILOSOPHY/05_PRIORITY_CONFIG.md
docs/to_claude/guidelines/USER_PHILOSOPHY/06_MULTIPLE_SPECIAL_AGENTS.md
docs/to_claude/guidelines/USER_PHILOSOPHY/07_DEBUGGING_TECHNIQUES.md
docs/to_claude/guidelines/command/IMPORTANT-rm.md
docs/to_claude/guidelines/command/IMPORTANT-tree.md
docs/to_claude/guidelines/elisp/IMPORTANT-ELISP-01-basic.md
docs/to_claude/guidelines/elisp/IMPORTANT-ELISP-02-project-structure.md
docs/to_claude/guidelines/elisp/IMPORTANT-ELISP-03-file-template.md
docs/to_claude/guidelines/elisp/IMPORTANT-ELISP-04-coding-style.md
docs/to_claude/guidelines/elisp/IMPORTANT-ELISP-05-testing-guide.md
docs/to_claude/guidelines/elisp/IMPORTANT-ELISP-99-example-project.md
docs/to_claude/guidelines/elisp/ci.md
docs/to_claude/guidelines/elisp/testing-with-docker.md
docs/to_claude/guidelines/examples/mgmt/ARCHITECTURE_EXAMPLE.md
docs/to_claude/guidelines/examples/mgmt/BULLETIN_BOARD_EXAMPLE.md
docs/to_claude/guidelines/examples/mgmt/PROJECT_DESCRIPTION_EXAMPLE.md
docs/to_claude/guidelines/programming_common/EXAMPLE-README-MODULE-ROOT.md
docs/to_claude/guidelines/programming_common/EXAMPLE-README-REPOSITORY-ROOT.md
docs/to_claude/guidelines/programming_common/IMPORTANT-art-of-readable-code.md
docs/to_claude/guidelines/programming_common/IMPORTANT-art-of-testing.md
docs/to_claude/guidelines/programming_common/IMPORTANT-cleanliness.md
docs/to_claude/guidelines/programming_common/IMPORTANT-documentation-performance-claims.md
docs/to_claude/guidelines/programming_common/IMPORTANT-general.md
docs/to_claude/guidelines/programming_common/IMPORTANT-refactoring.md
docs/to_claude/guidelines/programming_common/IMPORTANT-regression-prevention.md
docs/to_claude/guidelines/programming_common/IMPORTANT-slurm.md
docs/to_claude/guidelines/programming_common/IMPORTANT-start-from-small.md
docs/to_claude/guidelines/programming_common/IMPORTANT-test-driven-workflow.md
docs/to_claude/guidelines/programming_common/IMPORTANT-version-control.md
docs/to_claude/guidelines/programming_common/clean-code.md
docs/to_claude/guidelines/programming_common/debugging-message.md
docs/to_claude/guidelines/programming_common/do-not-repeat-yourself.md
docs/to_claude/guidelines/programming_common/emacs-server.md
docs/to_claude/guidelines/programming_common/keep-it-simple-stupid.md
docs/to_claude/guidelines/programming_common/renaming-and-cleaning-workflow.md
docs/to_claude/guidelines/programming_common/screen.md
docs/to_claude/guidelines/project/IMPORTANT-CLAUDE_ID.md
docs/to_claude/guidelines/project/IMPORTANT-beyond-control.md
docs/to_claude/guidelines/project/IMPORTANT-bug-report.md
docs/to_claude/guidelines/project/IMPORTANT-cleanliness.md
docs/to_claude/guidelines/project/IMPORTANT-communication.md
docs/to_claude/guidelines/project/IMPORTANT-do-not-create-any-new-file-nor-directory-in-project-root.md
docs/to_claude/guidelines/project/IMPORTANT-documentation.md
docs/to_claude/guidelines/project/IMPORTANT-feature-request.md
docs/to_claude/guidelines/project/IMPORTANT-general-multi-agent-coordination.md
docs/to_claude/guidelines/project/IMPORTANT-multi-agent-protocol.md
docs/to_claude/guidelines/project/IMPORTANT-project-management-bulletin-board.md
docs/to_claude/guidelines/project/IMPORTANT-project-management-markdown.md
docs/to_claude/guidelines/project/IMPORTANT-project-management-org.org
docs/to_claude/guidelines/project/IMPORTANT-tools.md
docs/to_claude/guidelines/project/IMPORTANT-understand-message-in-filename.md
docs/to_claude/guidelines/project/general.md
docs/to_claude/guidelines/project/report.md
docs/to_claude/guidelines/project/timeline-gantt-chart.md
docs/to_claude/guidelines/python/CHECKLIST.md
docs/to_claude/guidelines/python/HOW-TO-DEBUG-with-MULTIPLE_AGENTS.md
docs/to_claude/guidelines/python/Machine-Learning.md
docs/to_claude/guidelines/python/NOT-FULL-PYTEST-BUT-PARTIAL-PYTEST.md
docs/to_claude/guidelines/python/django.md
docs/to_claude/guidelines/python/env.md
docs/to_claude/guidelines/python/general.md
docs/to_claude/guidelines/python/zen_of_python.md
docs/to_claude/guidelines/python/official/cipdb-README.md
docs/to_claude/guidelines/python/official/fastmcp-README.md
docs/to_claude/guidelines/python/official/fastmcp-TESTING.md
docs/to_claude/guidelines/python/official/icecream-README.md
docs/to_claude/guidelines/python/official/priority_config-README.md
docs/to_claude/guidelines/python/scitex/01-basic.md
docs/to_claude/guidelines/python/scitex/02-file-template.md
docs/to_claude/guidelines/python/scitex/03-configuration.md
docs/to_claude/guidelines/python/scitex/04-coding-style.md
docs/to_claude/guidelines/python/scitex/05-testing-guide.md
docs/to_claude/guidelines/python/scitex/06-examples-guide.md
docs/to_claude/guidelines/python/scitex/11-gen-module.md
docs/to_claude/guidelines/python/scitex/11-session-module.md
docs/to_claude/guidelines/python/scitex/12-io-module.md
docs/to_claude/guidelines/python/scitex/13-plt-module.md
docs/to_claude/guidelines/python/scitex/14-dsp-module.md
docs/to_claude/guidelines/python/scitex/15-pd-module.md
docs/to_claude/guidelines/python/scitex/16-stats-module.md
docs/to_claude/guidelines/python/scitex/17-other-modules.md
docs/to_claude/guidelines/python/scitex/17-str-module.md
docs/to_claude/guidelines/python/scitex/18-directory-structure-for-scientific-work.md
docs/to_claude/guidelines/python/scitex/19-directory-structure-for-pip-package.md
docs/to_claude/guidelines/python/scitex/99-example-project.md
docs/to_claude/guidelines/science/IMPORTANT-general.md
docs/to_claude/guidelines/science/IMPORTANT-scientific-attitude.md
docs/to_claude/guidelines/science/scientific-writing-abstract.md
docs/to_claude/guidelines/science/scientific-writing-discussion.md
docs/to_claude/guidelines/science/scientific-writing-general-1.md
docs/to_claude/guidelines/science/scientific-writing-general-2.md
docs/to_claude/guidelines/science/scientific-writing-introduction.md
docs/to_claude/guidelines/science/scientific-writing-methods.md
docs/to_claude/guidelines/shell/IMPORTANT-general.md
docs/to_claude/hooks/.gitignore
docs/to_claude/hooks/HOOK_SWITCH_README.md
docs/to_claude/hooks/README.md
docs/to_claude/hooks/hook_switch_helper.sh
docs/to_claude/hooks/settings.json.example
docs/to_claude/hooks/notification/notify_email.sh
docs/to_claude/hooks/notification/notify_voice.sh
docs/to_claude/hooks/post-tool-use/auto_compact.sh
docs/to_claude/hooks/post-tool-use/ensure_executable.sh
docs/to_claude/hooks/post-tool-use/format_code.sh
docs/to_claude/hooks/post-tool-use/format_code_prettier.sh
docs/to_claude/hooks/post-tool-use/run_lint.sh
docs/to_claude/hooks/post-tool-use/run_tests.sh
docs/to_claude/hooks/pre-tool-use/deny_direct_scitex_skills_update.sh
docs/to_claude/hooks/pre-tool-use/deny_inline_script_in_html.sh
docs/to_claude/hooks/pre-tool-use/deny_inline_style_in_html.sh
docs/to_claude/hooks/pre-tool-use/enforce_delegation.sh
docs/to_claude/hooks/pre-tool-use/enforce_force_flag.sh
docs/to_claude/hooks/pre-tool-use/enforce_git_dash_C.sh
docs/to_claude/hooks/pre-tool-use/enforce_pytest_fullpath.sh
docs/to_claude/hooks/pre-tool-use/inhibit_project_root_pollution.sh
docs/to_claude/hooks/pre-tool-use/limit_line_numbers.sh
docs/to_claude/hooks/pre-tool-use/log_pre_tool_use.sh
docs/to_claude/hooks/pre-tool-use/pipe-stage-permissions.sh
docs/to_claude/hooks/pre-tool-use/warn_orchestrator_delegation.sh
docs/to_claude/hooks/project-switch/hook_switch_helper.sh
docs/to_claude/hooks/project-switch/project-root-pollution-criteria-example.yaml
docs/to_claude/hooks/project-switch/switch-example.yaml
docs/to_claude/hooks/session-start/hello_world.sh
docs/to_claude/hooks/stop/ON_STOP.md
docs/to_claude/hooks/stop/check_local_rules.sh
docs/to_claude/skills/SKILL.md
docs/to_claude/skills/playwright-cli/SKILL.md
docs/to_claude/skills/playwright-cli/.playwright-cli/page-2026-03-18T00-06-06-843Z.yml
docs/to_claude/skills/playwright-cli/.playwright-cli/page-2026-03-18T00-11-50-735Z.yml
docs/to_claude/skills/playwright-cli/references/request-mocking.md
docs/to_claude/skills/playwright-cli/references/running-code.md
docs/to_claude/skills/playwright-cli/references/session-management.md
docs/to_claude/skills/playwright-cli/references/storage-state.md
docs/to_claude/skills/playwright-cli/references/test-generation.md
docs/to_claude/skills/playwright-cli/references/tracing.md
docs/to_claude/skills/playwright-cli/references/video-recording.md
docs/to_claude/skills/pptx/LICENSE.txt
docs/to_claude/skills/pptx/SKILL.md
docs/to_claude/skills/pptx/editing.md
docs/to_claude/skills/pptx/pptxgenjs.md
docs/to_claude/skills/pptx/scripts/__init__.py
docs/to_claude/skills/pptx/scripts/add_slide.py
docs/to_claude/skills/pptx/scripts/clean.py
docs/to_claude/skills/pptx/scripts/thumbnail.py
docs/to_claude/skills/pptx/scripts/office/pack.py
docs/to_claude/skills/pptx/scripts/office/soffice.py
docs/to_claude/skills/pptx/scripts/office/unpack.py
docs/to_claude/skills/pptx/scripts/office/validate.py
docs/to_claude/skills/pptx/scripts/office/helpers/__init__.py
docs/to_claude/skills/pptx/scripts/office/helpers/merge_runs.py
docs/to_claude/skills/pptx/scripts/office/helpers/simplify_redlines.py
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/mce/mc.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/microsoft/wml-2010.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/microsoft/wml-2012.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/microsoft/wml-2018.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/microsoft/wml-cex-2018.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/microsoft/wml-cid-2016.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd
docs/to_claude/skills/pptx/scripts/office/schemas/microsoft/wml-symex-2015.xsd
docs/to_claude/skills/pptx/scripts/office/validators/__init__.py
docs/to_claude/skills/pptx/scripts/office/validators/base.py
docs/to_claude/skills/pptx/scripts/office/validators/docx.py
docs/to_claude/skills/pptx/scripts/office/validators/pptx.py
docs/to_claude/skills/pptx/scripts/office/validators/redlining.py
docs/to_claude/skills/skill-creator/LICENSE.txt
docs/to_claude/skills/skill-creator/SKILL.md
docs/to_claude/skills/skill-creator/agents/analyzer.md
docs/to_claude/skills/skill-creator/agents/comparator.md
docs/to_claude/skills/skill-creator/agents/grader.md
docs/to_claude/skills/skill-creator/assets/eval_review.html
docs/to_claude/skills/skill-creator/eval-viewer/generate_review.py
docs/to_claude/skills/skill-creator/eval-viewer/viewer.html
docs/to_claude/skills/skill-creator/references/schemas.md
docs/to_claude/skills/skill-creator/scripts/__init__.py
docs/to_claude/skills/skill-creator/scripts/aggregate_benchmark.py
docs/to_claude/skills/skill-creator/scripts/generate_report.py
docs/to_claude/skills/skill-creator/scripts/improve_description.py
docs/to_claude/skills/skill-creator/scripts/package_skill.py
docs/to_claude/skills/skill-creator/scripts/quick_validate.py
docs/to_claude/skills/skill-creator/scripts/run_eval.py
docs/to_claude/skills/skill-creator/scripts/run_loop.py
docs/to_claude/skills/skill-creator/scripts/utils.py
docs/to_claude/skills/xlsx/LICENSE.txt
docs/to_claude/skills/xlsx/SKILL.md
docs/to_claude/skills/xlsx/scripts/recalc.py
docs/to_claude/skills/xlsx/scripts/office/pack.py
docs/to_claude/skills/xlsx/scripts/office/soffice.py
docs/to_claude/skills/xlsx/scripts/office/unpack.py
docs/to_claude/skills/xlsx/scripts/office/validate.py
docs/to_claude/skills/xlsx/scripts/office/helpers/__init__.py
docs/to_claude/skills/xlsx/scripts/office/helpers/merge_runs.py
docs/to_claude/skills/xlsx/scripts/office/helpers/simplify_redlines.py
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/mce/mc.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/microsoft/wml-2010.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/microsoft/wml-2012.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/microsoft/wml-2018.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/microsoft/wml-cex-2018.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/microsoft/wml-cid-2016.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd
docs/to_claude/skills/xlsx/scripts/office/schemas/microsoft/wml-symex-2015.xsd
docs/to_claude/skills/xlsx/scripts/office/validators/__init__.py
docs/to_claude/skills/xlsx/scripts/office/validators/base.py
docs/to_claude/skills/xlsx/scripts/office/validators/docx.py
docs/to_claude/skills/xlsx/scripts/office/validators/pptx.py
docs/to_claude/skills/xlsx/scripts/office/validators/redlining.py
examples/00_run_all.sh
examples/01_unified_search.py
examples/02_version_management.py
examples/03_docs_aggregation.py
examples/README.md
examples/01_unified_search_out/search_results.json
examples/01_unified_search_out/FINISHED_ERROR/2026Y-05M-01D-10h29m24s_P0Pq-main/CONFIGS/CONFIG.pkl
examples/01_unified_search_out/FINISHED_ERROR/2026Y-05M-01D-10h29m24s_P0Pq-main/CONFIGS/CONFIG.yaml
examples/01_unified_search_out/FINISHED_ERROR/2026Y-05M-01D-10h30m20s_C1l4-main/CONFIGS/CONFIG.pkl
examples/01_unified_search_out/FINISHED_ERROR/2026Y-05M-01D-10h30m20s_C1l4-main/CONFIGS/CONFIG.yaml
examples/02_version_management_out/mismatches.json
examples/02_version_management_out/versions.json
examples/03_docs_aggregation_out/docs_overview.json
examples/03_docs_aggregation_out/docs_search.json
scripts/quality/README.md
scripts/quality/__init__.py
scripts/quality/audit_doc_examples.py
scripts/quality/audit_ecosystem.py
scripts/quality/audit_license.py
scripts/quality/audit_line_limits.py
scripts/quality/audit_test_scope.py
scripts/quality/fix_license.py
scripts/quality/line_limits_allowlist.txt
src/scitex_dev/__init__.py
src/scitex_dev/__main__.py
src/scitex_dev/_audit_disclaimer.py
src/scitex_dev/_skills_quality.py
src/scitex_dev/_skills_quality_pytest.py
src/scitex_dev/cli.py
src/scitex_dev/decorators.py
src/scitex_dev/ecosystem.py
src/scitex_dev/ssh.py
src/scitex_dev/test_runner.py
src/scitex_dev.egg-info/PKG-INFO
src/scitex_dev.egg-info/SOURCES.txt
src/scitex_dev.egg-info/dependency_links.txt
src/scitex_dev.egg-info/entry_points.txt
src/scitex_dev.egg-info/requires.txt
src/scitex_dev.egg-info/top_level.txt
src/scitex_dev/_cli/__init__.py
src/scitex_dev/_cli/_completion.py
src/scitex_dev/_cli/_doctor.py
src/scitex_dev/_cli/_rename.py
src/scitex_dev/_cli/_root.py
src/scitex_dev/_cli/_stats.py
src/scitex_dev/_cli/_utils.py
src/scitex_dev/_cli/audit/__init__.py
src/scitex_dev/_cli/audit/_api/__init__.py
src/scitex_dev/_cli/audit/_api/_audit.py
src/scitex_dev/_cli/audit/_config/__init__.py
src/scitex_dev/_cli/audit/_config/_loader.py
src/scitex_dev/_cli/audit/_project/__init__.py
src/scitex_dev/_cli/audit/_project/_audit.py
src/scitex_dev/_cli/audit/_project/_check_dev_extras_complete.py
src/scitex_dev/_cli/audit/_project/_check_env_example.py
src/scitex_dev/_cli/audit/_project/_check_examples.py
src/scitex_dev/_cli/audit/_project/_check_flat_layout.py
src/scitex_dev/_cli/audit/_project/_check_orphan_hint.py
src/scitex_dev/_cli/audit/_project/_check_readme_badge_position.py
src/scitex_dev/_cli/audit/_project/_check_readme_badges.py
src/scitex_dev/_cli/audit/_project/_check_readme_sections.py
src/scitex_dev/_cli/audit/_project/_check_sphinx_html.py
src/scitex_dev/_cli/audit/_project/_check_umbrella_dep_and_integration.py
src/scitex_dev/_cli/audit/_skills/__init__.py
src/scitex_dev/_cli/audit/_skills/_audit.py
src/scitex_dev/_cli/audit/_skills/_audit_v2.py
src/scitex_dev/_cli/audit/_summary/__init__.py
src/scitex_dev/_cli/audit/_summary/_audit.py
src/scitex_dev/_cli/audit/_summary/_mcp_audit.py
src/scitex_dev/_cli/audit/_summary/data/mobypos.txt.gz
src/scitex_dev/_cli/ecosystem/__init__.py
src/scitex_dev/_cli/ecosystem/_registry.py
src/scitex_dev/_cli/quality/__init__.py
src/scitex_dev/_cli/quality/_check.py
src/scitex_dev/_cli/quality/_frontmatter.py
src/scitex_dev/_cli/skills/__init__.py
src/scitex_dev/_cli/skills/_manage.py
src/scitex_dev/_cli/skills/_self_explain.py
src/scitex_dev/_cli/skills/_tags.py
src/scitex_dev/_core/__init__.py
src/scitex_dev/_core/audit_argparse_adapter.py
src/scitex_dev/_core/builder.py
src/scitex_dev/_core/cli_utils.py
src/scitex_dev/_core/config.py
src/scitex_dev/_core/decorators.py
src/scitex_dev/_core/discovery.py
src/scitex_dev/_core/dispatch.py
src/scitex_dev/_core/dist_info.py
src/scitex_dev/_core/errors.py
src/scitex_dev/_core/imports.py
src/scitex_dev/_core/introspect.py
src/scitex_dev/_core/manifest.py
src/scitex_dev/_core/side_effects.py
src/scitex_dev/_core/types.py
src/scitex_dev/_docs/__init__.py
src/scitex_dev/_docs/docs.py
src/scitex_dev/_docs/search.py
src/scitex_dev/_ecosystem/__init__.py
src/scitex_dev/_ecosystem/_core.py
src/scitex_dev/_ecosystem/_git_ops.py
src/scitex_dev/_ecosystem/_graph.py
src/scitex_dev/_ecosystem/_packages.py
src/scitex_dev/_ecosystem/click_helpers.py
src/scitex_dev/_ecosystem/_mcp/__init__.py
src/scitex_dev/_ecosystem/_mcp/_compat.py
src/scitex_dev/_ecosystem/_mcp/_core.py
src/scitex_dev/_ecosystem/_mcp/_utils.py
src/scitex_dev/_ecosystem/_release/__init__.py
src/scitex_dev/_ecosystem/_release/pyproject_lint.py
src/scitex_dev/_ecosystem/_skills/__init__.py
src/scitex_dev/_ecosystem/_skills/_scaffold.py
src/scitex_dev/_ecosystem/_skills/skills.py
src/scitex_dev/_ecosystem/_skills/skills_audit_core.py
src/scitex_dev/_ecosystem/_skills/skills_categories.py
src/scitex_dev/_ecosystem/_skills/skills_pypi.py
src/scitex_dev/_ecosystem/_skills/skills_quality.py
src/scitex_dev/_ecosystem/_skills/skills_quality_pytest.py
src/scitex_dev/_ecosystem/_skills/skills_verify.py
src/scitex_dev/_mcp/__init__.py
src/scitex_dev/_mcp/_server.py
src/scitex_dev/_release/__init__.py
src/scitex_dev/_release/check_editable_drift.py
src/scitex_dev/_release/ci.py
src/scitex_dev/_release/deploy.py
src/scitex_dev/_release/fix.py
src/scitex_dev/_release/github.py
src/scitex_dev/_release/publisher.py
src/scitex_dev/_release/pypi_package_data.py
src/scitex_dev/_release/rtd.py
src/scitex_dev/_release/rtd_onboard.py
src/scitex_dev/_release/version_fixer.py
src/scitex_dev/_release/versions.py
src/scitex_dev/_skills/general/01_ecosystem_01_upstream-and-downstream.md
src/scitex_dev/_skills/general/01_ecosystem_02_dependency-and-version-pinning.md
src/scitex_dev/_skills/general/01_ecosystem_03_modules-and-standalone-packages.md
src/scitex_dev/_skills/general/01_ecosystem_04_environment-variables.md
src/scitex_dev/_skills/general/01_ecosystem_05_re-export.md
src/scitex_dev/_skills/general/01_ecosystem_06_local-state-directories.md
src/scitex_dev/_skills/general/01_ecosystem_07_license-and-cla.md
src/scitex_dev/_skills/general/02_package_01_project-structure-root.md
src/scitex_dev/_skills/general/02_package_02_project-structure-src.md
src/scitex_dev/_skills/general/02_package_03_project-structure-scripts.md
src/scitex_dev/_skills/general/02_package_04_project-structure-makefile.md
src/scitex_dev/_skills/general/02_package_05_project-structure-examples.md
src/scitex_dev/_skills/general/02_package_06_project-structure-tests.md
src/scitex_dev/_skills/general/02_package_07_github-actions.md
src/scitex_dev/_skills/general/02_package_08_quality.md
src/scitex_dev/_skills/general/02_package_09_browser-automation-debugging.md
src/scitex_dev/_skills/general/03_interface_00_overview.md
src/scitex_dev/_skills/general/04_docs_01_readme.md
src/scitex_dev/_skills/general/04_docs_01_readme_template.md
src/scitex_dev/_skills/general/04_docs_02_sphinx.md
src/scitex_dev/_skills/general/04_docs_03_env-vars-and-state.md
src/scitex_dev/_skills/general/04_docs_03_rtd.md
src/scitex_dev/_skills/general/05_development_01_version-control.md
src/scitex_dev/_skills/general/05_development_02_periodic-audits.md
src/scitex_dev/_skills/general/05_development_03_release-automation.md
src/scitex_dev/_skills/general/05_development_04_skills-self-explain.md
src/scitex_dev/_skills/general/40_playground.md
src/scitex_dev/_skills/general/98_quality_01_failure-playbook.md
src/scitex_dev/_skills/general/99_quality_02_checklist.md
src/scitex_dev/_skills/general/SKILL.md
src/scitex_dev/_skills/general/03_interface_01_python-api/01_overview.md
src/scitex_dev/_skills/general/03_interface_01_python-api/02_naming-and-visibility.md
src/scitex_dev/_skills/general/03_interface_01_python-api/03_version-strategy.md
src/scitex_dev/_skills/general/03_interface_01_python-api/04_lazy-imports-and-optional-deps.md
src/scitex_dev/_skills/general/03_interface_01_python-api/05_docstring-standards.md
src/scitex_dev/_skills/general/03_interface_01_python-api/06_type-hints.md
src/scitex_dev/_skills/general/03_interface_01_python-api/07_decorators-post-import.md
src/scitex_dev/_skills/general/03_interface_01_python-api/08_submodule-exposure.md
src/scitex_dev/_skills/general/03_interface_01_python-api/09_error-handling.md
src/scitex_dev/_skills/general/03_interface_01_python-api/10_introspection-commands.md
src/scitex_dev/_skills/general/03_interface_01_python-api/11_import-conventions.md
src/scitex_dev/_skills/general/03_interface_01_python-api/12_audit-checklist.md
src/scitex_dev/_skills/general/03_interface_01_python-api/13_imports-and-shadowing.md
src/scitex_dev/_skills/general/03_interface_01_python-api/SKILL.md
src/scitex_dev/_skills/general/03_interface_01_python-api/TODO.md
src/scitex_dev/_skills/general/03_interface_02_cli/01_overview.md
src/scitex_dev/_skills/general/03_interface_02_cli/02_subcommand-structure-noun-verb.md
src/scitex_dev/_skills/general/03_interface_02_cli/03_required-introspection-commands.md
src/scitex_dev/_skills/general/03_interface_02_cli/04_exceptions.md
src/scitex_dev/_skills/general/03_interface_02_cli/05_pass-through.md
src/scitex_dev/_skills/general/03_interface_02_cli/05a_umbrella-passthrough.md
src/scitex_dev/_skills/general/03_interface_02_cli/06_noun-verb-catalog.md
src/scitex_dev/_skills/general/03_interface_02_cli/07_audit-cli.md
src/scitex_dev/_skills/general/03_interface_02_cli/08_universal-flags.md
src/scitex_dev/_skills/general/03_interface_02_cli/09_exit-codes.md
src/scitex_dev/_skills/general/03_interface_02_cli/10_help-format.md
src/scitex_dev/_skills/general/03_interface_02_cli/11_deprecation.md
src/scitex_dev/_skills/general/03_interface_02_cli/12_config-and-env.md
src/scitex_dev/_skills/general/03_interface_02_cli/13_mcp-parity.md
src/scitex_dev/_skills/general/03_interface_02_cli/14_stdout-stderr.md
src/scitex_dev/_skills/general/03_interface_02_cli/15_audit-checklist.md
src/scitex_dev/_skills/general/03_interface_02_cli/16_example.md
src/scitex_dev/_skills/general/03_interface_02_cli/17_option-positional-ordering.md
src/scitex_dev/_skills/general/03_interface_02_cli/DRIFT_REPORT.md
src/scitex_dev/_skills/general/03_interface_02_cli/SKILL.md
src/scitex_dev/_skills/general/03_interface_02_cli/TODO.md
src/scitex_dev/_skills/general/03_interface_03_mcp/01_overview.md
src/scitex_dev/_skills/general/03_interface_03_mcp/02_server-registration.md
src/scitex_dev/_skills/general/03_interface_03_mcp/03_tool-naming.md
src/scitex_dev/_skills/general/03_interface_03_mcp/04_required-subcommands.md
src/scitex_dev/_skills/general/03_interface_03_mcp/05_list-tools-ladder.md
src/scitex_dev/_skills/general/03_interface_03_mcp/06_skills-integration.md
src/scitex_dev/_skills/general/03_interface_03_mcp/07_python-api-parity.md
src/scitex_dev/_skills/general/03_interface_03_mcp/08_audit-mcp-tools.md
src/scitex_dev/_skills/general/03_interface_03_mcp/09_lessons-and-pitfalls.md
src/scitex_dev/_skills/general/03_interface_03_mcp/10_audit-checklist.md
src/scitex_dev/_skills/general/03_interface_03_mcp/MCP_DRIFT_REPORT.md
src/scitex_dev/_skills/general/03_interface_03_mcp/SKILL.md
src/scitex_dev/_skills/general/03_interface_03_mcp/TODO.md
src/scitex_dev/_skills/general/03_interface_04_skills/01_overview.md
src/scitex_dev/_skills/general/03_interface_04_skills/02_directory-layout.md
src/scitex_dev/_skills/general/03_interface_04_skills/03_skill-md-as-index.md
src/scitex_dev/_skills/general/03_interface_04_skills/04_numbered-prefix-convention.md
src/scitex_dev/_skills/general/03_interface_04_skills/05_frontmatter-metadata.md
src/scitex_dev/_skills/general/03_interface_04_skills/06_public-vs-private.md
src/scitex_dev/_skills/general/03_interface_04_skills/07_registration.md
src/scitex_dev/_skills/general/03_interface_04_skills/08_editable-installation.md
src/scitex_dev/_skills/general/03_interface_04_skills/09_export-commands.md
src/scitex_dev/_skills/general/03_interface_04_skills/10_how-to-update.md
src/scitex_dev/_skills/general/03_interface_04_skills/11_troubleshooting.md
src/scitex_dev/_skills/general/03_interface_04_skills/12_quality-checklist.md
src/scitex_dev/_skills/general/03_interface_04_skills/13_standard-template.md
src/scitex_dev/_skills/general/03_interface_04_skills/14_general-skills-inheritance.md
src/scitex_dev/_skills/general/03_interface_04_skills/SKILL.md
src/scitex_dev/_skills/general/03_interface_04_skills/TODO.md
src/scitex_dev/_skills/general/03_interface_05_http-api/01_overview.md
src/scitex_dev/_skills/general/03_interface_05_http-api/02_framework-choice.md
src/scitex_dev/_skills/general/03_interface_05_http-api/03_endpoint-conventions.md
src/scitex_dev/_skills/general/03_interface_05_http-api/04_error-envelope.md
src/scitex_dev/_skills/general/03_interface_05_http-api/05_health-and-ops.md
src/scitex_dev/_skills/general/03_interface_05_http-api/06_auth.md
src/scitex_dev/_skills/general/03_interface_05_http-api/07_cli-integration.md
src/scitex_dev/_skills/general/03_interface_05_http-api/08_a2a-pattern.md
src/scitex_dev/_skills/general/03_interface_05_http-api/09_audit-checklist.md
src/scitex_dev/_skills/general/03_interface_05_http-api/SKILL.md
src/scitex_dev/_skills/general/03_interface_05_http-api/TODO.md
src/scitex_dev/_skills/scientific/00_planning_01_hypotheses-agreement.md
src/scitex_dev/_skills/scientific/01_figures_01_standards.md
src/scitex_dev/_skills/scientific/02_research-project_01_project-structure-root.md
src/scitex_dev/_skills/scientific/02_research-project_02_project-structure-scripts.md
src/scitex_dev/_skills/scientific/02_research-project_03_project-structure-config-and-data.md
src/scitex_dev/_skills/scientific/02_research-project_04_project-structure-makefile.md
src/scitex_dev/_skills/scientific/02_research-project_05_project-structure-examples.md
src/scitex_dev/_skills/scientific/02_research-project_06_project-structure-tests.md
src/scitex_dev/_skills/scientific/02_research-project_07_config-and-parameters.md
src/scitex_dev/_skills/scientific/02_research-project_08_cohort-datasets.md
src/scitex_dev/_skills/scientific/02_research-project_09_id-readability-and-data-immutability.md
src/scitex_dev/_skills/scientific/02_research-project_10_naming-and-numbering.md
src/scitex_dev/_skills/scientific/03_reporting_01_pdf-reports.md
src/scitex_dev/_skills/scientific/99_lessons-learned.md
src/scitex_dev/_skills/scientific/SKILL.md
src/scitex_dev/_skills/scitex-dev/01_installation.md
src/scitex_dev/_skills/scitex-dev/02_quick-start.md
src/scitex_dev/_skills/scitex-dev/03_python-api.md
src/scitex_dev/_skills/scitex-dev/04_cli-reference.md
src/scitex_dev/_skills/scitex-dev/10_result-types.md
src/scitex_dev/_skills/scitex-dev/11_cli-mcp-utils.md
src/scitex_dev/_skills/scitex-dev/12_config.md
src/scitex_dev/_skills/scitex-dev/13_versions.md
src/scitex_dev/_skills/scitex-dev/14_ecosystem.md
src/scitex_dev/_skills/scitex-dev/15_rename.md
src/scitex_dev/_skills/scitex-dev/16_docs-search.md
src/scitex_dev/_skills/scitex-dev/17_test-runner.md
src/scitex_dev/_skills/scitex-dev/18_full-update.md
src/scitex_dev/_skills/scitex-dev/19_release-deploy.md
src/scitex_dev/_skills/scitex-dev/20_env-vars.md
src/scitex_dev/_skills/scitex-dev/21_dynamic-audit.md
src/scitex_dev/_skills/scitex-dev/30_agentic-test-overview.md
src/scitex_dev/_skills/scitex-dev/31_agentic-test-skills.md
src/scitex_dev/_skills/scitex-dev/32_agentic-test-mcp.md
src/scitex_dev/_skills/scitex-dev/40_distribution.md
src/scitex_dev/_skills/scitex-dev/SKILL.md
src/scitex_dev/_skills/scitex-dev/examples/skill_eval_example.json
src/scitex_dev/_sphinx_html/.buildinfo
src/scitex_dev/_sphinx_html/.nojekyll
src/scitex_dev/_sphinx_html/api.html
src/scitex_dev/_sphinx_html/cli.html
src/scitex_dev/_sphinx_html/genindex.html
src/scitex_dev/_sphinx_html/index.html
src/scitex_dev/_sphinx_html/objects.inv
src/scitex_dev/_sphinx_html/py-modindex.html
src/scitex_dev/_sphinx_html/quickstart.html
src/scitex_dev/_sphinx_html/search.html
src/scitex_dev/_sphinx_html/searchindex.js
src/scitex_dev/_sphinx_html/.doctrees/api.doctree
src/scitex_dev/_sphinx_html/.doctrees/cli.doctree
src/scitex_dev/_sphinx_html/.doctrees/environment.pickle
src/scitex_dev/_sphinx_html/.doctrees/index.doctree
src/scitex_dev/_sphinx_html/.doctrees/quickstart.doctree
src/scitex_dev/_sphinx_html/.doctrees/search.doctree
src/scitex_dev/_sphinx_html/.doctrees/__intersphinx_cache__/python_objects.inv
src/scitex_dev/_sphinx_html/_modules/index.html
src/scitex_dev/_sphinx_html/_modules/scitex_dev/_core/dispatch.html
src/scitex_dev/_sphinx_html/_sources/api.rst.txt
src/scitex_dev/_sphinx_html/_sources/cli.rst.txt
src/scitex_dev/_sphinx_html/_sources/index.rst.txt
src/scitex_dev/_sphinx_html/_sources/quickstart.rst.txt
src/scitex_dev/_sphinx_html/_sources/search.rst.txt
src/scitex_dev/_sphinx_html/_static/_sphinx_javascript_frameworks_compat.js
src/scitex_dev/_sphinx_html/_static/base-stemmer.js
src/scitex_dev/_sphinx_html/_static/basic.css
src/scitex_dev/_sphinx_html/_static/check-solid.svg
src/scitex_dev/_sphinx_html/_static/clipboard.min.js
src/scitex_dev/_sphinx_html/_static/copy-button.svg
src/scitex_dev/_sphinx_html/_static/copybutton.css
src/scitex_dev/_sphinx_html/_static/copybutton.js
src/scitex_dev/_sphinx_html/_static/copybutton_funcs.js
src/scitex_dev/_sphinx_html/_static/doctools.js
src/scitex_dev/_sphinx_html/_static/documentation_options.js
src/scitex_dev/_sphinx_html/_static/english-stemmer.js
src/scitex_dev/_sphinx_html/_static/file.png
src/scitex_dev/_sphinx_html/_static/jquery.js
src/scitex_dev/_sphinx_html/_static/language_data.js
src/scitex_dev/_sphinx_html/_static/minus.png
src/scitex_dev/_sphinx_html/_static/plus.png
src/scitex_dev/_sphinx_html/_static/pygments.css
src/scitex_dev/_sphinx_html/_static/searchtools.js
src/scitex_dev/_sphinx_html/_static/sphinx_highlight.js
src/scitex_dev/_sphinx_html/_static/css/badge_only.css
src/scitex_dev/_sphinx_html/_static/css/theme.css
src/scitex_dev/_sphinx_html/_static/css/fonts/Roboto-Slab-Bold.woff
src/scitex_dev/_sphinx_html/_static/css/fonts/Roboto-Slab-Bold.woff2
src/scitex_dev/_sphinx_html/_static/css/fonts/Roboto-Slab-Regular.woff
src/scitex_dev/_sphinx_html/_static/css/fonts/Roboto-Slab-Regular.woff2
src/scitex_dev/_sphinx_html/_static/css/fonts/fontawesome-webfont.eot
src/scitex_dev/_sphinx_html/_static/css/fonts/fontawesome-webfont.svg
src/scitex_dev/_sphinx_html/_static/css/fonts/fontawesome-webfont.ttf
src/scitex_dev/_sphinx_html/_static/css/fonts/fontawesome-webfont.woff
src/scitex_dev/_sphinx_html/_static/css/fonts/fontawesome-webfont.woff2
src/scitex_dev/_sphinx_html/_static/css/fonts/lato-bold-italic.woff
src/scitex_dev/_sphinx_html/_static/css/fonts/lato-bold-italic.woff2
src/scitex_dev/_sphinx_html/_static/css/fonts/lato-bold.woff
src/scitex_dev/_sphinx_html/_static/css/fonts/lato-bold.woff2
src/scitex_dev/_sphinx_html/_static/css/fonts/lato-normal-italic.woff
src/scitex_dev/_sphinx_html/_static/css/fonts/lato-normal-italic.woff2
src/scitex_dev/_sphinx_html/_static/css/fonts/lato-normal.woff
src/scitex_dev/_sphinx_html/_static/css/fonts/lato-normal.woff2
src/scitex_dev/_sphinx_html/_static/fonts/Lato/lato-bold.eot
src/scitex_dev/_sphinx_html/_static/fonts/Lato/lato-bold.ttf
src/scitex_dev/_sphinx_html/_static/fonts/Lato/lato-bold.woff
src/scitex_dev/_sphinx_html/_static/fonts/Lato/lato-bold.woff2
src/scitex_dev/_sphinx_html/_static/fonts/Lato/lato-bolditalic.eot
src/scitex_dev/_sphinx_html/_static/fonts/Lato/lato-bolditalic.ttf
src/scitex_dev/_sphinx_html/_static/fonts/Lato/lato-bolditalic.woff
src/scitex_dev/_sphinx_html/_static/fonts/Lato/lato-bolditalic.woff2
src/scitex_dev/_sphinx_html/_static/fonts/Lato/lato-italic.eot
src/scitex_dev/_sphinx_html/_static/fonts/Lato/lato-italic.ttf
src/scitex_dev/_sphinx_html/_static/fonts/Lato/lato-italic.woff
src/scitex_dev/_sphinx_html/_static/fonts/Lato/lato-italic.woff2
src/scitex_dev/_sphinx_html/_static/fonts/Lato/lato-regular.eot
src/scitex_dev/_sphinx_html/_static/fonts/Lato/lato-regular.ttf
src/scitex_dev/_sphinx_html/_static/fonts/Lato/lato-regular.woff
src/scitex_dev/_sphinx_html/_static/fonts/Lato/lato-regular.woff2
src/scitex_dev/_sphinx_html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
src/scitex_dev/_sphinx_html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
src/scitex_dev/_sphinx_html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
src/scitex_dev/_sphinx_html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
src/scitex_dev/_sphinx_html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
src/scitex_dev/_sphinx_html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
src/scitex_dev/_sphinx_html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
src/scitex_dev/_sphinx_html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
src/scitex_dev/_sphinx_html/_static/js/badge_only.js
src/scitex_dev/_sphinx_html/_static/js/theme.js
src/scitex_dev/_sphinx_html/_static/js/versions.js
src/scitex_dev/_sync/__init__.py
src/scitex_dev/_sync/_local.py
src/scitex_dev/_sync/_remote.py
src/scitex_dev/_sync/_tags.py
src/scitex_dev/dashboard/__init__.py
src/scitex_dev/dashboard/_app.py
src/scitex_dev/dashboard/_routes.py
src/scitex_dev/dashboard/_scripts.py
src/scitex_dev/dashboard/_styles.py
src/scitex_dev/dashboard/_templates.py
src/scitex_dev/dashboard/app.py
src/scitex_dev/dashboard/routes.py
src/scitex_dev/dashboard/scripts.py
src/scitex_dev/dashboard/styles.py
src/scitex_dev/dashboard/templates.py
src/scitex_dev/dashboard/_scripts/__init__.py
src/scitex_dev/dashboard/_scripts/_cards.py
src/scitex_dev/dashboard/_scripts/_core.py
src/scitex_dev/dashboard/_scripts/_filters.py
src/scitex_dev/dashboard/_scripts/_render.py
src/scitex_dev/dashboard/_scripts/_utils.py
src/scitex_dev/dashboard/scripts/__init__.py
src/scitex_dev/dashboard/scripts/cards.py
src/scitex_dev/dashboard/scripts/core.py
src/scitex_dev/dashboard/scripts/filters.py
src/scitex_dev/dashboard/scripts/render.py
src/scitex_dev/dashboard/scripts/utils.py
src/scitex_dev/dashboard/static/version-dashboard-favicon.svg
src/scitex_dev/dev_mcp/__init__.py
src/scitex_dev/dev_mcp/handlers.py
src/scitex_dev/rename/__init__.py
src/scitex_dev/rename/config.py
src/scitex_dev/rename/core.py
src/scitex_dev/rename/filters.py
src/scitex_dev/rename/io.py
src/scitex_dev/rename/safety.py
src/scitex_dev/rename/steps.py
src/scitex_dev/testing/__init__.py
src/scitex_dev/testing/_audit_conformance.py
tests/__init__.py
tests/conftest.py
tests/develop/__init__.py
tests/develop/test_audit.py
tests/examples/test_01_unified_search.py
tests/examples/test_02_version_management.py
tests/examples/test_03_docs_aggregation.py
tests/integration/__init__.py
tests/integration/test_cross_package_imports.py
tests/scitex_dev/__init__.py
tests/scitex_dev/_cli/__init__.py
tests/scitex_dev/_cli/test__rename.py
tests/scitex_dev/_cli/test__utils.py
tests/scitex_dev/_cli/audit/__init__.py
tests/scitex_dev/_cli/audit/_api/__init__.py
tests/scitex_dev/_cli/audit/_api/test__audit.py
tests/scitex_dev/_cli/audit/_config/__init__.py
tests/scitex_dev/_cli/audit/_config/test__loader.py
tests/scitex_dev/_cli/audit/_project/__init__.py
tests/scitex_dev/_cli/audit/_project/test__audit.py
tests/scitex_dev/_cli/audit/_skills/__init__.py
tests/scitex_dev/_cli/audit/_skills/test__audit.py
tests/scitex_dev/_cli/audit/_summary/__init__.py
tests/scitex_dev/_cli/audit/_summary/test__audit.py
tests/scitex_dev/_cli/audit/_summary/test__mcp_audit.py
tests/scitex_dev/_cli/ecosystem/__init__.py
tests/scitex_dev/_cli/ecosystem/test__registry.py
tests/scitex_dev/_cli/quality/__init__.py
tests/scitex_dev/_cli/quality/test__check.py
tests/scitex_dev/_cli/quality/test__frontmatter.py
tests/scitex_dev/_cli/skills/__init__.py
tests/scitex_dev/_cli/skills/test__manage.py
tests/scitex_dev/_cli/skills/test__self_explain.py
tests/scitex_dev/_core/__init__.py
tests/scitex_dev/_core/test_decorators.py
tests/scitex_dev/_core/test_discovery.py
tests/scitex_dev/_core/test_errors.py
tests/scitex_dev/_core/test_imports.py
tests/scitex_dev/_core/test_manifest.py
tests/scitex_dev/_core/test_side_effects.py
tests/scitex_dev/_core/test_types.py
tests/scitex_dev/_docs/__init__.py
tests/scitex_dev/_docs/test_docs.py
tests/scitex_dev/_docs/test_search.py
tests/scitex_dev/_ecosystem/__init__.py
tests/scitex_dev/_ecosystem/test__packages.py
tests/scitex_dev/_ecosystem/_mcp/__init__.py
tests/scitex_dev/_ecosystem/_mcp/test__utils.py
tests/scitex_dev/_ecosystem/_release/__init__.py
tests/scitex_dev/_ecosystem/_release/test_pyproject_lint.py
tests/scitex_dev/_ecosystem/_skills/__init__.py
tests/scitex_dev/_ecosystem/_skills/test_skills.py
tests/scitex_dev/_ecosystem/_skills/test_skills_quality.py
tests/scitex_dev/_mcp/__init__.py
tests/scitex_dev/_mcp/test__server.py
tests/scitex_dev/_release/__init__.py
tests/scitex_dev/_release/test_publisher.py
tests/scitex_dev/_release/test_pypi_package_data.py
tests/scitex_dev/_release/test_rtd_onboard.py
tests/scitex_dev/_release/test_version_fixer.py
tests/scitex_dev/_release/test_versions.py
tests/scitex_dev/_sync/__init__.py
tests/scitex_dev/_sync/test__local.py
tests/scitex_dev/dashboard/__init__.py
tests/scitex_dev/dashboard/test__app.py
tests/scitex_dev/dashboard/test__routes.py
tests/scitex_dev/dashboard/test__scripts.py
tests/scitex_dev/dashboard/test_app.py
tests/scitex_dev/dashboard/test_routes.py
tests/scitex_dev/dashboard/test_scripts.py
tests/scitex_dev/dashboard/_scripts/__init__.py
tests/scitex_dev/dashboard/_scripts/test__cards.py
tests/scitex_dev/dashboard/_scripts/test__core.py
tests/scitex_dev/dashboard/_scripts/test__filters.py
tests/scitex_dev/dashboard/_scripts/test__render.py
tests/scitex_dev/dashboard/_scripts/test__utils.py
tests/scitex_dev/dashboard/scripts/__init__.py
tests/scitex_dev/dashboard/scripts/test_cards.py
tests/scitex_dev/dashboard/scripts/test_core.py
tests/scitex_dev/dashboard/scripts/test_filters.py
tests/scitex_dev/dashboard/scripts/test_render.py
tests/scitex_dev/dashboard/scripts/test_utils.py
tests/scitex_dev/dev_mcp/__init__.py
tests/scitex_dev/dev_mcp/test_handlers.py
tests/scitex_dev/rename/__init__.py
tests/scitex_dev/rename/test_core.py
tests/scitex_dev/testing/__init__.py
tests/scitex_dev/testing/test__audit_conformance.py