.gitignore
LICENSE
README.md
cmd_add.py
cmd_commit.py
cmd_diff.py
cmd_init.py
cmd_log.py
cmd_rev_parse.py
cmd_status.py
common.py
gitsl.py
pyproject.toml
pytest.ini
test
test.cmd
.github/workflows/ci.yml
.github/workflows/release.yml
.planning/INTEGRATION.md
.planning/MILESTONES.md
.planning/PROJECT.md
.planning/ROADMAP.md
.planning/STATE.md
.planning/config.json
.planning/milestones/v1.0-MILESTONE-AUDIT.md
.planning/milestones/v1.0-REQUIREMENTS.md
.planning/milestones/v1.0-ROADMAP.md
.planning/milestones/v1.1-MILESTONE-AUDIT.md
.planning/milestones/v1.1-REQUIREMENTS.md
.planning/milestones/v1.1-ROADMAP.md
.planning/phases/01-script-skeleton/01-01-PLAN.md
.planning/phases/01-script-skeleton/01-01-SUMMARY.md
.planning/phases/01-script-skeleton/01-RESEARCH.md
.planning/phases/01-script-skeleton/01-VERIFICATION.md
.planning/phases/02-e2e-test-infrastructure/02-01-PLAN.md
.planning/phases/02-e2e-test-infrastructure/02-01-SUMMARY.md
.planning/phases/02-e2e-test-infrastructure/02-02-PLAN.md
.planning/phases/02-e2e-test-infrastructure/02-02-SUMMARY.md
.planning/phases/02-e2e-test-infrastructure/02-RESEARCH.md
.planning/phases/02-e2e-test-infrastructure/02-VERIFICATION.md
.planning/phases/03-execution-pipeline/03-01-PLAN.md
.planning/phases/03-execution-pipeline/03-01-SUMMARY.md
.planning/phases/03-execution-pipeline/03-02-PLAN.md
.planning/phases/03-execution-pipeline/03-02-SUMMARY.md
.planning/phases/03-execution-pipeline/03-RESEARCH.md
.planning/phases/03-execution-pipeline/03-VERIFICATION.md
.planning/phases/04-direct-command-mappings/04-01-PLAN.md
.planning/phases/04-direct-command-mappings/04-01-SUMMARY.md
.planning/phases/04-direct-command-mappings/04-02-PLAN.md
.planning/phases/04-direct-command-mappings/04-02-SUMMARY.md
.planning/phases/04-direct-command-mappings/04-RESEARCH.md
.planning/phases/04-direct-command-mappings/04-VERIFICATION.md
.planning/phases/05-file-operation-commands/05-01-PLAN.md
.planning/phases/05-file-operation-commands/05-01-SUMMARY.md
.planning/phases/05-file-operation-commands/05-RESEARCH.md
.planning/phases/05-file-operation-commands/05-VERIFICATION.md
.planning/phases/06-status-output-emulation/06-01-PLAN.md
.planning/phases/06-status-output-emulation/06-01-SUMMARY.md
.planning/phases/06-status-output-emulation/06-RESEARCH.md
.planning/phases/06-status-output-emulation/06-VERIFICATION.md
.planning/phases/07-log-output-emulation/07-01-PLAN.md
.planning/phases/07-log-output-emulation/07-01-SUMMARY.md
.planning/phases/07-log-output-emulation/07-RESEARCH.md
.planning/phases/07-log-output-emulation/07-VERIFICATION.md
.planning/phases/08-add-u-emulation/08-01-PLAN.md
.planning/phases/08-add-u-emulation/08-01-SUMMARY.md
.planning/phases/08-add-u-emulation/08-RESEARCH.md
.planning/phases/08-add-u-emulation/08-VERIFICATION.md
.planning/phases/09-unsupported-command-handling/09-01-PLAN.md
.planning/phases/09-unsupported-command-handling/09-01-SUMMARY.md
.planning/phases/09-unsupported-command-handling/09-RESEARCH.md
.planning/phases/09-unsupported-command-handling/09-VERIFICATION.md
.planning/phases/10-cleanup/10-01-PLAN.md
.planning/phases/10-cleanup/10-01-SUMMARY.md
.planning/phases/10-cleanup/10-RESEARCH.md
.planning/phases/10-cleanup/10-VERIFICATION.md
.planning/phases/11-testing/11-01-PLAN.md
.planning/phases/11-testing/11-01-SUMMARY.md
.planning/phases/11-testing/11-02-PLAN.md
.planning/phases/11-testing/11-02-SUMMARY.md
.planning/phases/11-testing/11-CONTEXT.md
.planning/phases/11-testing/11-RESEARCH.md
.planning/phases/11-testing/11-UAT.md
.planning/phases/11-testing/11-VERIFICATION.md
.planning/phases/12-packaging/12-01-PLAN.md
.planning/phases/12-packaging/12-01-SUMMARY.md
.planning/phases/12-packaging/12-RESEARCH.md
.planning/phases/12-packaging/12-VERIFICATION.md
.planning/phases/13-cicd/13-01-PLAN.md
.planning/phases/13-cicd/13-01-SUMMARY.md
.planning/phases/13-cicd/13-02-PLAN.md
.planning/phases/13-cicd/13-02-SUMMARY.md
.planning/phases/13-cicd/13-RESEARCH.md
.planning/phases/13-cicd/13-VERIFICATION.md
.planning/phases/14-documentation/14-01-PLAN.md
.planning/phases/14-documentation/14-01-SUMMARY.md
.planning/phases/14-documentation/14-RESEARCH.md
.planning/phases/14-documentation/14-VERIFICATION.md
.planning/research/ARCHITECTURE.md
.planning/research/FEATURES.md
.planning/research/PITFALLS.md
.planning/research/STACK.md
.planning/research/SUMMARY.md
gitsl.egg-info/PKG-INFO
gitsl.egg-info/SOURCES.txt
gitsl.egg-info/dependency_links.txt
gitsl.egg-info/entry_points.txt
gitsl.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_add.py
tests/test_commit.py
tests/test_diff.py
tests/test_edge_cases.py
tests/test_error_conditions.py
tests/test_execution.py
tests/test_harness.py
tests/test_init.py
tests/test_log.py
tests/test_rev_parse.py
tests/test_status.py
tests/test_unsupported.py
tests/helpers/__init__.py
tests/helpers/commands.py
tests/helpers/comparison.py
tests/mocks/sl
tests/mocks/sl.cmd