chore: rebrand for public release

- Move repository from bandit to personal-projects organization
- Remove all "Bandit Labs" references
- Update author to Leo Miranda
- Rename marketplace from bandit-claude-marketplace to claude-code-marketplace
- Add MIT LICENSE file
- Remove outdated root .mcp.json (MCP servers now bundled in plugins)
- Update all repository URLs to new location

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-19 17:49:40 -05:00
parent deae9a71d0
commit 15e0654950
20 changed files with 60 additions and 68 deletions

View File

@@ -3,11 +3,11 @@
"version": "2.0.0",
"description": "Sprint planning and project management with Gitea integration",
"author": {
"name": "Bandit Labs",
"email": "dev@banditlabs.io"
"name": "Leo Miranda",
"email": "leobmiranda@gmail.com"
},
"license": "MIT",
"repository": "https://gitea.hotserv.cloud/bandit/support-claude-mktplace",
"repository": "https://gitea.hotserv.cloud/personal-projects/support-claude-mktplace",
"keywords": [
"project-management",
"sprint-planning",

View File

@@ -438,5 +438,4 @@ MIT License - See repository root for details
---
**Built for:** Bandit Labs
**Status:** Production Ready

View File

@@ -389,7 +389,7 @@ def list_issues(self, state='open', labels=None, repo=None):
## License
Part of the Bandit Labs Claude Code Plugins project.
MIT License - Part of the Claude Code Marketplace project.
## Related Documentation
@@ -407,7 +407,7 @@ For issues or questions:
---
**Built for**: Bandit Labs Project Management Plugins
**Built for**: Claude Code Marketplace - Project Management Plugins
**Phase**: 1 (Complete)
**Status**: ✅ Production Ready
**Last Updated**: 2025-01-06

View File

@@ -45,7 +45,7 @@ class GiteaClient:
"""Parse owner/repo from input. Always requires 'owner/repo' format."""
target = repo or self.repo
if not target or '/' not in target:
raise ValueError("Use 'owner/repo' format (e.g. 'bandit/support-claude-mktplace')")
raise ValueError("Use 'owner/repo' format (e.g. 'org/repo-name')")
parts = target.split('/', 1)
return parts[0], parts[1]

View File

@@ -32,7 +32,7 @@ class LabelTools:
target_repo = repo or self.gitea.repo
if not target_repo or '/' not in target_repo:
raise ValueError("Use 'owner/repo' format (e.g. 'bandit/support-claude-mktplace')")
raise ValueError("Use 'owner/repo' format (e.g. 'org/repo-name')")
org = target_repo.split('/')[0]

View File

@@ -7,7 +7,7 @@ description: Dynamic reference for Gitea label taxonomy (organization + reposito
**Status:** ✅ Synced with Gitea
**Last synced:** 2025-11-21 (via automated testing)
**Source:** Gitea (bandit/support-claude-mktplace)
**Source:** Gitea (personal-projects/support-claude-mktplace)
## Overview
@@ -17,7 +17,7 @@ This skill provides the current label taxonomy used for issue classification in
## Organization Labels (27)
Organization-level labels are shared across all repositories in the `bandit` organization.
Organization-level labels are shared across all repositories in your configured organization.
### Agent (2)
- `Agent/Human` (#0052cc) - Work performed by human developers