Metadata-Version: 2.4
Name: cli-collective
Version: 0.1.4
Summary: The Collective — one install for the whole stack: cli-wikia (knowledge) + cli-enforcement (control) + cli-fleet (parallel agent teams).
Project-URL: Homepage, https://github.com/Alexander-Sorrell-IT/CLI-Collective
Author-email: Alexander Sorrell <codehunterextreme@gmail.com>
License: MIT License
        
        Copyright (c) 2026 Alexander Sorrell
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: agent-teams,ai,claude,cli,enforcement,fleet,meta,wiki
Requires-Python: >=3.8
Requires-Dist: cli-enforcement>=0.4.2
Requires-Dist: cli-fleet>=0.3.0
Requires-Dist: cli-wikia>=0.11.1
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: tomli; (python_version < '3.11') and extra == 'test'
Description-Content-Type: text/markdown

# CLI Collective

**One install for the whole stack.** The Collective bundles three tools that
build on each other:

```
cli-wikia        knowledge — what each AI CLI can do (hooks, MCP, config)
   ▲
cli-enforcement  control — hook-level points / tiers / KB-gates, on any model
   ▲
cli-fleet        power — launch many enforced Claude agent teams in parallel
```

## Install

```bash
pip install cli-collective      # pulls in cli-wikia + cli-enforcement + cli-fleet
cli-collective                  # show the stack + versions
```

Each tool is also installable on its own — use just `cli-wikia` for an offline
AI-CLI reference, add `cli-enforcement` for governance, add `cli-fleet` for
parallel agent teams.

## License
MIT — see [LICENSE](LICENSE).
