Commit Graph

3 Commits

Author SHA1 Message Date
816cdc02d9 refactor: rename projman-test-marketplace to projman-marketplace
- Remove empty marketplace.json placeholder file
- Rename projman-test-marketplace/ to projman-marketplace/
- Update marketplace metadata (name, displayName, description)
- Update all documentation references

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 13:39:50 -05:00
ba599e342e refactor: update repository URL and rebrand to Bandit Labs
- Update git remote to new Tailscale hostname
- Replace old organization name (hhl-infra) with bandit
- Replace old repository name (claude-code-hhl-toolkit) with support-claude-mktplace
- Update all documentation references to use generic gitea.example.com
- Rebrand from HyperHive Labs to Bandit Labs across all files
- Rename workspace file to match new repository name

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 11:51:13 -05:00
05946dc790 test: add automated validation results for projman plugin
Executed comprehensive automated testing of plugin structure, manifests,
configuration, and security practices.

Test Results:
- 73/75 automated tests PASSED (97% success rate)
- 2 tests deferred (require live network access to gitea.hotport/wikijs.hotport)
- 0 critical issues found
- 0 high priority issues found

Validation Summary:
 Plugin structure correct and complete (15 files)
 All manifests valid JSON (plugin.json, .mcp.json)
 All 5 commands present with proper frontmatter
 All 3 agents present with personalities defined
 Label taxonomy skill complete
 Documentation comprehensive (README, CONFIGURATION)
 Security practices followed (no secrets, .env ignored, ${CLAUDE_PLUGIN_ROOT} used)

Tests Executed:
- Configuration loading (Gitea + Wiki.js MCP servers)
- Directory structure validation
- Plugin manifest validation (commands, agents, skills)
- MCP configuration validation
- Command file validation
- Agent file validation
- Skill file validation
- Documentation completeness
- Security practices

Deferred Tests (require manual testing):
- Live API connectivity to Gitea and Wiki.js
- Command execution with MCP tool calls
- Agent behavior and personalities
- Branch detection (production/staging/development)
- Full workflow (plan → start → close)

Next Steps:
- Manual functional testing per docs/TEST_01_PROJMAN.md
- Validate live API integration
- Test agent behavior with real Gitea/Wiki.js instances

Status:  AUTOMATED VALIDATION COMPLETE - READY FOR MANUAL TESTING

See docs/TEST_EXECUTION_REPORT.md for complete test results and recommendations.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 03:06:54 -05:00