gator-command 1.1.1__tar.gz → 1.1.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.
Files changed (134) hide show
  1. gator_command-1.1.2/PKG-INFO +98 -0
  2. gator_command-1.1.2/PYPI_README.md +74 -0
  3. {gator_command-1.1.1 → gator_command-1.1.2}/pyproject.toml +2 -2
  4. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/__init__.py +1 -1
  5. gator_command-1.1.2/src/gator_command.egg-info/PKG-INFO +98 -0
  6. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command.egg-info/SOURCES.txt +1 -0
  7. gator_command-1.1.1/PKG-INFO +0 -122
  8. gator_command-1.1.1/src/gator_command.egg-info/PKG-INFO +0 -122
  9. {gator_command-1.1.1 → gator_command-1.1.2}/LICENSE +0 -0
  10. {gator_command-1.1.1 → gator_command-1.1.2}/README.md +0 -0
  11. {gator_command-1.1.1 → gator_command-1.1.2}/setup.cfg +0 -0
  12. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/cli.py +0 -0
  13. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/crawler.py +0 -0
  14. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/dashboard/dashboard.css +0 -0
  15. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/dashboard/dashboard.html +0 -0
  16. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/dashboard/dashboard.js +0 -0
  17. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/dashboard/views/audit.js +0 -0
  18. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/dashboard/views/fleet.js +0 -0
  19. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/dashboard/views/repo.js +0 -0
  20. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/dashboard/views/settings.js +0 -0
  21. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/dashboard/views/updates.js +0 -0
  22. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/enforcer-prompt.md +0 -0
  23. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/extract-claude-sessions.py +0 -0
  24. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/extract-codex-sessions.py +0 -0
  25. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/extract-gemini-sessions.py +0 -0
  26. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-audit.py +0 -0
  27. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-charter-draft.py +0 -0
  28. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-charter-lint.py +0 -0
  29. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-charter-verify.py +0 -0
  30. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-dashboard.py +0 -0
  31. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-deploy.py +0 -0
  32. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-drift.py +0 -0
  33. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-enforce.py +0 -0
  34. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-fleet-intel.py +0 -0
  35. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-fleet-report.py +0 -0
  36. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-init-command-post.py +0 -0
  37. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-init.py +0 -0
  38. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-machine-id.py +0 -0
  39. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-policy-status.py +0 -0
  40. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-pulse.py +0 -0
  41. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-repo-status.py +0 -0
  42. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-session-common.py +0 -0
  43. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-session-sink.py +0 -0
  44. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-sessions.py +0 -0
  45. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-update.py +0 -0
  46. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator-version.py +0 -0
  47. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator_core.py +0 -0
  48. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator_remote.py +0 -0
  49. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gator_runtime.py +0 -0
  50. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gatorize-actions.sh +0 -0
  51. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gatorize-lib.sh +0 -0
  52. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gatorize-post.sh +0 -0
  53. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gatorize.py +0 -0
  54. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/gatorize.sh +0 -0
  55. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/generate_markdown.py +0 -0
  56. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/generate_wiki.py +0 -0
  57. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/graph_health.py +0 -0
  58. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/memex-lint.py +0 -0
  59. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/memex-lint.sh +0 -0
  60. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/memex.py +0 -0
  61. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/memex_formatters.py +0 -0
  62. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/memex_state.py +0 -0
  63. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/scripts/spawn.py +0 -0
  64. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/blueprints/README.md +0 -0
  65. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/charterignore +0 -0
  66. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/charters/README.md +0 -0
  67. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/charters/_template.md +0 -0
  68. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/commands/commit.md +0 -0
  69. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/commands/init.md +0 -0
  70. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/commands/update.md +0 -0
  71. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/constitution.md +0 -0
  72. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/field-guides/README.md +0 -0
  73. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/gator-start-up.md +0 -0
  74. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/procedures/charter-alignment.md +0 -0
  75. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/procedures/enforcer-review.md +0 -0
  76. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/procedures/field-guide-generation.md +0 -0
  77. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/procedures/knowledge-capture.md +0 -0
  78. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/procedures/significance-check.md +0 -0
  79. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/reference-notes/concierge-responses.md +0 -0
  80. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/reference-notes/dangerous-patterns.md +0 -0
  81. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/reference-notes/dashboard-operations.md +0 -0
  82. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/reference-notes/enforcer-configuration.md +0 -0
  83. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/reference-notes/example-project.md +0 -0
  84. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/reference-notes/failure-modes-and-self-correction.md +0 -0
  85. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/reference-notes/git-workflow.md +0 -0
  86. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/reference-notes/identity-and-ownership.md +0 -0
  87. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/reference-notes/refactor-approach.md +0 -0
  88. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/reference-notes/what-gator-requires-from-a-model.md +0 -0
  89. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/reference-notes/why-navigation-coding-feels-different.md +0 -0
  90. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/reference-notes/workflow-profiles.md +0 -0
  91. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/__pycache__/enforcer-review.cpython-313.pyc +0 -0
  92. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/__pycache__/gator-approve.cpython-313.pyc +0 -0
  93. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/__pycache__/gator-init.cpython-313.pyc +0 -0
  94. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/__pycache__/gator-pre-commit.cpython-313.pyc +0 -0
  95. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/__pycache__/gator-update.cpython-313.pyc +0 -0
  96. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/enforcer-prompt.md +0 -0
  97. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/enforcer-review.py +0 -0
  98. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/gator-approve.py +0 -0
  99. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/gator-enforce.py +0 -0
  100. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/gator-init.py +0 -0
  101. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/gator-pre-commit.py +0 -0
  102. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/gator-pulse.py +0 -0
  103. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/gator-update.py +0 -0
  104. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/gator-version.py +0 -0
  105. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/gator_core.py +0 -0
  106. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/hooks/__pycache__/commit-msgcpython-313.pyc +0 -0
  107. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/hooks/__pycache__/post-commitcpython-313.pyc +0 -0
  108. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/hooks/__pycache__/pre-commitcpython-313.pyc +0 -0
  109. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/hooks/commit-msg +0 -0
  110. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/hooks/post-commit +0 -0
  111. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/scripts/hooks/pre-commit +0 -0
  112. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/sessions/.gitignore +0 -0
  113. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/vault/.gitkeep +0 -0
  114. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command/templates/gator-starter/whiteboard.md +0 -0
  115. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command.egg-info/dependency_links.txt +0 -0
  116. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command.egg-info/entry_points.txt +0 -0
  117. {gator_command-1.1.1 → gator_command-1.1.2}/src/gator_command.egg-info/top_level.txt +0 -0
  118. {gator_command-1.1.1 → gator_command-1.1.2}/tests/test_audit.py +0 -0
  119. {gator_command-1.1.1 → gator_command-1.1.2}/tests/test_audit_integration.py +0 -0
  120. {gator_command-1.1.1 → gator_command-1.1.2}/tests/test_charter_lint.py +0 -0
  121. {gator_command-1.1.1 → gator_command-1.1.2}/tests/test_deploy.py +0 -0
  122. {gator_command-1.1.1 → gator_command-1.1.2}/tests/test_drift.py +0 -0
  123. {gator_command-1.1.1 → gator_command-1.1.2}/tests/test_fleet_intel.py +0 -0
  124. {gator_command-1.1.1 → gator_command-1.1.2}/tests/test_fleet_report.py +0 -0
  125. {gator_command-1.1.1 → gator_command-1.1.2}/tests/test_gator_core.py +0 -0
  126. {gator_command-1.1.1 → gator_command-1.1.2}/tests/test_gatorize.py +0 -0
  127. {gator_command-1.1.1 → gator_command-1.1.2}/tests/test_hooks.py +0 -0
  128. {gator_command-1.1.1 → gator_command-1.1.2}/tests/test_init.py +0 -0
  129. {gator_command-1.1.1 → gator_command-1.1.2}/tests/test_memex_state.py +0 -0
  130. {gator_command-1.1.1 → gator_command-1.1.2}/tests/test_packaging.py +0 -0
  131. {gator_command-1.1.1 → gator_command-1.1.2}/tests/test_pre_commit.py +0 -0
  132. {gator_command-1.1.1 → gator_command-1.1.2}/tests/test_remote.py +0 -0
  133. {gator_command-1.1.1 → gator_command-1.1.2}/tests/test_session_sink.py +0 -0
  134. {gator_command-1.1.1 → gator_command-1.1.2}/tests/test_sessions.py +0 -0
