Skip to content

0.1.0 - Trellis

Choose a tag to compare

@mattmaynes mattmaynes released this 23 Jun 23:20
8223c4a

The first release of Trellis - rogueoak's shared AI-agent conventions, installable into any repo.

What you get

  • Install in one command. Add the marketplace, install the plugin, run /trellis-install. Your rules land in docs/rules/ and your AGENTS.md points agents at them. /trellis-update keeps them current.
  • Cross-agent. Packaged for Claude Code, OpenAI Codex, Gemini CLI, and Cursor.
  • Two rules to start:
    • guidelines.md - ASCII-only writing; tests, lint, and build green before merge; every PR comment resolved before merge; Conventional Commit messages.
    • language.md - the voice for public-facing writing (warm, specific, terse, no hype).
  • Commit-msg enforcement. A dependency-free POSIX hook checks Conventional Commit format with nothing to install. It displaces and chains onto any existing hook, and warns if a hook manager would shadow it.
  • Pairs with Spectra. Trellis is the conventions; Spectra is the process. Install both; they stay independent.

Quick start (Claude Code)

/plugin marketplace add rogueoak/trellis
/plugin install trellis@trellis
/reload-plugins
/trellis-install

See the README for Codex, Gemini, and Cursor.