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/ ...
Code analysis for documentation generation.
The Decode gem provides programmatic access to Ruby code structure and metadata. It can parse Ruby files and extract definitions, comments, and documentation pragmas, enabling code analysis, docume...
This guide explains how to test and monitor documentation coverage in your Ruby projects using the Decode gem's built-in bake tasks.
This guide covers documentation practices and pragmas supported by the Decode gem for documenting Ruby code. These pragmas provide structured documentation that can be parsed and used to generate A...
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.