@@ -0,0 +1,98 @@
1
+ Metadata-Version: 2.4
2
+ Name: gator-command
3
+ Version: 1.1.2
4
+ Summary: Git-native governance for AI-assisted engineering
5
+ Author-email: Cumberland Laboratories <support@cumberlandlaboratories.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/cumberland-laboratories/gator
8
+ Project-URL: Repository, https://github.com/cumberland-laboratories/gator
9
+ Keywords: governance,ai,git,charters,audit,compliance
10
+ Classifier: Development Status :: 4 - Beta
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.9
14
+ Classifier: Programming Language :: Python :: 3.10
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Topic :: Software Development :: Quality Assurance
19
+ Classifier: Topic :: Software Development :: Version Control :: Git
20
+ Requires-Python: >=3.9
21
+ Description-Content-Type: text/markdown
22
+ License-File: LICENSE
23
+ Dynamic: license-file
24
+
25
+ # Gator Command
26
+
27
+ **Git-native governance for AI-assisted engineering.**
28
+
29
+ Gator turns your repo into an intelligence surface. The AI agent builds structured maps of your codebase (charters), a strategic operations brief (pulse), and project assessments — all committed to Git. A deterministic pre-commit gate blocks commits when the agent changes code without updating the map.
30
+
31
+ Local-first. Git-native. Works with Claude Code, Codex, Gemini CLI. MIT licensed.
32
+
33
+ ## Install
34
+
35
+ ```bash
36
+ pip install pipx # if you don't have pipx yet
37
+ pipx ensurepath # add to PATH (restart terminal after)
38
+
39
+ pipx install gator-command
40
+ ```
41
+
42
+ ## Quick Start
43
+
44
+ ```bash
45
+ cd /path/to/your/repo
46
+
47
+ gator gatorize . # install governance into this repo
48
+ gator init # start a governed session
49
+ gator dashboard # open the intelligence console
50
+ ```
51
+
52
+ The agent reads the governance layer and orients to your project. Your first `git commit` fires the hooks.
53
+
54
+ ## Upgrade
55
+
56
+ ```bash
57
+ pipx upgrade gator-command
58
+
59
+ cd /path/to/your/repo
60
+ gator gatorize . # refresh templates and hooks
61
+ ```
62
+
63
+ Your content is always preserved. Only templates and scripts refresh.
64
+
65
+ ## Commands
66
+
67
+ | Command | What it does |
68
+ |---------|-------------|
69
+ | `gator gatorize <path>` | Install or upgrade governance in a repo |
70
+ | `gator init` | Start a governed session (repairs hooks if needed) |
71
+ | `gator dashboard` | Open the intelligence console |
72
+ | `gator pulse` | Generate the strategic operations brief |
73
+ | `gator audit` | Run governance audit |
74
+ | `gator version` | Show installed version |
75
+
76
+ ## What Gator Provides
77
+
78
+ - **Repo intelligence** — charters map code structure, pulse summarizes momentum, assessments provide AI-generated evaluation. All committed to Git.
79
+ - **Governance enforcement** — a deterministic pre-commit hook that blocks commits when code changes without charter updates. No LLM in the gate. Configurable: strict, warn, or off.
80
+ - **Dashboard** — a local web console for browsing your governance layer, session history, and project state. Full file history with git version navigation.
81
+ - **Session persistence** — the governance layer carries project context across sessions and across models. Switch from Claude to Codex mid-project without losing architectural understanding.
82
+
83
+ ## How It Works
84
+
85
+ 1. `gator gatorize .` installs a `.gator/` folder into your repo with governance scaffolding
86
+ 2. AI agents read the constitution and charters to understand your codebase
87
+ 3. Every `git commit` runs a deterministic hook that validates charter-alongside-code
88
+ 4. Session snippets capture what context produced each commit
89
+ 5. `gator dashboard` makes it all browsable in a local web UI
90
+
91
+ ## Links
92
+
93
+ - [Source code](https://github.com/cumberland-laboratories/gator)
94
+ - [MIT License](https://github.com/cumberland-laboratories/gator/blob/main/LICENSE)
95
+
96
+ ---
97
+
98
+ Built by [Cumberland Laboratories](https://github.com/cumberland-laboratories)
@@ -0,0 +1,74 @@
1
+ # Gator Command
2
+
3
+ **Git-native governance for AI-assisted engineering.**
4
+
5
+ Gator turns your repo into an intelligence surface. The AI agent builds structured maps of your codebase (charters), a strategic operations brief (pulse), and project assessments — all committed to Git. A deterministic pre-commit gate blocks commits when the agent changes code without updating the map.
6
+
7
+ Local-first. Git-native. Works with Claude Code, Codex, Gemini CLI. MIT licensed.
8
+
9
+ ## Install
10
+
11
+ ```bash
12
+ pip install pipx # if you don't have pipx yet
13
+ pipx ensurepath # add to PATH (restart terminal after)
14
+
15
+ pipx install gator-command
16
+ ```
17
+
18
+ ## Quick Start
19
+
20
+ ```bash
21
+ cd /path/to/your/repo
22
+
23
+ gator gatorize . # install governance into this repo
24
+ gator init # start a governed session
25
+ gator dashboard # open the intelligence console
26
+ ```
27
+
28
+ The agent reads the governance layer and orients to your project. Your first `git commit` fires the hooks.
29
+
30
+ ## Upgrade
31
+
32
+ ```bash
33
+ pipx upgrade gator-command
34
+
35
+ cd /path/to/your/repo
36
+ gator gatorize . # refresh templates and hooks
37
+ ```
38
+
39
+ Your content is always preserved. Only templates and scripts refresh.
40
+
41
+ ## Commands
42
+
43
+ | Command | What it does |
44
+ |---------|-------------|
45
+ | `gator gatorize <path>` | Install or upgrade governance in a repo |
46
+ | `gator init` | Start a governed session (repairs hooks if needed) |
47
+ | `gator dashboard` | Open the intelligence console |
48
+ | `gator pulse` | Generate the strategic operations brief |
49
+ | `gator audit` | Run governance audit |
50
+ | `gator version` | Show installed version |
51
+
52
+ ## What Gator Provides
53
+
54
+ - **Repo intelligence** — charters map code structure, pulse summarizes momentum, assessments provide AI-generated evaluation. All committed to Git.
55
+ - **Governance enforcement** — a deterministic pre-commit hook that blocks commits when code changes without charter updates. No LLM in the gate. Configurable: strict, warn, or off.
56
+ - **Dashboard** — a local web console for browsing your governance layer, session history, and project state. Full file history with git version navigation.
57
+ - **Session persistence** — the governance layer carries project context across sessions and across models. Switch from Claude to Codex mid-project without losing architectural understanding.
58
+
59
+ ## How It Works
60
+
61
+ 1. `gator gatorize .` installs a `.gator/` folder into your repo with governance scaffolding
62
+ 2. AI agents read the constitution and charters to understand your codebase
63
+ 3. Every `git commit` runs a deterministic hook that validates charter-alongside-code
64
+ 4. Session snippets capture what context produced each commit
65
+ 5. `gator dashboard` makes it all browsable in a local web UI
66
+
67
+ ## Links
68
+
69
+ - [Source code](https://github.com/cumberland-laboratories/gator)
70
+ - [MIT License](https://github.com/cumberland-laboratories/gator/blob/main/LICENSE)
71
+
72
+ ---
73
+
74
+ Built by [Cumberland Laboratories](https://github.com/cumberland-laboratories)
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "gator-command"
7
- version = "1.1.1"
7
+ version = "1.1.2"
8
8
  description = "Git-native governance for AI-assisted engineering"
9
- readme = "README.md"
9
+ readme = "PYPI_README.md"
10
10
  license = {text = "MIT"}
11
11
  requires-python = ">=3.9"
12
12
  authors = [
@@ -1,2 +1,2 @@
1
1
  """Gator Command — Git-native governance for AI-assisted engineering."""
2
- __version__ = "1.1.1"
2
+ __version__ = "1.1.2"
@@ -0,0 +1,98 @@
1
+ Metadata-Version: 2.4
2
+ Name: gator-command
3
+ Version: 1.1.2
4
+ Summary: Git-native governance for AI-assisted engineering
5
+ Author-email: Cumberland Laboratories <support@cumberlandlaboratories.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/cumberland-laboratories/gator
8
+ Project-URL: Repository, https://github.com/cumberland-laboratories/gator
9
+ Keywords: governance,ai,git,charters,audit,compliance
10
+ Classifier: Development Status :: 4 - Beta
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.9
14
+ Classifier: Programming Language :: Python :: 3.10
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Topic :: Software Development :: Quality Assurance
19
+ Classifier: Topic :: Software Development :: Version Control :: Git
20
+ Requires-Python: >=3.9
21
+ Description-Content-Type: text/markdown
22
+ License-File: LICENSE
23
+ Dynamic: license-file
24
+
25
+ # Gator Command
26
+
27
+ **Git-native governance for AI-assisted engineering.**
28
+
29
+ Gator turns your repo into an intelligence surface. The AI agent builds structured maps of your codebase (charters), a strategic operations brief (pulse), and project assessments — all committed to Git. A deterministic pre-commit gate blocks commits when the agent changes code without updating the map.
30
+
31
+ Local-first. Git-native. Works with Claude Code, Codex, Gemini CLI. MIT licensed.
32
+
33
+ ## Install
34
+
35
+ ```bash
36
+ pip install pipx # if you don't have pipx yet
37
+ pipx ensurepath # add to PATH (restart terminal after)
38
+
39
+ pipx install gator-command
40
+ ```
41
+
42
+ ## Quick Start
43
+
44
+ ```bash
45
+ cd /path/to/your/repo
46
+
47
+ gator gatorize . # install governance into this repo
48
+ gator init # start a governed session
49
+ gator dashboard # open the intelligence console
50
+ ```
51
+
52
+ The agent reads the governance layer and orients to your project. Your first `git commit` fires the hooks.
53
+
54
+ ## Upgrade
55
+
56
+ ```bash
57
+ pipx upgrade gator-command
58
+
59
+ cd /path/to/your/repo
60
+ gator gatorize . # refresh templates and hooks
61
+ ```
62
+
63
+ Your content is always preserved. Only templates and scripts refresh.
64
+
65
+ ## Commands
66
+
67
+ | Command | What it does |
68
+ |---------|-------------|
69
+ | `gator gatorize <path>` | Install or upgrade governance in a repo |
70
+ | `gator init` | Start a governed session (repairs hooks if needed) |
71
+ | `gator dashboard` | Open the intelligence console |
72
+ | `gator pulse` | Generate the strategic operations brief |
73
+ | `gator audit` | Run governance audit |
74
+ | `gator version` | Show installed version |
75
+
76
+ ## What Gator Provides
77
+
78
+ - **Repo intelligence** — charters map code structure, pulse summarizes momentum, assessments provide AI-generated evaluation. All committed to Git.
79
+ - **Governance enforcement** — a deterministic pre-commit hook that blocks commits when code changes without charter updates. No LLM in the gate. Configurable: strict, warn, or off.
80
+ - **Dashboard** — a local web console for browsing your governance layer, session history, and project state. Full file history with git version navigation.
81
+ - **Session persistence** — the governance layer carries project context across sessions and across models. Switch from Claude to Codex mid-project without losing architectural understanding.
82
+
83
+ ## How It Works
84
+
85
+ 1. `gator gatorize .` installs a `.gator/` folder into your repo with governance scaffolding
86
+ 2. AI agents read the constitution and charters to understand your codebase
87
+ 3. Every `git commit` runs a deterministic hook that validates charter-alongside-code
88
+ 4. Session snippets capture what context produced each commit
89
+ 5. `gator dashboard` makes it all browsable in a local web UI
90
+
91
+ ## Links
92
+
93
+ - [Source code](https://github.com/cumberland-laboratories/gator)
94
+ - [MIT License](https://github.com/cumberland-laboratories/gator/blob/main/LICENSE)
95
+
96
+ ---
97
+
98
+ Built by [Cumberland Laboratories](https://github.com/cumberland-laboratories)
@@ -1,4 +1,5 @@
1
1
  LICENSE
2
+ PYPI_README.md
2
3
  README.md
3
4
  pyproject.toml
4
5
  src/gator_command/__init__.py
@@ -1,122 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: gator-command
3
- Version: 1.1.1
4
- Summary: Git-native governance for AI-assisted engineering
5
- Author-email: Cumberland Laboratories <support@cumberlandlaboratories.com>
6
- License: MIT
7
- Project-URL: Homepage, https://github.com/cumberland-laboratories/gator
8
- Project-URL: Repository, https://github.com/cumberland-laboratories/gator
9
- Keywords: governance,ai,git,charters,audit,compliance
10
- Classifier: Development Status :: 4 - Beta
11
- Classifier: License :: OSI Approved :: MIT License
12
- Classifier: Programming Language :: Python :: 3
13
- Classifier: Programming Language :: Python :: 3.9
14
- Classifier: Programming Language :: Python :: 3.10
15
- Classifier: Programming Language :: Python :: 3.11
16
- Classifier: Programming Language :: Python :: 3.12
17
- Classifier: Programming Language :: Python :: 3.13
18
- Classifier: Topic :: Software Development :: Quality Assurance
19
- Classifier: Topic :: Software Development :: Version Control :: Git
20
- Requires-Python: >=3.9
21
- Description-Content-Type: text/markdown
22
- License-File: LICENSE
23
- Dynamic: license-file
24
-
25
- # Gator Command
26
-
27
- The command post for [Gator](https://github.com/cumberland-laboratories/gator) — AI-assisted engineering governance.
28
-
29
- ## How to Use This Repo
30
-
31
- **Open it in an AI coding assistant.** Claude Code, Codex, Gemini CLI, Cursor — whichever you use. The agent reads the constitution and acts as your concierge: it knows the architecture, the configuration options, the procedures, and the fleet state. Ask it what you need.
32
-
33
- Gator is designed to be operated *with* an AI agent, not studied as documentation. The governance layer is markdown that agents read natively. The concierge layer routes your questions to the right procedures and reference material. The agent is the interface.
34
-
35
- ```
36
- You: "gator init"
37
- You: "Gatorize my project at ~/code/my-app"
38
- You: "Set up an enforcer using GPT as the reviewer"
39
- You: "Check if the charters still match the code"
40
- You: "What's the status of the fleet?"
41
- ```
42
-
43
- ## What Gator Does
44
-
45
- Gator governs AI-assisted coding. It keeps human comprehension synchronized with AI-generated code through constitutions, module charters, deterministic commit gates, and cross-model enforcement.
46
-
47
- ### Use Cases
48
-
49
- **Solo developer with one repo** — You want the AI agent to maintain a map of your codebase (charters), enforce that the map stays current (commit gate), and preserve session context across conversations (knowledge layer). Install Gator, bootstrap charters, and the loop runs from there.
50
-
51
- **Solo developer with multiple repos** — Same as above, plus: this command post becomes your cross-repo control plane. One org policy propagated to every repo. Fleet status, drift detection, and audit dashboards from one place.
52
-
53
- **Team with shared repos** — Gator's knowledge layer travels with the repo via git. When a teammate (human or AI) opens the repo, they get the full architectural context — mission, charters, threads, decisions. The enforcer provides independent review from a different model than the one writing code.
54
-
55
- **Compliance and audit** — Every commit carries `Gator-*` trailers (change type, significance, charter status, agent identity). Session summaries provide durable evidence of what was decided and who was supervising. Fleet-wide audit reports aggregate governance health across repos.
56
-
57
- ### Configurations
58
-
59
- Gator is model-neutral and modular. The PI chooses the configuration that fits their stack:
60
-
61
- | Decision | Options |
62
- |----------|---------|
63
- | **Primary agent** | Claude Code, Codex CLI, Gemini CLI, Cursor, any markdown-aware AI tool |
64
- | **Enforcer model** | Anthropic Sonnet, OpenAI GPT, Google Gemini, local via Ollama, or none |
65
- | **Review cadence** | Light (lint only), Standard (lint + model review on significant changes), Rigorous (pre-code + post-code review) |
66
- | **Fleet scope** | Single repo (no command post needed), multi-repo (this command post), remote repos (bare cache scanning) |
67
- | **Session archaeology** | Off, local spool, committed summaries (git-tracked audit trail) |
68
-
69
- The concierge agent walks you through these choices. You don't need to read configuration docs — tell the agent what you want and it configures the system.
70
-
71
- ## Quick Start
72
-
73
- ```bash
74
- # Gatorize an existing project repo
75
- bash gator-command/scripts/gatorize.sh /path/to/your/project
76
-
77
- # Then open that project in your AI assistant — the concierge bootstrap begins
78
- ```
79
-
80
- For fleet operations (from within this command post):
81
- ```bash
82
- # Fleet status
83
- python gator-command/scripts/gator-fleet-report.py
84
-
85
- # Policy drift across all governed repos
86
- python gator-command/scripts/gator-drift.py
87
-
88
- # Audit dashboard
89
- python gator-command/scripts/gator-audit.py
90
- ```
91
-
92
- ## Architecture at a Glance
93
-
94
- ```
95
- This repo (command post):
96
- constitution.md Governance rules for this command post
97
- gator-command/ Knowledge graph + machinery + fleet tooling
98
- scripts/ CLI tooling (gatorize, fleet-report, drift, audit)
99
- templates/ Starter kit deployed to project repos
100
- procedures/ Standards and workflows
101
- reference-notes/ Concierge knowledge (the agent reads these)
102
-
103
- Each governed repo:
104
- .gator/
105
- constitution.md Per-repo governance rules
106
- charters/ Module maps (the intelligent codebase layer)
107
- scripts/ Hooks + enforcer
108
- field-guides/ Language pattern references (optional)
109
- command-post.md Thin link back to this command post
110
- ```
111
-
112
- ## Multi-Model Architecture
113
-
114
- The constitutions are the interface contract. Any model that reads markdown and follows instructions can operate the system.
115
-
116
- - **Primary agent**: Reads charters, writes code, updates the knowledge layer
117
- - **Enforcer**: Different model, read-only, audits the agent's work against charters
118
- - **The architecture outlives any individual model** — switch tools mid-project without losing context
119
-
120
- ## License
121
-
122
- MIT — [Cumberland Laboratories](https://github.com/cumberland-laboratories)
@@ -1,122 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: gator-command
3
- Version: 1.1.1
4
- Summary: Git-native governance for AI-assisted engineering
5
- Author-email: Cumberland Laboratories <support@cumberlandlaboratories.com>
6
- License: MIT
7
- Project-URL: Homepage, https://github.com/cumberland-laboratories/gator
8
- Project-URL: Repository, https://github.com/cumberland-laboratories/gator
9
- Keywords: governance,ai,git,charters,audit,compliance
10
- Classifier: Development Status :: 4 - Beta
11
- Classifier: License :: OSI Approved :: MIT License
12
- Classifier: Programming Language :: Python :: 3
13
- Classifier: Programming Language :: Python :: 3.9
14
- Classifier: Programming Language :: Python :: 3.10
15
- Classifier: Programming Language :: Python :: 3.11
16
- Classifier: Programming Language :: Python :: 3.12
17
- Classifier: Programming Language :: Python :: 3.13
18
- Classifier: Topic :: Software Development :: Quality Assurance
19
- Classifier: Topic :: Software Development :: Version Control :: Git
20
- Requires-Python: >=3.9
21
- Description-Content-Type: text/markdown
22
- License-File: LICENSE
23
- Dynamic: license-file
24
-
25
- # Gator Command
26
-
27
- The command post for [Gator](https://github.com/cumberland-laboratories/gator) — AI-assisted engineering governance.
28
-
29
- ## How to Use This Repo
30
-
31
- **Open it in an AI coding assistant.** Claude Code, Codex, Gemini CLI, Cursor — whichever you use. The agent reads the constitution and acts as your concierge: it knows the architecture, the configuration options, the procedures, and the fleet state. Ask it what you need.
32
-
33
- Gator is designed to be operated *with* an AI agent, not studied as documentation. The governance layer is markdown that agents read natively. The concierge layer routes your questions to the right procedures and reference material. The agent is the interface.
34
-
35
- ```
36
- You: "gator init"
37
- You: "Gatorize my project at ~/code/my-app"
38
- You: "Set up an enforcer using GPT as the reviewer"
39
- You: "Check if the charters still match the code"
40
- You: "What's the status of the fleet?"
41
- ```
42
-
43
- ## What Gator Does
44
-
45
- Gator governs AI-assisted coding. It keeps human comprehension synchronized with AI-generated code through constitutions, module charters, deterministic commit gates, and cross-model enforcement.
46
-
47
- ### Use Cases
48
-
49
- **Solo developer with one repo** — You want the AI agent to maintain a map of your codebase (charters), enforce that the map stays current (commit gate), and preserve session context across conversations (knowledge layer). Install Gator, bootstrap charters, and the loop runs from there.
50
-
51
- **Solo developer with multiple repos** — Same as above, plus: this command post becomes your cross-repo control plane. One org policy propagated to every repo. Fleet status, drift detection, and audit dashboards from one place.
52
-
53
- **Team with shared repos** — Gator's knowledge layer travels with the repo via git. When a teammate (human or AI) opens the repo, they get the full architectural context — mission, charters, threads, decisions. The enforcer provides independent review from a different model than the one writing code.
54
-
55
- **Compliance and audit** — Every commit carries `Gator-*` trailers (change type, significance, charter status, agent identity). Session summaries provide durable evidence of what was decided and who was supervising. Fleet-wide audit reports aggregate governance health across repos.
56
-
57
- ### Configurations
58
-
59
- Gator is model-neutral and modular. The PI chooses the configuration that fits their stack:
60
-
61
- | Decision | Options |
62
- |----------|---------|
63
- | **Primary agent** | Claude Code, Codex CLI, Gemini CLI, Cursor, any markdown-aware AI tool |
64
- | **Enforcer model** | Anthropic Sonnet, OpenAI GPT, Google Gemini, local via Ollama, or none |
65
- | **Review cadence** | Light (lint only), Standard (lint + model review on significant changes), Rigorous (pre-code + post-code review) |
66
- | **Fleet scope** | Single repo (no command post needed), multi-repo (this command post), remote repos (bare cache scanning) |
67
- | **Session archaeology** | Off, local spool, committed summaries (git-tracked audit trail) |
68
-
69
- The concierge agent walks you through these choices. You don't need to read configuration docs — tell the agent what you want and it configures the system.
70
-
71
- ## Quick Start
72
-
73
- ```bash
74
- # Gatorize an existing project repo
75
- bash gator-command/scripts/gatorize.sh /path/to/your/project
76
-
77
- # Then open that project in your AI assistant — the concierge bootstrap begins
78
- ```
79
-
80
- For fleet operations (from within this command post):
81
- ```bash
82
- # Fleet status
83
- python gator-command/scripts/gator-fleet-report.py
84
-
85
- # Policy drift across all governed repos
86
- python gator-command/scripts/gator-drift.py
87
-
88
- # Audit dashboard
89
- python gator-command/scripts/gator-audit.py
90
- ```
91
-
92
- ## Architecture at a Glance
93
-
94
- ```
95
- This repo (command post):
96
- constitution.md Governance rules for this command post
97
- gator-command/ Knowledge graph + machinery + fleet tooling
98
- scripts/ CLI tooling (gatorize, fleet-report, drift, audit)
99
- templates/ Starter kit deployed to project repos
100
- procedures/ Standards and workflows
101
- reference-notes/ Concierge knowledge (the agent reads these)
102
-
103
- Each governed repo:
104
- .gator/
105
- constitution.md Per-repo governance rules
106
- charters/ Module maps (the intelligent codebase layer)
107
- scripts/ Hooks + enforcer
108
- field-guides/ Language pattern references (optional)
109
- command-post.md Thin link back to this command post
110
- ```
111
-
112
- ## Multi-Model Architecture
113
-
114
- The constitutions are the interface contract. Any model that reads markdown and follows instructions can operate the system.
115
-
116
- - **Primary agent**: Reads charters, writes code, updates the knowledge layer
117
- - **Enforcer**: Different model, read-only, audits the agent's work against charters
118
- - **The architecture outlives any individual model** — switch tools mid-project without losing context
119
-
120
- ## License
121
-
122
- MIT — [Cumberland Laboratories](https://github.com/cumberland-laboratories)
File without changes
File without changes
File without changes