scitex-dev 0.3.1__tar.gz → 0.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {scitex_dev-0.3.1/docs/to_claude → scitex_dev-0.3.2/.claude}/commands/audit.md +13 -11
- scitex_dev-0.3.2/.claude/commands/no-fallbacks.md +11 -0
- {scitex_dev-0.3.1/docs/to_claude → scitex_dev-0.3.2/.claude}/hooks/project-switch/hook_switch_helper.sh +6 -0
- {scitex_dev-0.3.1/docs/to_claude → scitex_dev-0.3.2/.claude}/skills/SKILL.md +2 -0
- scitex_dev-0.3.2/.claude/skills/playwright-cli/.playwright-cli/page-2026-03-18T00-06-06-843Z.yml +318 -0
- scitex_dev-0.3.2/.claude/skills/playwright-cli/.playwright-cli/page-2026-03-18T00-11-50-735Z.yml +327 -0
- scitex_dev-0.3.2/.claude/skills/pull-request/SKILL.md +189 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.gitignore +8 -0
- {scitex_dev-0.3.1/src/scitex_dev.egg-info → scitex_dev-0.3.2}/PKG-INFO +1 -1
- {scitex_dev-0.3.1/.claude → scitex_dev-0.3.2/docs/to_claude}/commands/audit.md +21 -3
- scitex_dev-0.3.2/docs/to_claude/commands/no-fallbacks.md +19 -0
- {scitex_dev-0.3.1/.claude → scitex_dev-0.3.2/docs/to_claude}/hooks/project-switch/hook_switch_helper.sh +6 -0
- {scitex_dev-0.3.1/docs/MASTER → scitex_dev-0.3.2/docs/to_claude}/skills/SKILL.md +2 -0
- scitex_dev-0.3.2/docs/to_claude/skills/playwright-cli/.playwright-cli/page-2026-03-18T00-06-06-843Z.yml +318 -0
- scitex_dev-0.3.2/docs/to_claude/skills/playwright-cli/.playwright-cli/page-2026-03-18T00-11-50-735Z.yml +327 -0
- scitex_dev-0.3.2/docs/to_claude/skills/pull-request/SKILL.md +189 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/pyproject.toml +1 -1
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/__init__.py +1 -1
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/_cli.py +5 -0
- scitex_dev-0.3.2/src/scitex_dev/_cli_completion.py +73 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/_cli_skills.py +32 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/skills.py +57 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2/src/scitex_dev.egg-info}/PKG-INFO +1 -1
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev.egg-info/SOURCES.txt +9 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/tests/test_discovery.py +13 -2
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/ArchitectAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/ArchitectAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/ArchitectAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/BulletinBoardOrganizerAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/BulletinBoardOrganizerAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/BulletinBoardOrganizerAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/DebuggerAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/DebuggerAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/DebuggerAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/ExamplesDeveloperAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/ExamplesDeveloperAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/ExamplesDeveloperAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/ExperimentationAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/ExperimentationAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/ExperimentationAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/GitHandlerAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/GitHandlerAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/GitHandlerAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/ResearcherAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/ResearcherAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/ResearcherAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/ReviewerAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/ReviewerAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/ReviewerAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/SciTeXTranslatorAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/SciTeXTranslatorAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/SciTeXTranslatorAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/SourceDeveloperAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/SourceDeveloperAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/SourceDeveloperAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/TestDeveloperAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/TestDeveloperAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/TestDeveloperAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/TestResultsReportAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/TestResultsReportAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/TestResultsReportAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/TestRunnerAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/TestRunnerAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/agents/TestRunnerAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/.old/audit_v01.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/.old/audit_v02-numbering.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/actions.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/advance.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/audit-paper.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/auto.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/bb.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/br.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/bug-report-solved.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/bug-report.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/bulletin-board.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/call.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/cleanup.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/cloud-refactor.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/communicate.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/context-analysis.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/critic.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/diagram.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/evaluate-project.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/examples.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/exit.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/factor-out.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/feature-request-check.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/feature-request-create.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/feature-request-reply.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/feature-request-solved.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/finalize.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/fo.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/follow-you.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/fr-check.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/fr-create.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/fr-reply.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/fy.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/git.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/minimize-api.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/minimize-api_v01.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/model_update.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/no-long-term-memory.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/plan.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/progress.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/read-the-docs.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/recall.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/refactor.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/reflect.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/rename.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/reports.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/resolve-conflicts.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/rollback.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/rtd.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/s.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/scitex-cloud-stage.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/scitex-delegation.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/scitex-deploy-prod.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/scitex-deploy-staging.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/scitex-versions.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/speak-signature.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/speak.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/speech.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/tests.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/timeline.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/tree.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/tweet.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/understand-guidelines.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/update-guidelines.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/updated.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/vb.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/vc.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/version-bump.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/version-check.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/version-increment.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/vi.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/workflow.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/commands/worktree.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/.gitignore +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/HOOK_SWITCH_README.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/README.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/hook_switch_helper.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/notification/notify_email.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/notification/notify_voice.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/post-tool-use/ensure_executable.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/post-tool-use/format_code.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/post-tool-use/format_code_prettier.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/post-tool-use/log_post_tool_use.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/post-tool-use/log_post_tool_use_v01.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/post-tool-use/run_lint.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/post-tool-use/run_tests.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/pre-tool-use/.old/enforce_force_flag_v01-f.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/pre-tool-use/.old/pipe-stage-permissions_v01-may-have-negative-effects.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/pre-tool-use/deny_inline_script_in_html.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/pre-tool-use/deny_inline_style_in_html.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/pre-tool-use/enforce_force_flag.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/pre-tool-use/enforce_git_dash_C.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/pre-tool-use/enforce_pytest_fullpath.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/pre-tool-use/inhibit_project_root_pollution.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/pre-tool-use/limit_line_numbers.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/pre-tool-use/log_pre_tool_use.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/pre-tool-use/pipe-stage-permissions.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/project-switch/project-root-pollution-criteria-example.yaml +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/project-switch/switch-example.yaml +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/session-start/hello_world.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/settings.json.example +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/stop/ON_STOP.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/hooks/stop/check_local_rules.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/command-line-tools/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/command-line-tools/command_line_tools.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/development-philosophy/01_DEVELOPMENT_CYCLE.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/development-philosophy/02_NAMING_CONVENSIONS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/development-philosophy/03_ARCHITECTUAL_AGREEMENT_PROCESS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/development-philosophy/04_ARCHITECTURE_PREDEFINED.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/development-philosophy/05_PRIORITY_CONFIG.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/development-philosophy/06_MULTIPLE_SPECIAL_AGENTS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/development-philosophy/07_DEBUGGING_TECHNIQUES.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/development-philosophy/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/elisp-development/ELISP-01-basic.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/elisp-development/ELISP-02-project-structure.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/elisp-development/ELISP-03-file-template.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/elisp-development/ELISP-04-coding-style.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/elisp-development/ELISP-05-testing-guide.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/elisp-development/ELISP-99-example-project.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/elisp-development/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/elisp-development/ci.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/elisp-development/testing-with-docker.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/playwright-cli/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/playwright-cli/references/request-mocking.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/playwright-cli/references/running-code.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/playwright-cli/references/session-management.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/playwright-cli/references/storage-state.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/playwright-cli/references/test-generation.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/playwright-cli/references/tracing.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/playwright-cli/references/video-recording.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/EXAMPLE-README-MODULE-ROOT.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/EXAMPLE-README-REPOSITORY-ROOT.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/art-of-readable-code.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/art-of-testing.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/clean-code.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/cleanliness.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/debugging-message.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/do-not-repeat-yourself.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/documentation-performance-claims.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/emacs-server.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/general.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/keep-it-simple-stupid.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/refactoring.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/regression-prevention.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/renaming-and-cleaning-workflow.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/screen.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/slurm.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/start-from-small.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/test-driven-workflow.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/programming-common/version-control.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/project-management/CLAUDE_ID.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/project-management/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/project-management/beyond-control.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/project-management/bug-report.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/project-management/cleanliness.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/project-management/communication.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/project-management/do-not-create-any-new-file-nor-directory-in-project-root.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/project-management/documentation.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/project-management/feature-request.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/project-management/general-multi-agent-coordination.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/project-management/general.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/project-management/multi-agent-protocol.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/project-management/project-management-bulletin-board.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/project-management/project-management-markdown.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/project-management/project-management-org.org +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/project-management/report.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/project-management/timeline-gantt-chart.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/project-management/tools.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/project-management/understand-message-in-filename.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/python-scitex/CHECKLIST.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/python-scitex/HOW-TO-DEBUG-with-MULTIPLE_AGENTS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/python-scitex/Machine-Learning.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/python-scitex/NOT-FULL-PYTEST-BUT-PARTIAL-PYTEST.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/python-scitex/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/python-scitex/django.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/python-scitex/env.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/python-scitex/general.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/python-scitex/zen_of_python.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/scientific-writing/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/scientific-writing/scientific-writing-abstract.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/scientific-writing/scientific-writing-attitude.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/scientific-writing/scientific-writing-discussion.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/scientific-writing/scientific-writing-general-0.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/scientific-writing/scientific-writing-general-1.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/scientific-writing/scientific-writing-general-2.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/scientific-writing/scientific-writing-introduction.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/scientific-writing/scientific-writing-mermaid.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/scientific-writing/scientific-writing-methods.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/scitex-cloud/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/scitex-cloud/console-debugging.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/scitex-cloud/development-environment.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/scitex-cloud/django-organization.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/scitex-cloud/refactoring.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/scitex-cloud/typescript-vite.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/scitex-cloud/vite-architecture.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/shell-scripting/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.claude/skills/shell-scripting/general.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.github/workflows/cla.yml +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.github/workflows/publish-pypi.yml +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.github/workflows/test.yml +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.readthedocs.yaml +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/.readthedocs.yml +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/CLA.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/CONTRIBUTING.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/LICENSE +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/README.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/MASTER/00_SCITEX_UPSTREAM_AND_DOWNSTREAM_RULES.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/MASTER/skills/01-package-architecture.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/MASTER/skills/02-io-cascade.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/MASTER/skills/03-testing-scope.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/MASTER/skills/04-shared-ui.md +0 -0
- {scitex_dev-0.3.1/.claude → scitex_dev-0.3.2/docs/MASTER}/skills/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/scitex-icon-navy-inverted.png +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/scitex-logo-blue-cropped.png +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/sphinx/api.rst +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/sphinx/cli.rst +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/sphinx/conf.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/sphinx/index.rst +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/sphinx/quickstart.rst +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/sphinx/requirements.txt +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/sphinx/search.rst +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/ArchitectAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/ArchitectAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/ArchitectAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/BulletinBoardOrganizerAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/BulletinBoardOrganizerAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/BulletinBoardOrganizerAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/DebuggerAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/DebuggerAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/DebuggerAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/ExamplesDeveloperAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/ExamplesDeveloperAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/ExamplesDeveloperAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/ExperimentationAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/ExperimentationAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/ExperimentationAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/GitHandlerAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/GitHandlerAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/GitHandlerAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/ResearcherAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/ResearcherAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/ResearcherAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/ReviewerAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/ReviewerAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/ReviewerAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/SciTeXTranslatorAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/SciTeXTranslatorAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/SciTeXTranslatorAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/SourceDeveloperAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/SourceDeveloperAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/SourceDeveloperAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/TestDeveloperAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/TestDeveloperAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/TestDeveloperAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/TestResultsReportAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/TestResultsReportAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/TestResultsReportAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/TestRunnerAgent-HAIKU.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/TestRunnerAgent-OPUS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/agents/TestRunnerAgent-SONNET.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/cld_usage_web.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/elisp/check_parens.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/elisp/elisp-ci/README.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/elisp/elisp-ci/elisp-ci +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/elisp/elisp-ci/elisp-ci-simple +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/elisp/find_incorrect_require_provide_statements.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/elisp/run_tests_elisp.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/elisp/run_tests_elisp_v02.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/elisp/sync_elisp_tdd.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/general/claude_emacs_server.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/general/create_github_release.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/general/find_errors.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/general/render_mermaid.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/general/safe_rm.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/general/view_repo.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/general/wsl2-buzzer.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/python/black_all.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/python/run_tests_python_pip_package.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/safe_rm.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/slurm/README.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/slurm/login.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/slurm/request.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/bin/slurm/run.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/actions.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/advance.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/audit-paper.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/auto.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/bb.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/br.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/bug-report-solved.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/bug-report.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/bulletin-board.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/call.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/cleanup.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/cloud-refactor.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/communicate.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/context-analysis.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/critic.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/diagram.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/evaluate-project.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/examples.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/exit.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/factor-out.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/feature-request-check.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/feature-request-create.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/feature-request-reply.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/feature-request-solved.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/finalize.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/fo.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/follow-you.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/fr-check.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/fr-create.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/fr-reply.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/fy.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/git.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/minimize-api.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/minimize-api_v01.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/model_update.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/no-long-term-memory.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/plan.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/progress.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/read-the-docs.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/recall.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/refactor.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/reflect.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/rename.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/reports.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/resolve-conflicts.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/rollback.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/rtd.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/s.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/scitex-cloud-stage.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/scitex-deploy-prod.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/scitex-deploy-staging.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/scitex-versions.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/speak-signature.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/speak.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/speech.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/tests.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/timeline.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/tree.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/tweet.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/understand-guidelines.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/update-guidelines.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/updated.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/vb.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/vc.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/version-bump.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/version-check.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/version-increment.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/vi.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/workflow.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/commands/worktree.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/README.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/example-elisp-project-emacs-hello-world/ELISP-TEST-REPORT-20250513-012234-48-PASSED-49-TOTAL-97-PERCENT.org +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/example-elisp-project-emacs-hello-world/LATEST-ELISP-REPORT.org +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/example-elisp-project-emacs-hello-world/README.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/example-elisp-project-emacs-hello-world/run_tests.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/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 +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/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 +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/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 +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/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 +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/example-python-project-scitex/.gitignore +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/example-python-project-scitex/README.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/example-python-project-scitex/config/MNIST.yaml +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/example-python-project-scitex/config/PATH.yaml +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/example-python-project-scitex/data/.gitkeep +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/example-python-project-scitex/scripts/mnist/clf_svm.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/example-python-project-scitex/scripts/mnist/download.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/example-python-project-scitex/scripts/mnist/main.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/example-python-project-scitex/scripts/mnist/plot_conf_mat.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/example-python-project-scitex/scripts/mnist/plot_digits.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/example-python-project-scitex/scripts/mnist/plot_umap_space.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/.github/workflows/notification.yml +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/.github/workflows/validation.yml +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/.gitignore +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/.pre-commit-config.yaml +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/LICENSE +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/Makefile +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/README.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/config/mcp_config.json +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/examples/cli_workflows.ipynb +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/examples/getting_started.ipynb +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/00_PROJECT_DESCRIPTION.org +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/01_ARCHITECTURE.org +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/99_BULLETIN_BOARD.org +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/AGENTS/ArchitectAgent.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/AGENTS/BulletinBoardOrganizerAgent.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/AGENTS/DebuggerAgent.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/AGENTS/GitHandlerAgent.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/AGENTS/SourceDeveloperAgent.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/AGENTS/TestDeveloperAgent.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/AGENTS/TestResultsReportAgent.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/AGENTS/TestRunnerAgent.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/USER_PHILOSOPHY/00_PROJECT_DESCRIPTION_EXAMPLE.org +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/USER_PHILOSOPHY/01_DEVELOPMENT_CYCLE.org +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/USER_PHILOSOPHY/02_NAMING_CONVENSIONS.org +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/USER_PHILOSOPHY/03_ARCHITECTUAL_AGREEMENT_PROCESS.org +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/USER_PHILOSOPHY/03_ARCHITECTURE_EXAMPLE.org +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/USER_PHILOSOPHY/04_ARCHITECTURE_PREDEFINED.org +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/USER_PHILOSOPHY/05_PRIORITY_CONFIG.org +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/USER_PHILOSOPHY/06_MULTIPLE_SPECIAL_AGENTS.org +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/mgmt/USER_PHILOSOPHY/99_BULLETIN_BOARD_EXAMPLE.org +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/pyproject.toml +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/src/pip_project_template/__init__.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/src/pip_project_template/__main__.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/src/pip_project_template/cli/_GlobalArgumentParser.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/src/pip_project_template/cli/__init__.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/src/pip_project_template/cli/calculate.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/src/pip_project_template/cli/info.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/src/pip_project_template/cli/serve01.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/src/pip_project_template/cli/serve02.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/src/pip_project_template/core/_Calculator.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/src/pip_project_template/core/__init__.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/src/pip_project_template/mcp_servers/McpServer01.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/src/pip_project_template/mcp_servers/McpServer02.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/src/pip_project_template/types/_DataContainer.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/src/pip_project_template/types/__init__.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/src/pip_project_template/utils/__init__.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/src/pip_project_template/utils/_add.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/src/pip_project_template/utils/_multiply.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/custom/test_mcp_config.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/custom/test_pip_install.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/custom/test_src_test_agreement.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/custom/test_status.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/github_actions/README.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/github_actions/SETUP.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/github_actions/install_act.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/github_actions/run_ci_act_and_container.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/github_actions/run_ci_container.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/github_actions/run_ci_local.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/github_actions/setup_global_cache.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/pip_project_template/cli/test__GlobalArgumentParser.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/pip_project_template/cli/test___init__.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/pip_project_template/cli/test_calculate.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/pip_project_template/cli/test_info.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/pip_project_template/cli/test_serve01.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/pip_project_template/cli/test_serve02.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/pip_project_template/core/test__Calculator.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/pip_project_template/core/test_core_init.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/pip_project_template/mcp_servers/test_McpServer01.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/pip_project_template/mcp_servers/test_McpServer02.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/pip_project_template/test___main__.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/pip_project_template/test_package_init.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/pip_project_template/types/test__DataContainer.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/pip_project_template/types/test_types_init.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/pip_project_template/utils/test__add.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/pip_project_template/utils/test__multiply.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/pip_project_template/utils/test_utils_init.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/reports/ci_container_report.json +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/reports/setup_symlinks.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/examples/pip-project-template/tests/reports/test_report.json +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/README.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/USER_PHILOSOPHY/01_DEVELOPMENT_CYCLE.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/USER_PHILOSOPHY/02_NAMING_CONVENSIONS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/USER_PHILOSOPHY/03_ARCHITECTUAL_AGREEMENT_PROCESS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/USER_PHILOSOPHY/04_ARCHITECTURE_PREDEFINED.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/USER_PHILOSOPHY/05_PRIORITY_CONFIG.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/USER_PHILOSOPHY/06_MULTIPLE_SPECIAL_AGENTS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/USER_PHILOSOPHY/07_DEBUGGING_TECHNIQUES.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/command/IMPORTANT-rm.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/command/IMPORTANT-tree.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/elisp/IMPORTANT-ELISP-01-basic.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/elisp/IMPORTANT-ELISP-02-project-structure.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/elisp/IMPORTANT-ELISP-03-file-template.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/elisp/IMPORTANT-ELISP-04-coding-style.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/elisp/IMPORTANT-ELISP-05-testing-guide.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/elisp/IMPORTANT-ELISP-99-example-project.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/elisp/ci.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/elisp/testing-with-docker.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/examples/mgmt/ARCHITECTURE_EXAMPLE.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/examples/mgmt/BULLETIN_BOARD_EXAMPLE.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/examples/mgmt/PROJECT_DESCRIPTION_EXAMPLE.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/EXAMPLE-README-MODULE-ROOT.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/EXAMPLE-README-REPOSITORY-ROOT.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/IMPORTANT-art-of-readable-code.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/IMPORTANT-art-of-testing.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/IMPORTANT-cleanliness.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/IMPORTANT-documentation-performance-claims.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/IMPORTANT-general.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/IMPORTANT-refactoring.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/IMPORTANT-regression-prevention.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/IMPORTANT-slurm.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/IMPORTANT-start-from-small.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/IMPORTANT-test-driven-workflow.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/IMPORTANT-version-control.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/clean-code.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/debugging-message.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/do-not-repeat-yourself.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/emacs-server.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/keep-it-simple-stupid.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/renaming-and-cleaning-workflow.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/programming_common/screen.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/project/IMPORTANT-CLAUDE_ID.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/project/IMPORTANT-beyond-control.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/project/IMPORTANT-bug-report.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/project/IMPORTANT-cleanliness.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/project/IMPORTANT-communication.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/project/IMPORTANT-do-not-create-any-new-file-nor-directory-in-project-root.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/project/IMPORTANT-documentation.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/project/IMPORTANT-feature-request.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/project/IMPORTANT-general-multi-agent-coordination.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/project/IMPORTANT-multi-agent-protocol.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/project/IMPORTANT-project-management-bulletin-board.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/project/IMPORTANT-project-management-markdown.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/project/IMPORTANT-project-management-org.org +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/project/IMPORTANT-tools.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/project/IMPORTANT-understand-message-in-filename.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/project/general.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/project/report.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/project/timeline-gantt-chart.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/CHECKLIST.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/HOW-TO-DEBUG-with-MULTIPLE_AGENTS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/Machine-Learning.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/NOT-FULL-PYTEST-BUT-PARTIAL-PYTEST.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/django.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/env.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/general.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/official/cipdb-README.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/official/fastmcp-README.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/official/fastmcp-TESTING.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/official/icecream-README.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/official/priority_config-README.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/scitex/01-basic.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/scitex/02-file-template.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/scitex/03-configuration.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/scitex/04-coding-style.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/scitex/05-testing-guide.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/scitex/06-examples-guide.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/scitex/11-gen-module.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/scitex/11-session-module.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/scitex/12-io-module.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/scitex/13-plt-module.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/scitex/14-dsp-module.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/scitex/15-pd-module.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/scitex/16-stats-module.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/scitex/17-other-modules.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/scitex/17-str-module.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/scitex/18-directory-structure-for-scientific-work.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/scitex/19-directory-structure-for-pip-package.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/scitex/99-example-project.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/python/zen_of_python.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/science/IMPORTANT-general.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/science/IMPORTANT-scientific-attitude.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/science/scientific-writing-abstract.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/science/scientific-writing-discussion.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/science/scientific-writing-general-1.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/science/scientific-writing-general-2.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/science/scientific-writing-introduction.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/science/scientific-writing-methods.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/guidelines/shell/IMPORTANT-general.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/.gitignore +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/HOOK_SWITCH_README.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/README.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/hook_switch_helper.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/notification/.notify_voice.sh.log +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/notification/notify_email.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/notification/notify_voice.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/post-tool-use/.format_code.sh.log +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/post-tool-use/.run_lint.sh.log +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/post-tool-use/ensure_executable.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/post-tool-use/format_code.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/post-tool-use/format_code_prettier.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/post-tool-use/log_post_tool_use.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/post-tool-use/log_post_tool_use_v01.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/post-tool-use/run_lint.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/post-tool-use/run_tests.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/pre-tool-use/.deny_inline_script_in_html.sh.log +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/pre-tool-use/.deny_inline_style_in_html.sh.log +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/pre-tool-use/.enforce_force_flag.sh.log +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/pre-tool-use/.enforce_git_dash_C.sh.log +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/pre-tool-use/.inhibit_project_root_pollution.sh.log +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/pre-tool-use/.limit_line_numbers.sh.log +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/pre-tool-use/.pipe-stage-permissions.sh.log +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/pre-tool-use/deny_inline_script_in_html.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/pre-tool-use/deny_inline_style_in_html.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/pre-tool-use/enforce_force_flag.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/pre-tool-use/enforce_git_dash_C.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/pre-tool-use/enforce_pytest_fullpath.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/pre-tool-use/inhibit_project_root_pollution.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/pre-tool-use/limit_line_numbers.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/pre-tool-use/log_pre_tool_use.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/pre-tool-use/pipe-stage-permissions.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/project-switch/project-root-pollution-criteria-example.yaml +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/project-switch/switch-example.yaml +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/session-start/hello_world.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/settings.json.example +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/stop/ON_STOP.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/hooks/stop/check_local_rules.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/command-line-tools/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/command-line-tools/command_line_tools.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/development-philosophy/01_DEVELOPMENT_CYCLE.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/development-philosophy/02_NAMING_CONVENSIONS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/development-philosophy/03_ARCHITECTUAL_AGREEMENT_PROCESS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/development-philosophy/04_ARCHITECTURE_PREDEFINED.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/development-philosophy/05_PRIORITY_CONFIG.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/development-philosophy/06_MULTIPLE_SPECIAL_AGENTS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/development-philosophy/07_DEBUGGING_TECHNIQUES.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/development-philosophy/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/elisp-development/ELISP-01-basic.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/elisp-development/ELISP-02-project-structure.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/elisp-development/ELISP-03-file-template.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/elisp-development/ELISP-04-coding-style.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/elisp-development/ELISP-05-testing-guide.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/elisp-development/ELISP-99-example-project.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/elisp-development/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/elisp-development/ci.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/elisp-development/testing-with-docker.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/playwright-cli/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/playwright-cli/references/request-mocking.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/playwright-cli/references/running-code.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/playwright-cli/references/session-management.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/playwright-cli/references/storage-state.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/playwright-cli/references/test-generation.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/playwright-cli/references/tracing.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/playwright-cli/references/video-recording.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/EXAMPLE-README-MODULE-ROOT.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/EXAMPLE-README-REPOSITORY-ROOT.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/art-of-readable-code.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/art-of-testing.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/clean-code.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/cleanliness.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/debugging-message.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/do-not-repeat-yourself.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/documentation-performance-claims.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/emacs-server.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/general.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/keep-it-simple-stupid.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/refactoring.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/regression-prevention.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/renaming-and-cleaning-workflow.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/screen.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/slurm.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/start-from-small.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/test-driven-workflow.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/programming-common/version-control.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/project-management/CLAUDE_ID.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/project-management/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/project-management/beyond-control.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/project-management/bug-report.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/project-management/cleanliness.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/project-management/communication.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/project-management/do-not-create-any-new-file-nor-directory-in-project-root.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/project-management/documentation.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/project-management/feature-request.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/project-management/general-multi-agent-coordination.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/project-management/general.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/project-management/multi-agent-protocol.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/project-management/project-management-bulletin-board.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/project-management/project-management-markdown.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/project-management/project-management-org.org +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/project-management/report.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/project-management/timeline-gantt-chart.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/project-management/tools.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/project-management/understand-message-in-filename.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/python-scitex/CHECKLIST.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/python-scitex/HOW-TO-DEBUG-with-MULTIPLE_AGENTS.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/python-scitex/Machine-Learning.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/python-scitex/NOT-FULL-PYTEST-BUT-PARTIAL-PYTEST.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/python-scitex/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/python-scitex/django.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/python-scitex/env.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/python-scitex/general.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/python-scitex/zen_of_python.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/scientific-writing/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/scientific-writing/scientific-writing-abstract.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/scientific-writing/scientific-writing-attitude.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/scientific-writing/scientific-writing-discussion.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/scientific-writing/scientific-writing-general-0.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/scientific-writing/scientific-writing-general-1.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/scientific-writing/scientific-writing-general-2.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/scientific-writing/scientific-writing-introduction.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/scientific-writing/scientific-writing-mermaid.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/scientific-writing/scientific-writing-methods.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/scitex-cloud/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/scitex-cloud/console-debugging.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/scitex-cloud/development-environment.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/scitex-cloud/django-organization.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/scitex-cloud/refactoring.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/scitex-cloud/typescript-vite.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/scitex-cloud/vite-architecture.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/shell-scripting/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/docs/to_claude/skills/shell-scripting/general.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/examples/00_run_all.sh +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/examples/01_unified_search.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/examples/02_version_management.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/examples/03_docs_aggregation.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/examples/README.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/setup.cfg +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/_builder.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/_discovery.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/_introspect.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/_manifest.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/_mcp_compat.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/_mcp_server.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/cli.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/cli_utils.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/config.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/__init__.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/_app.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/_routes.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/_scripts/__init__.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/_scripts/_cards.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/_scripts/_core.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/_scripts/_filters.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/_scripts/_render.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/_scripts/_utils.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/_scripts.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/_styles.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/_templates.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/app.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/routes.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/scripts/__init__.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/scripts/cards.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/scripts/core.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/scripts/filters.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/scripts/render.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/scripts/utils.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/scripts.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/static/version-dashboard-favicon.svg +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/styles.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dashboard/templates.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/decorators.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dev_mcp/__init__.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/dev_mcp/handlers.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/docs.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/ecosystem.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/errors.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/fix.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/github.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/mcp.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/mcp_utils.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/rename/__init__.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/rename/config.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/rename/core.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/rename/filters.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/rename/io.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/rename/safety.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/rename/steps.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/rtd.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/search.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/side_effects.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/skills/SKILL.md +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/ssh.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/sync.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/sync_remote.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/test_runner.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/types.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev/versions.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev.egg-info/dependency_links.txt +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev.egg-info/entry_points.txt +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev.egg-info/requires.txt +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/src/scitex_dev.egg-info/top_level.txt +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/tests/test_cli_utils.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/tests/test_decorators.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/tests/test_docs.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/tests/test_errors.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/tests/test_manifest.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/tests/test_mcp_utils.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/tests/test_rename.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/tests/test_search.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/tests/test_side_effects.py +0 -0
- {scitex_dev-0.3.1 → scitex_dev-0.3.2}/tests/test_types.py +0 -0
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
<!-- ---
|
|
2
|
-
!-- Timestamp: 2026-03-20 05:13:18
|
|
3
|
-
!-- Author: ywatanabe
|
|
4
|
-
!-- File: /home/ywatanabe/.dotfiles/src/.claude/to_claude/commands/audit.md
|
|
5
|
-
!-- --- -->
|
|
6
|
-
|
|
7
1
|
## Audit
|
|
8
2
|
|
|
9
3
|
Is everything clean and professional? For example:
|
|
@@ -34,11 +28,15 @@ Is everything clean and professional? For example:
|
|
|
34
28
|
- [ ] Actual actions must be in verb form
|
|
35
29
|
- [ ] Use noun to organize hierarchy
|
|
36
30
|
- [ ] Noun forms for categorization, verb forms for actions
|
|
37
|
-
- [ ] Always have --
|
|
31
|
+
- [ ] Always have --json option
|
|
32
|
+
- [ ] Always have --dry-run option except for read-only commands
|
|
38
33
|
- [ ] Must support tab completion
|
|
39
|
-
- [ ]
|
|
40
|
-
- [ ]
|
|
34
|
+
- [ ] Must have examples in their help
|
|
35
|
+
- [ ] Must have readable outputs
|
|
41
36
|
- [ ] Use indents, spaces, column-alignment, additional newlines for logical chunks
|
|
37
|
+
- [ ] Must have these commands: mcp, docs, skills
|
|
38
|
+
- [ ] Learn how to write skills from ~/proj/scitex-stats
|
|
39
|
+
- [ ] Learn the codebase of the target project and write skills with working examples
|
|
42
40
|
|
|
43
41
|
### HTTP Service API
|
|
44
42
|
- [ ] No original logic - always delegate to CLI commands
|
|
@@ -192,7 +190,11 @@ Read /home/ywatanabe/proj/scitex-dev/docs/MASTER/00_SCITEX_UPSTREAM_AND_DOWNSTRE
|
|
|
192
190
|
### Unified MCP response format across all mounted MCP servers
|
|
193
191
|
### Wire `docs` entry points in all packages
|
|
194
192
|
|
|
193
|
+
## No fallbacks and No silent failures
|
|
194
|
+
- [ ] Do never allow for silent failures.
|
|
195
|
+
- [ ] Do never implement fallbacks unless user explicitly requests
|
|
196
|
+
- [ ] This is crucial to show errors as errros without hiding actual problems.
|
|
197
|
+
- [ ] For fallbacks user confirmed, please comment it in source code.
|
|
198
|
+
- [ ] Otherwise, no fallbacks accepted.
|
|
195
199
|
|
|
196
200
|
If you find room for improvement, do not hesitate but keep on working the remaining tasks
|
|
197
|
-
|
|
198
|
-
<!-- EOF -->
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
## No fallbacks and No silent failures
|
|
2
|
+
- [ ] Do never allow for silent failures.
|
|
3
|
+
- [ ] Do never implement fallbacks unless user explicitly requests
|
|
4
|
+
- [ ] This is crucial to show errors as errros without hiding actual problems.
|
|
5
|
+
- [ ] For fallbacks user confirmed, please comment it in source code.
|
|
6
|
+
- [ ] Otherwise, no fallbacks accepted.
|
|
7
|
+
- [ ] Red cases are useful. We have opportunities to improve. Do not hide them.
|
|
8
|
+
- [ ] False positives are really difficult to find and fix. Do not workaround problems silently.
|
|
9
|
+
- [ ] Not working must be not working.
|
|
10
|
+
- [ ] Not complete must be not complete.
|
|
11
|
+
- [ ] Just make everything clear and honest without false information.
|
|
@@ -42,6 +42,12 @@ is_hook_enabled() {
|
|
|
42
42
|
# Usage: check_hook_enabled_or_exit "script_name.sh" [switch_file_path]
|
|
43
43
|
# If no switch_file_path provided, uses centralized project-switch/switch.yaml
|
|
44
44
|
check_hook_enabled_or_exit() {
|
|
45
|
+
# Global kill switch: CLAUDE_CODE_DISABLE_HOOKS=1|true|True disables all hooks
|
|
46
|
+
# Useful when working on other projects (PRs, forks) that have their own conventions
|
|
47
|
+
case "${CLAUDE_CODE_DISABLE_HOOKS:-}" in
|
|
48
|
+
1 | true | True) exit 0 ;;
|
|
49
|
+
esac
|
|
50
|
+
|
|
45
51
|
local hook_name="$1"
|
|
46
52
|
local switch_file="${2:-}"
|
|
47
53
|
|
|
@@ -22,6 +22,7 @@ Personal skills collection for software development, scientific computing, and p
|
|
|
22
22
|
|
|
23
23
|
### Project & Workflow
|
|
24
24
|
- **project-management**: Project organization, bug reports, feature requests, multi-agent coordination
|
|
25
|
+
- **pull-request**: PR workflow for external and internal projects (fork, branch, style matching, hook management)
|
|
25
26
|
- **shell-scripting**: Shell/bash scripting best practices
|
|
26
27
|
- **command-line-tools**: Unix CLI tools (rm, tree, etc.)
|
|
27
28
|
|
|
@@ -37,6 +38,7 @@ Personal skills collection for software development, scientific computing, and p
|
|
|
37
38
|
| Writing Emacs Lisp | elisp-development |
|
|
38
39
|
| Starting a new project | development-philosophy |
|
|
39
40
|
| Managing tasks/bugs | project-management |
|
|
41
|
+
| Contributing PRs | pull-request |
|
|
40
42
|
| Writing papers | scientific-writing |
|
|
41
43
|
| Shell scripts | shell-scripting |
|
|
42
44
|
| CLI tool usage | command-line-tools |
|
scitex_dev-0.3.2/.claude/skills/playwright-cli/.playwright-cli/page-2026-03-18T00-06-06-843Z.yml
ADDED
|
@@ -0,0 +1,318 @@
|
|
|
1
|
+
- generic [active] [ref=e1]:
|
|
2
|
+
- banner [ref=e2]:
|
|
3
|
+
- generic [ref=e3]:
|
|
4
|
+
- generic [ref=e4]:
|
|
5
|
+
- link "SciTeX (Dev)" [ref=e5] [cursor=pointer]:
|
|
6
|
+
- /url: /
|
|
7
|
+
- img "SciTeX (Dev)" [ref=e6]
|
|
8
|
+
- generic [ref=e7]:
|
|
9
|
+
- button "dotfiles" [ref=e8] [cursor=pointer]:
|
|
10
|
+
- generic [ref=e9]: dotfiles
|
|
11
|
+
- img [ref=e10]
|
|
12
|
+
- text:
|
|
13
|
+
- text:
|
|
14
|
+
- generic [ref=e13]:
|
|
15
|
+
- textbox "Search or jump to..." [ref=e14]
|
|
16
|
+
- generic: /
|
|
17
|
+
- generic [ref=e15]:
|
|
18
|
+
- 'button "Current theme: 🌙 Dark" [ref=e16] [cursor=pointer]': 🌙 Toggle light/dark theme
|
|
19
|
+
- button " Product Tour" [ref=e17] [cursor=pointer]:
|
|
20
|
+
- generic [ref=e18]:
|
|
21
|
+
- text: Product Tour
|
|
22
|
+
- link " Keyboard Shortcuts (Alt+/ for quick view)" [ref=e19] [cursor=pointer]:
|
|
23
|
+
- /url: /keyboard-shortcuts/
|
|
24
|
+
- generic [ref=e20]:
|
|
25
|
+
- text: Keyboard Shortcuts (Alt+/ for quick view)
|
|
26
|
+
- generic [ref=e21]:
|
|
27
|
+
- button " Notifications" [ref=e22] [cursor=pointer]:
|
|
28
|
+
- generic [ref=e23]:
|
|
29
|
+
- text: Notifications
|
|
30
|
+
- text:
|
|
31
|
+
- 'link " Server: partial" [ref=e24] [cursor=pointer]':
|
|
32
|
+
- /url: /server-status/
|
|
33
|
+
- generic [ref=e26]:
|
|
34
|
+
- text: "Server: partial"
|
|
35
|
+
- generic [ref=e27]:
|
|
36
|
+
- 'button "Visitor #001 ⏰ 59:53" [ref=e28] [cursor=pointer]':
|
|
37
|
+
- img [ref=e29]
|
|
38
|
+
- generic [ref=e32]: "Visitor #001"
|
|
39
|
+
- generic [ref=e33]: ⏰ 59:53
|
|
40
|
+
- img [ref=e34]
|
|
41
|
+
- text:
|
|
42
|
+
- button "Hide header":
|
|
43
|
+
- generic:
|
|
44
|
+
- text: Hide header
|
|
45
|
+
- generic [ref=e36]:
|
|
46
|
+
- generic [ref=e38]:
|
|
47
|
+
- generic [ref=e40]:
|
|
48
|
+
- text:
|
|
49
|
+
- generic [ref=e41]:
|
|
50
|
+
- button " Console" [ref=e42] [cursor=pointer]:
|
|
51
|
+
- generic [ref=e43]:
|
|
52
|
+
- text: Console
|
|
53
|
+
- button " Chat" [ref=e44] [cursor=pointer]:
|
|
54
|
+
- generic [ref=e45]:
|
|
55
|
+
- text: Chat
|
|
56
|
+
- button "" [ref=e47] [cursor=pointer]:
|
|
57
|
+
- generic [ref=e48]:
|
|
58
|
+
- generic [ref=e49]:
|
|
59
|
+
- text: +
|
|
60
|
+
- generic [ref=e50]:
|
|
61
|
+
- generic [ref=e51]:
|
|
62
|
+
- button "+" [ref=e52] [cursor=pointer]:
|
|
63
|
+
- generic [ref=e53]: +
|
|
64
|
+
- generic "ai-panel-1e867933-affb-415f-b16c-92b8d0fff47d" [ref=e55] [cursor=pointer]:
|
|
65
|
+
- generic [ref=e56]: T1
|
|
66
|
+
- generic [ref=e61]:
|
|
67
|
+
- generic:
|
|
68
|
+
- textbox "Terminal input"
|
|
69
|
+
- generic [ref=e93]:
|
|
70
|
+
- generic [ref=e94]:
|
|
71
|
+
- generic [ref=e95]:
|
|
72
|
+
- text: Connected
|
|
73
|
+
- generic [ref=e96]:
|
|
74
|
+
- button "" [ref=e97] [cursor=pointer]:
|
|
75
|
+
- generic [ref=e98]:
|
|
76
|
+
- button "" [ref=e99] [cursor=pointer]:
|
|
77
|
+
- generic [ref=e100]:
|
|
78
|
+
- button "" [ref=e101] [cursor=pointer]:
|
|
79
|
+
- generic [ref=e102]:
|
|
80
|
+
- button "" [ref=e103] [cursor=pointer]:
|
|
81
|
+
- generic [ref=e104]:
|
|
82
|
+
- button "" [ref=e105] [cursor=pointer]:
|
|
83
|
+
- generic [ref=e106]:
|
|
84
|
+
- text:
|
|
85
|
+
- group [ref=e107]:
|
|
86
|
+
- generic "▸ Jobs No jobs " [ref=e108] [cursor=pointer]:
|
|
87
|
+
- text: ▸
|
|
88
|
+
- generic [ref=e109]:
|
|
89
|
+
- generic [ref=e110]: Jobs
|
|
90
|
+
- generic [ref=e111]: No jobs
|
|
91
|
+
- button "" [ref=e112]:
|
|
92
|
+
- generic [ref=e113]:
|
|
93
|
+
- text:
|
|
94
|
+
- generic [ref=e115]:
|
|
95
|
+
- generic [ref=e117]:
|
|
96
|
+
- text:
|
|
97
|
+
- generic [ref=e118]:
|
|
98
|
+
- generic [ref=e119]:
|
|
99
|
+
- text: visitor-001/dotfiles
|
|
100
|
+
- button "" [ref=e121] [cursor=pointer]:
|
|
101
|
+
- generic [ref=e122]:
|
|
102
|
+
- generic [ref=e123]:
|
|
103
|
+
- generic [ref=e125]:
|
|
104
|
+
- generic [ref=e127]:
|
|
105
|
+
- text:
|
|
106
|
+
- generic "AGENTS.md" [ref=e128] [cursor=pointer]:
|
|
107
|
+
- text:
|
|
108
|
+
- generic [ref=e130]: AGENTS.md
|
|
109
|
+
- generic "bash_profile" [ref=e131] [cursor=pointer]:
|
|
110
|
+
- text:
|
|
111
|
+
- generic [ref=e133]: bash_profile
|
|
112
|
+
- generic "bashrc" [ref=e134] [cursor=pointer]:
|
|
113
|
+
- text:
|
|
114
|
+
- generic [ref=e136]: bashrc
|
|
115
|
+
- generic "gitconfig" [ref=e137] [cursor=pointer]:
|
|
116
|
+
- text:
|
|
117
|
+
- generic [ref=e139]: gitconfig
|
|
118
|
+
- generic "install.sh" [ref=e140] [cursor=pointer]:
|
|
119
|
+
- text:
|
|
120
|
+
- generic [ref=e142]: install.sh
|
|
121
|
+
- generic "ipython" [ref=e143] [cursor=pointer]:
|
|
122
|
+
- button "▸" [ref=e144]:
|
|
123
|
+
- generic [ref=e145]: ▸
|
|
124
|
+
- text:
|
|
125
|
+
- generic [ref=e146]: ipython
|
|
126
|
+
- text:
|
|
127
|
+
- generic "README.md" [ref=e147] [cursor=pointer]:
|
|
128
|
+
- text:
|
|
129
|
+
- generic [ref=e149]: README.md
|
|
130
|
+
- generic "scitex" [ref=e150] [cursor=pointer]:
|
|
131
|
+
- button "▸" [ref=e151]:
|
|
132
|
+
- generic [ref=e152]: ▸
|
|
133
|
+
- text:
|
|
134
|
+
- generic [ref=e153]: scitex
|
|
135
|
+
- text: ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸ ▸
|
|
136
|
+
- generic "tmux.conf" [ref=e154] [cursor=pointer]:
|
|
137
|
+
- text:
|
|
138
|
+
- generic [ref=e156]: tmux.conf
|
|
139
|
+
- generic "vimrc" [ref=e157] [cursor=pointer]:
|
|
140
|
+
- text:
|
|
141
|
+
- generic [ref=e159]: vimrc
|
|
142
|
+
- text:
|
|
143
|
+
- generic [ref=e162] [cursor=pointer]:
|
|
144
|
+
- generic [ref=e163]:
|
|
145
|
+
- generic [ref=e164]: Recent
|
|
146
|
+
- generic [ref=e165]:
|
|
147
|
+
- button "" [ref=e166]:
|
|
148
|
+
- generic [ref=e167]:
|
|
149
|
+
- button "" [ref=e168]:
|
|
150
|
+
- generic [ref=e169]:
|
|
151
|
+
- button "" [ref=e170]:
|
|
152
|
+
- generic [ref=e171]:
|
|
153
|
+
- generic [ref=e173] [cursor=pointer]:
|
|
154
|
+
- generic [ref=e175]:
|
|
155
|
+
- text:
|
|
156
|
+
- generic "Viewer" [ref=e176]:
|
|
157
|
+
- generic [ref=e177]:
|
|
158
|
+
- text: Viewer
|
|
159
|
+
- text: " Supported formats: Text: .py .js .ts .html .css .json .md .yaml .sh .tex .bib .txt Image: .png .jpg .jpeg .gif .webp .svg .bmp .ico PDF: .pdf Table: .csv .tsv Diagram: .mmd .mermaid .dot .gv Audio: .mp3 .wav .ogg .flac .m4a .aac .wma Video: .mp4 .webm .avi .mov .mkv .ogv "
|
|
160
|
+
- text: Click to expand
|
|
161
|
+
- navigation [ref=e181]:
|
|
162
|
+
- link "Home" [ref=e182] [cursor=pointer]:
|
|
163
|
+
- /url: /apps/home/
|
|
164
|
+
- generic [ref=e183]:
|
|
165
|
+
- generic [ref=e184]: Home
|
|
166
|
+
- link "Writer" [ref=e185] [cursor=pointer]:
|
|
167
|
+
- /url: /apps/writer/
|
|
168
|
+
- generic [ref=e186]:
|
|
169
|
+
- generic [ref=e187]: Writer
|
|
170
|
+
- link "Scholar" [ref=e188] [cursor=pointer]:
|
|
171
|
+
- /url: /apps/scholar/
|
|
172
|
+
- generic [ref=e189]:
|
|
173
|
+
- generic [ref=e190]: Scholar
|
|
174
|
+
- link "Tools" [ref=e191] [cursor=pointer]:
|
|
175
|
+
- /url: /apps/tools/
|
|
176
|
+
- generic [ref=e192]:
|
|
177
|
+
- generic [ref=e193]: Tools
|
|
178
|
+
- link "FigRecipe" [ref=e194] [cursor=pointer]:
|
|
179
|
+
- /url: /apps/figrecipe/
|
|
180
|
+
- generic [ref=e195]:
|
|
181
|
+
- generic [ref=e196]: FigRecipe
|
|
182
|
+
- link "Discovery" [ref=e197] [cursor=pointer]:
|
|
183
|
+
- /url: /apps/discovery/
|
|
184
|
+
- generic [ref=e198]:
|
|
185
|
+
- generic [ref=e199]: Discovery
|
|
186
|
+
- link "Docs" [ref=e200] [cursor=pointer]:
|
|
187
|
+
- /url: /apps/docs/
|
|
188
|
+
- generic [ref=e201]:
|
|
189
|
+
- generic [ref=e202]: Docs
|
|
190
|
+
- link "Store" [ref=e203] [cursor=pointer]:
|
|
191
|
+
- /url: /apps/store/
|
|
192
|
+
- generic [ref=e204]:
|
|
193
|
+
- generic [ref=e205]: Store
|
|
194
|
+
- main [ref=e206]:
|
|
195
|
+
- generic [ref=e207]:
|
|
196
|
+
- generic [ref=e209] [cursor=pointer]:
|
|
197
|
+
- generic [ref=e211]:
|
|
198
|
+
- text:
|
|
199
|
+
- generic [ref=e212]: Chat & Console
|
|
200
|
+
- text:
|
|
201
|
+
- text: Click to expand
|
|
202
|
+
- generic [ref=e216]:
|
|
203
|
+
- text:
|
|
204
|
+
- generic [ref=e217]:
|
|
205
|
+
- generic [ref=e218]:
|
|
206
|
+
- text: visitor-001/dotfiles
|
|
207
|
+
- generic [ref=e221]:
|
|
208
|
+
- generic [ref=e222]:
|
|
209
|
+
- text: Failed to load writer.
|
|
210
|
+
- button "Show footer" [ref=e223] [cursor=pointer]:
|
|
211
|
+
- generic [ref=e224]:
|
|
212
|
+
- text: Show footer
|
|
213
|
+
- contentinfo [ref=e225] [cursor=pointer]:
|
|
214
|
+
- generic:
|
|
215
|
+
- generic:
|
|
216
|
+
- generic:
|
|
217
|
+
- generic:
|
|
218
|
+
- generic:
|
|
219
|
+
- heading "SciTeX" [level=3]
|
|
220
|
+
- paragraph: Research Automation for AI and Humans
|
|
221
|
+
- generic:
|
|
222
|
+
- link "":
|
|
223
|
+
- /url: https://github.com/ywatanabe1989
|
|
224
|
+
- generic:
|
|
225
|
+
- link "":
|
|
226
|
+
- /url: https://app.slack.com/client/T08TMR9RZQR/C08TMRA20AD
|
|
227
|
+
- generic:
|
|
228
|
+
- link "":
|
|
229
|
+
- /url: https://twitter.com/SciTeX_AI
|
|
230
|
+
- generic:
|
|
231
|
+
- link "":
|
|
232
|
+
- /url: https://www.linkedin.com/company/scitex-ai
|
|
233
|
+
- generic:
|
|
234
|
+
- link "":
|
|
235
|
+
- /url: https://www.linkedin.com/in/yusuke-watanabe-870953170/
|
|
236
|
+
- generic:
|
|
237
|
+
- link "":
|
|
238
|
+
- /url: https://www.youtube.com/@SciTeX-Official
|
|
239
|
+
- generic:
|
|
240
|
+
- paragraph:
|
|
241
|
+
- link " support@scitex.ai":
|
|
242
|
+
- /url: mailto:support@scitex.ai
|
|
243
|
+
- generic:
|
|
244
|
+
- text: support@scitex.ai
|
|
245
|
+
- paragraph: © 2025–2026 SciTeX. All rights reserved. v0.15.3
|
|
246
|
+
- generic:
|
|
247
|
+
- heading "Community" [level=3]
|
|
248
|
+
- list:
|
|
249
|
+
- listitem:
|
|
250
|
+
- link "About":
|
|
251
|
+
- /url: /about/
|
|
252
|
+
- listitem:
|
|
253
|
+
- link "Contributors":
|
|
254
|
+
- /url: /contributors/
|
|
255
|
+
- listitem:
|
|
256
|
+
- link "Publications":
|
|
257
|
+
- /url: /publications/
|
|
258
|
+
- listitem:
|
|
259
|
+
- link "Premium":
|
|
260
|
+
- /url: /pricing/
|
|
261
|
+
- listitem:
|
|
262
|
+
- link "Self-Hosting Guide":
|
|
263
|
+
- /url: /setup/
|
|
264
|
+
- generic:
|
|
265
|
+
- heading "Developers" [level=3]
|
|
266
|
+
- generic:
|
|
267
|
+
- list:
|
|
268
|
+
- listitem:
|
|
269
|
+
- link "Web API Docs":
|
|
270
|
+
- /url: /docs/web-api/
|
|
271
|
+
- listitem:
|
|
272
|
+
- link "Web API Tests":
|
|
273
|
+
- /url: /dev/tests/web-api/
|
|
274
|
+
- listitem:
|
|
275
|
+
- link "Releases":
|
|
276
|
+
- /url: /releases/
|
|
277
|
+
- list:
|
|
278
|
+
- listitem:
|
|
279
|
+
- link "Bug Reports":
|
|
280
|
+
- /url: /scitex-ai/scitex-cloud/issues
|
|
281
|
+
- listitem:
|
|
282
|
+
- link "Design System":
|
|
283
|
+
- /url: /dev/design/
|
|
284
|
+
- listitem:
|
|
285
|
+
- link "Server Status":
|
|
286
|
+
- /url: /server-status/
|
|
287
|
+
- generic:
|
|
288
|
+
- heading "Legal" [level=3]
|
|
289
|
+
- list:
|
|
290
|
+
- listitem:
|
|
291
|
+
- link "Terms":
|
|
292
|
+
- /url: /terms/
|
|
293
|
+
- listitem:
|
|
294
|
+
- link "Privacy":
|
|
295
|
+
- /url: /privacy/
|
|
296
|
+
- listitem:
|
|
297
|
+
- link "Cookies":
|
|
298
|
+
- /url: /cookies/
|
|
299
|
+
- generic:
|
|
300
|
+
- generic: "Dev Tools:"
|
|
301
|
+
- button " Refresh":
|
|
302
|
+
- generic:
|
|
303
|
+
- text: Refresh
|
|
304
|
+
- button " Clear Cache":
|
|
305
|
+
- generic:
|
|
306
|
+
- text: Clear Cache
|
|
307
|
+
- button " Init Visitors":
|
|
308
|
+
- generic:
|
|
309
|
+
- text: Init Visitors
|
|
310
|
+
- button " Fill Slots":
|
|
311
|
+
- generic:
|
|
312
|
+
- text: Fill Slots
|
|
313
|
+
- button " Free Slots":
|
|
314
|
+
- generic:
|
|
315
|
+
- text: Free Slots
|
|
316
|
+
- button " Cancel Jobs":
|
|
317
|
+
- generic:
|
|
318
|
+
- text: Cancel Jobs
|