Community¶
context-guru is a Rossoctl platform component, licensed under Apache-2.0.
Contributing¶
Sign-off is mandatory
Every commit must be signed off under the DCO:
This adds a Signed-off-by: trailer. PRs with unsigned commits will not be
merged.
- AI attribution — when a commit was assisted by an AI agent, attribute it
with an
Assisted-By:trailer. Do not useCo-Authored-By, and do not add "Generated with" lines. - Conventional-commit titles —
feat:,fix:,docs:,refactor:,test:,chore:. Keep PRs focused; CI (lint, test, build, Trivy) must be green. - Every reduction must be reversible and fail-open — add tests for both the happy path and the fault-injection (fail-open) path.
Governance & policies¶
| Document | |
|---|---|
| CONTRIBUTING.md | How to contribute, DCO, PR norms. |
| GOVERNANCE.md | Project governance model. |
| MAINTAINERS.md | Current maintainers. |
| SECURITY.md | Reporting security issues (do not open public issues for vulnerabilities). |
| CODE_OF_CONDUCT.md | Community standards. |
| LICENSE | Apache-2.0. |