vibe-style 0.1.13

Rust style checker with syntax and semantic analysis, plus a safe auto-fixer for deterministic, rule-driven code layout.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Guide Index

Purpose: Provide the entry point for operational guidance and runbooks.

## Start here

- `AGENTS.md` for automated agent rules and tooling constraints.
- `docs/spec/index.md` for the normative system specifications and contracts.
- `docs/governance.md` for documentation structure, ownership, and update rules.

## Guide sections

### Development

- `docs/guide/development/languages/python.md` — Python environment and workflow.
- `docs/guide/development/languages/rust.md` — Rust development and style rules for this repository.
- `docs/guide/development/dependency_upgrade_workflow.md` — Dependency upgrade workflow for Rust dependencies.