Skip to content

Conversation

@LNSD
Copy link
Contributor

@LNSD LNSD commented Jan 23, 2026

Restructure the coding guidelines from .patterns/ into docs/code/ as discoverable markdown documents with YAML frontmatter, reducing context overhead for coding agents.

  • Relocate pattern docs from .patterns/ to docs/code/ with simplified names
  • Split idiomatic-rust.md into rust-modules.md, rust-type-design.md, and code-pattern-docs.md
  • Add /code-pattern-discovery skill for loading relevant coding patterns
  • Add /code-pattern-fmt-check skill for validating pattern doc formatting
  • Convert /code-review command to a skill with pattern violation checks
  • Update AGENTS.md to reference new skills and integrate patterns into the workflow

Note

Reorganizes coding standards into discoverable pattern docs and introduces skills-based workflows for agents and CI.

  • Moves pattern docs from .patterns/ to docs/code/ with YAML frontmatter and adds the spec code-pattern-docs.md
  • Splits and expands patterns: rust-modules, rust-type-design, rust-error-handling, error-reporting, logging, documentation, testing-patterns, services-pattern, cargo-workspace-patterns, plus crate-specific docs (admin-api-*, metadata-db-*, udf-documentation)
  • Adds skills: /code-pattern-discovery and /code-pattern-fmt-check; converts code review into /code-review skill with pattern checks
  • Updates AGENTS.md and feature skills to reference new patterns; removes legacy .patterns/ and deprecated cmd
  • Updates GitHub Action claude-code-review.yml to use the new /code-review skill and clearer instructions

Written by Cursor Bugbot for commit 11d4d09. This will update automatically on new commits. Configure here.

@LNSD LNSD requested review from fubhy, leoyvens and shiyasmohd January 23, 2026 12:26
@LNSD LNSD self-assigned this Jan 23, 2026
@LNSD LNSD added the workflow label Jan 23, 2026
@LNSD LNSD force-pushed the lnsd/docs-patterns-docs-and-skills branch from 2b60ee9 to f7cbe0e Compare January 23, 2026 20:25
@LNSD LNSD marked this pull request as ready for review January 23, 2026 20:25
Restructure the coding guidelines from `.patterns/` into `docs/code/` as discoverable markdown documents with YAML frontmatter, reducing context overhead for coding agents.

- Relocate pattern docs from `.patterns/` to `docs/code/` with simplified names
- Split `idiomatic-rust.md` into `rust-modules.md`, `rust-type-design.md`, and `code-pattern-docs.md`
- Add `/code-pattern-discovery` skill for loading relevant coding patterns
- Add `/code-pattern-fmt-check` skill for validating pattern doc formatting
- Convert `/code-review` command to a skill with pattern violation checks
- Update `AGENTS.md` to reference new skills and integrate patterns into the workflow

Signed-off-by: Lorenzo Delgado <lorenzo@edgeandnode.com>
@LNSD LNSD force-pushed the lnsd/docs-patterns-docs-and-skills branch from f7cbe0e to 11d4d09 Compare January 23, 2026 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants