Thanks for taking a look. Context101 is an alpha project, so the most useful contributions are small, well-scoped improvements that make self-hosting safer and easier.
- Deployment docs and AWS caveats.
- Connector reliability and clearer error messages.
- Security hardening for trusted-team deployments.
- Tests around brain routing, S3 key handling, connector sync behavior, and MCP tool boundaries.
- UI copy that keeps the alpha status clear without underselling what works.
- Keep changes focused. Avoid broad refactors unless they directly support the fix.
- Document user-facing caveats when behavior is still alpha.
- Run the relevant checks:
npm --prefix web run build
npm --prefix cdk run build
cd cdk && npx cdk synthnpm --prefix web run lint is expected to be clean before release, but the current branch may have existing lint debt while the public-alpha cleanup is in progress.
Please report suspected security issues privately. See SECURITY.md.
By contributing, you agree that your contribution will be licensed under the MIT License.