MIT License

Copyright (c) 2025 Ilya Kalinin (https://github.com/Gerrux)

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.

================================================================================

ATTRIBUTION

This project is based on and inspired by:

Claude Code Orchestrator Kit
https://github.com/maslennikov-ig/claude-code-orchestrator-kit
Copyright (c) 2025 Igor Maslennikov
License: MIT

Claux significantly extends the original project with:
- Token-efficient TOON format for inter-agent communication (~40% token savings)
- Complete Python CLI rewrite (replacing bash scripts)
- Cross-platform pip installation
- Auto-discovery wizard for project setup
- Token usage tracking and analytics
- New agent messaging protocol
- Enhanced automation capabilities

================================================================================

THIRD-PARTY COMPONENTS

TOON Format (Token-Oriented Object Notation)
Source: https://github.com/toon-format/toon-python
License: MIT License
Website: https://toonformat.dev

SpecKit (inherited from original project)
Source: https://github.com/github/spec-kit
License: MIT License
Copyright (c) GitHub, Inc.

================================================================================

ACKNOWLEDGMENTS

Built with and for:

- Claude Code by Anthropic (https://claude.com/claude-code)
  The official CLI for Claude AI

- Typer (https://typer.tiangolo.com/)
  Python CLI framework

- Rich (https://rich.readthedocs.io/)
  Beautiful terminal formatting

- Context7 by Upstash (https://upstash.com/context7)
  Real-time library documentation

Special thanks to the open-source community and all contributors.

================================================================================

For questions or contributions, please visit:
https://github.com/Gerrux/claux
