gator-command 1.3.0__tar.gz → 1.4.0__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.
- {gator_command-1.3.0/src/gator_command.egg-info → gator_command-1.4.0}/PKG-INFO +1 -1
- {gator_command-1.3.0 → gator_command-1.4.0}/pyproject.toml +1 -1
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/cli.py +8 -7
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-deploy.py +3 -0
- gator_command-1.4.0/src/gator_command/scripts/gator-session-block.py +680 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-update.py +13 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gatorize.py +1 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/gator-update.py +116 -103
- {gator_command-1.3.0 → gator_command-1.4.0/src/gator_command.egg-info}/PKG-INFO +1 -1
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command.egg-info/SOURCES.txt +2 -0
- gator_command-1.4.0/tests/test_session_block.py +605 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/LICENSE +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/PYPI_README.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/README.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/setup.cfg +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/__init__.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/crawler.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/dashboard/dashboard.css +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/dashboard/dashboard.html +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/dashboard/dashboard.js +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/dashboard/views/audit.js +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/dashboard/views/fleet.js +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/dashboard/views/repo.js +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/dashboard/views/settings.js +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/dashboard/views/updates.js +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/enforcer-prompt.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/extract-claude-sessions.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/extract-codex-sessions.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/extract-gemini-sessions.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-audit-renderers.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-audit.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-charter-draft.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-charter-lint.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-charter-verify.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-dashboard.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-drift.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-enforce.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-fleet-intel.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-fleet-report.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-init-command-post.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-init.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-machine-id.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-policy-status.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-pulse.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-repo-status.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-session-aggregator.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-session-common.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-session-sink.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-sessions.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator-version.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator_core.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator_remote.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gator_runtime.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gatorize-actions.sh +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gatorize-lib.sh +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gatorize-post.sh +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/gatorize.sh +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/generate_markdown.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/generate_wiki.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/graph_health.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/memex-lint.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/memex-lint.sh +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/memex.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/memex_formatters.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/memex_state.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/scripts/spawn.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/blueprints/README.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/charterignore +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/charters/README.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/charters/_template.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/commands/commit.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/commands/init.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/commands/update.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/constitution.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/field-guides/README.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/gator-start-up.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/procedures/charter-alignment.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/procedures/enforcer-review.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/procedures/field-guide-generation.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/procedures/knowledge-capture.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/procedures/significance-check.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/reference-notes/concierge-responses.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/reference-notes/dangerous-patterns.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/reference-notes/dashboard-operations.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/reference-notes/enforcer-configuration.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/reference-notes/example-project.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/reference-notes/failure-modes-and-self-correction.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/reference-notes/git-workflow.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/reference-notes/identity-and-ownership.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/reference-notes/refactor-approach.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/reference-notes/what-gator-requires-from-a-model.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/reference-notes/why-navigation-coding-feels-different.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/reference-notes/workflow-profiles.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/__pycache__/enforcer-review.cpython-313.pyc +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/__pycache__/gator-approve.cpython-313.pyc +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/__pycache__/gator-init.cpython-313.pyc +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/__pycache__/gator-pre-commit.cpython-313.pyc +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/__pycache__/gator-update.cpython-313.pyc +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/enforcer-prompt.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/enforcer-review.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/gator-approve.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/gator-enforce.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/gator-init.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/gator-pre-commit.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/gator-pulse.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/gator-session-start.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/gator-version.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/gator_core.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/hooks/__pycache__/commit-msgcpython-313.pyc +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/hooks/__pycache__/post-commitcpython-313.pyc +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/hooks/__pycache__/pre-commitcpython-313.pyc +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/hooks/commit-msg +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/hooks/post-commit +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/scripts/hooks/pre-commit +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/sessions/.gitignore +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/vault/.gitkeep +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/vendor-hooks/claude-settings.json +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/vendor-hooks/codex-hooks.json +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/vendor-hooks/gemini-settings.json +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command/templates/gator-starter/whiteboard.md +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command.egg-info/dependency_links.txt +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command.egg-info/entry_points.txt +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/src/gator_command.egg-info/top_level.txt +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_audit.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_audit_integration.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_charter_lint.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_dashboard_sessions.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_deploy.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_drift.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_fleet_intel.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_fleet_report.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_gator_core.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_gatorize.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_hooks.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_init.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_memex_state.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_packaging.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_pre_commit.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_remote.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_session_aggregator.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_session_sink.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_session_start.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_sessions.py +0 -0
- {gator_command-1.3.0 → gator_command-1.4.0}/tests/test_vendor_hooks.py +0 -0
|
@@ -75,6 +75,7 @@ COMMANDS = {
|
|
|
75
75
|
"audit": ("gator-audit.py", "Run governance audit"),
|
|
76
76
|
"drift": ("gator-drift.py", "Check fleet for governance drift"),
|
|
77
77
|
"fleet": ("gator-fleet-report.py", "Fleet status report"),
|
|
78
|
+
"session-blocks": ("gator-session-block.py", "Generate session-block companions"),
|
|
78
79
|
}
|
|
79
80
|
|
|
80
81
|
|
|
@@ -121,13 +122,13 @@ def main():
|
|
|
121
122
|
_run_script(scripts_dir, script_name, remaining)
|
|
122
123
|
|
|
123
124
|
|
|
124
|
-
def _get_version():
|
|
125
|
-
"""Get version from the package's single-source version resolver."""
|
|
126
|
-
try:
|
|
127
|
-
from gator_command import __version__
|
|
128
|
-
return __version__
|
|
129
|
-
except ImportError:
|
|
130
|
-
return "unknown"
|
|
125
|
+
def _get_version():
|
|
126
|
+
"""Get version from the package's single-source version resolver."""
|
|
127
|
+
try:
|
|
128
|
+
from gator_command import __version__
|
|
129
|
+
return __version__
|
|
130
|
+
except ImportError:
|
|
131
|
+
return "unknown"
|
|
131
132
|
|
|
132
133
|
|
|
133
134
|
if __name__ == "__main__":
|
|
@@ -158,6 +158,9 @@ ROOT_GITIGNORE = (
|
|
|
158
158
|
"# Session snippets — contain machine-id, not for public repos\n"
|
|
159
159
|
".gator/session-snippets/\n"
|
|
160
160
|
"\n"
|
|
161
|
+
"# Session blocks — local-only transcript evidence\n"
|
|
162
|
+
".gator/session-blocks/\n"
|
|
163
|
+
"\n"
|
|
161
164
|
"# Machine-local state (not portable)\n"
|
|
162
165
|
".gator/product-source.json\n"
|
|
163
166
|
".gator/active-vendor-session.json\n"
|