Build And Test banner
fardavide fardavide

Build And Test

Testing community

Description

--- description: Build and test Granita the sanctioned way — package tests, then both app targets. --- Run these, in this order, and report the real output rather than a summary of it. ```bash make test # package test suite, on the host, no simulator make build # compile-check the package and both app targets, unsigned ``` **If the change adds code, run the gate too, before opening the pull request:** ```bash make coverage # the same verdict CI gives — main's baseline, the same script

Installation

Installs to ~/.claude/commands/fardavide-granita-build-and-test.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/fardavide/granita/HEAD/.claude/commands/build-and-test.md -o ~/.claude/commands/fardavide-granita-build-and-test.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository