chore(lexicons): P2.9 prettier, lint-staged, husky, and Copilot setup (#22)
* chore(lexicons): add prettier, lint-staged, husky hooks, and commitlint
Add prettier, lint-staged, husky, and commitlint as devDependencies
using pnpm catalog references. Add format/format:check scripts and husky
prepare script. Create prettier config (matching workspace standard),
lint-staged config, commitlint config, prettierignore, and husky
pre-commit/commit-msg hooks for conventional commit enforcement.
* chore(lexicons): add copilot-setup-steps.yml for AI coding agents
Add GitHub Copilot coding agent setup workflow with pnpm install,
typecheck, and test steps. Enables AI agents to work on the lexicons
repo with proper build and test infrastructure.
* fix(lexicons): add prettier and lint-staged to standalone CI catalog
Add prettier and lint-staged version entries to the per-repo
pnpm-workspace.yaml catalog so pnpm install works in standalone CI
environments (without the workspace root).
* fix(lexicons): regenerate lockfile for catalog: specifiers
The lockfile was out of date after adding devDependencies with
catalog: references. Regenerated to include @commitlint/cli,
@commitlint/config-conventional, husky, lint-staged, and prettier.
authored by