Guides

Change scope, code shape, Rust API review, documentation, agent work, and jj workflow.

Work areas

Change shape, Rust review, documentation, coding-agent work, and jj workflow each have a guide entry.

Change, code, and Rust

Change scope, code structure, and Rust maintainability.

Boundaries and feedback

Input, state, failure, diagnostics, and review evidence.

Documentation, agents, and source control

Documentation, agent handoff, jj workflow, and review-facing context.

Coding AgentsCoding-agent guidance covers task setup, repo-owned context, tools, workspaces, verification, handoff proof, feedback loops, and maintainer review flow. It treats agents as workers in a system whose output should be reviewable, durable, and easy to integrate.Documentation WorkflowDocumentation-workflow guidance covers deciding what documentation work belongs in a change, how deep the edit should go, and how review-facing prose should carry evidence. It keeps documentation scope explicit so local fixes, page rewrites, repo maps, and review narratives do not collapse into one unreviewable pass.JJ WorkflowJJ workflow guidance covers source-control inspection, reviewable changes, descriptions, bookmarks, publication, and recovery in jujutsu repositories. It keeps agents and maintainers thinking in jj changes and operations instead of Git-shaped habits.Markdown And DocumentationMarkdown and documentation guidance covers lintable Markdown, reader paths, page modes, Rustdoc, examples, references, and reusable guidance style. It favors current behavior, task-first user docs, durable source links, and prose that preserves local voice.Observability And FailureObservability and failure guidance covers Rust and service boundaries where failures need to be understandable after the fact. It favors structured errors, owned logging boundaries, distinct failure states, safe diagnostics, and enough context for the owner to act.