LICENSE
README.md
pyproject.toml
gbc/__init__.py
gbc/entry.py
gbc/app/__init__.py
gbc/app/assets.py
gbc/app/config/__init__.py
gbc/app/config/backups.py
gbc/app/config/base.py
gbc/app/config/executor.py
gbc/app/config/project.py
gbc/app/core/__init__.py
gbc/app/core/env.py
gbc/app/core/executor.py
gbc/app/core/guarantee.py
gbc/app/i18n/__init__.py
gbc/app/i18n/lang.py
gbc/app/i18n/translate.py
gbc/app/intent/__init__.py
gbc/app/intent/base.py
gbc/app/intent/cli.py
gbc/app/intent/editor.py
gbc/app/interface/__init__.py
gbc/app/interface/base.py
gbc/app/interface/cli.py
gbc/app/interface/mcp.py
gbc/app/models/__init__.py
gbc/app/models/errors.py
gbc/app/models/meta.py
gbc/app/models/verify.py
gbc/app/utils/__init__.py
gbc/app/utils/file_utils.py
gbc/app/utils/gbc_md.py
gbc/app/utils/json_model_operator.py
gbc/app/utils/safe_file_writer.py
gbc/assets/editor/app.js
gbc/assets/editor/i18n.js
gbc/assets/editor/index.html
gbc/assets/editor/css/foundation.css
gbc/assets/editor/css/review.css
gbc/assets/editor/css/workspace.css
gbc/assets/editor/js/actions.js
gbc/assets/editor/js/api.js
gbc/assets/editor/js/diff.js
gbc/assets/editor/js/dom.js
gbc/assets/editor/js/editor-view.js
gbc/assets/editor/js/review-view.js
gbc/assets/editor/js/semantic.js
gbc/assets/editor/js/state.js
gbc/assets/editor/js/tree-view.js
gbc/assets/i18n/catalog/en.json
gbc/assets/i18n/catalog/zh.json
gbc/assets/i18n/texts/rules.en.md
gbc/assets/i18n/texts/rules.zh.md
gbc/assets/i18n/texts/setup.en.md
gbc/assets/i18n/texts/setup.zh.md
gbc/assets/skills/README.md
gbc/assets/skills/gbc-cli/SKILL.md
guarantee_based_coding.egg-info/PKG-INFO
guarantee_based_coding.egg-info/SOURCES.txt
guarantee_based_coding.egg-info/dependency_links.txt
guarantee_based_coding.egg-info/entry_points.txt
guarantee_based_coding.egg-info/requires.txt
guarantee_based_coding.egg-info/top_level.txt
tests/test_assets.py
tests/test_cli_commands.py
tests/test_config_project.py
tests/test_core_executor.py
tests/test_env_actions.py
tests/test_errors_i18n.py
tests/test_executor_externalized.py
tests/test_gbc_md.py
tests/test_guarantee_crud.py
tests/test_guarantee_deps.py
tests/test_guarantee_verify.py
tests/test_i18n.py
tests/test_intent_base.py
tests/test_intent_editor_api.py
tests/test_intent_flat.py
tests/test_interface_base_crud.py
tests/test_interface_base_deps.py
tests/test_interface_base_query.py
tests/test_interface_base_refactor.py
tests/test_json_model_and_file_utils.py
tests/test_mcp_doc_tools.py
tests/test_safe_file_writer.py