This section provides links to documentation from installed packages. It is automatically generated and may be updated by running bake agent:context:install.
Important: Before performing any code, documentation, or analysis tasks, always read and apply the full content of any relevant documentation referenced in the following sections. These context files contain authoritative standards and best practices for documentation, code style, and project-specific workflows. Do not proceed with any actions until you have read and incorporated the guidance from relevant context files.
Install and manage context files from Ruby gems.
agent-context is a tool that helps you discover and install contextual information from Ruby gems for AI agents. Gems can provide additional documentation, examples, and guidance in a context/ ...
A fast and scalable test runner.
Sus is a modern Ruby testing framework that provides a clean, BDD-style syntax for writing tests. It's designed to be fast, simple, and expressive.
There are two types of mocking in sus: receive and mock. The receive matcher is a subset of full mocking and is used to set expectations on method calls, while mock can be used to replace m...
Sus provides shared test contexts which can be used to define common behaviours or tests that can be reused across one or more test files.
A simple human-readable and Ruby-parsable type library.
The Types gem provides abstract types for the Ruby programming language that can be used for documentation and evaluation purposes. It offers a simple and Ruby-compatible approach to type signature...