Community
Commander is open source (MIT) and built in public. Here is how to get involved today.
Get involved
| Channel | Status | Link |
|---|---|---|
| GitHub | Live | github.com/PStarH/Commander — issues, PRs, stars |
| Discussions | Use GitHub Issues | Feature ideas and Q&A via Issues |
| Docs | Live | This site + PRs on commander-docs |
| Discord / Twitter | Planned | Not live yet — follow the repo for announcements |
Contributing
We welcome contributions of all sizes — bug fixes, docs, providers, tools, and topologies.
Quick start for contributors
bash
git clone https://github.com/PStarH/Commander.git
cd Commander
pnpm install
# Prefer project scripts when available:
pnpm test:all # or: cd packages/core && npx tsx --test tests/*.test.tsAreas that help most
- New tools — filesystem, web, code analysis, integrations
- LLM providers — via the provider registration interface
- Topologies — new orchestration patterns with tests
- Documentation — guides, API accuracy, examples
- Bug fixes — issues tagged
good-first-issue
Guidelines
- All tests must pass (
# fail 0) - TypeScript strict mode — no
as anyor@ts-ignorein production code - Follow existing patterns; add tests for new behavior
- Keep commits atomic and well-described
- Docs live in commander-docs — open PRs against
master
Roadmap
| Area | Status | Details |
|---|---|---|
| Event Sourcing | Shipped (0.2.x) | WAL + hash chain, deterministic replay, snapshot recovery |
| Enterprise Security | Shipped (0.2.x) | 7-layer gateway, DLP, capability tokens, plugin sandboxing |
| RAG Knowledge Base | Shipped (0.2.x) | Optional plugin, HNSW vector search |
| Unified Audit Log | Shipped (0.2.x) | Cross-source aggregation, query/export API |
| Petri Net Scheduler | Shipped (0.2.x) | Formal resource allocation, deadlock detection |
| Recovery Bootstrapper | Shipped (0.2.x) | Zombie run detection, automatic recovery on startup |
| npm publish | In progress | @commander/core, @commander/sdk public packages |
| Cloud Platform | Planned | Managed API, usage dashboard, API key management |
| Enterprise SSO | Planned | SSO/SAML, VPC deployment, SLA support |
| Community spaces | Planned | Discord, showcase gallery |
| Ecosystem | Planned | More providers, tools, template projects |
Trust signals
Contribute docs
See Contributing for local setup, content rules, and i18n notes.
Showcase
List your project on the Showcase page (PR welcome).
Stay updated
- Star Commander
- Watch changelog for release notes
- Open an issue when something in the docs is wrong — we treat that as a first-class bug
- Security reports: Security (private email — not public issues)
- 中文入口: 简体中文
Docs for AI assistants
llms.txt— short indexllms-full.txt— full route outline