agent-ecosystem/CLA.md
iliya c6ddfb9e78 feat: implement task comments functionality
- Added a new Contributor License Agreement (CLA) document to clarify contribution terms.
- Updated the license from MIT to GNU Affero General Public License v3.0 (AGPL-3.0).
- Introduced task comments feature, allowing users to add comments to tasks with validation for input length and content.
- Enhanced the TeamDataService to handle adding comments and sending notifications to task owners.
- Updated UI components to display comments and allow users to submit comments via a text area.
- Integrated task comments into the task detail dialog for better user interaction.

These changes aim to improve task management and enhance collaboration within teams.
2026-02-22 20:05:03 +02:00

24 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Contributor License Agreement (CLA)
**Project:** Claude Agent Teams UI (claude-agent-teams-ui)
**License:** GNU Affero General Public License v3.0 (AGPL-3.0)
---
By contributing to this project, you agree that your contributions will be licensed under the same terms as the project: the GNU Affero General Public License v3.0 (AGPL-3.0).
You grant the project maintainers and all recipients of the software a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable license to use, reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute your contributions and any derivative works based on them, under the AGPL-3.0.
You represent that you have the right to grant the above license and that your contributions do not violate any third partys rights.
---
## Signed contributors
| Name | Email | Date |
|------|-------|------|
| Илия (777genius) | quantjumppro@gmail.com | 2026-02-22 |
---
*To add yourself: submit a pull request that adds your name, email, and the current date to the table above. By merging the PR you confirm your agreement with this CLA.*