All modules

// knowledge & context modules

Institutional knowledge that survives team changes.

Architectural Decision Records (ADR), Requests for Comments (RFC), Pull Requests (PR), and Onboarding — capture the why behind your code so it's never lost when people move on.

Architectural Decision Records (ADR)

Record why decisions were made — context, alternatives, consequences. Searchable via MCP so architecture reasoning survives team changes.

Requests for Comments (RFC)

Surfaces why decisions were made — never lose the reasoning behind your architecture.

Pull Requests (PR)

Answers what changed and why — pull request history joined with your codebase.

Onboarding

New devs ask, VAEKTOR answers from the full history of your codebase.