]> quire.kejadlen.dev Git - quire.git/log
quire.git
3 days agoAdd project README and design plan
Alpha Chen [Thu, 23 Apr 2026 21:14:45 +0000 (14:14 -0700)]
Add project README and design plan

Assisted-by: GLM-5.1 via pi
3 days agoScaffold Rust binary project with clap, CI, and tooling
Alpha Chen [Thu, 23 Apr 2026 21:14:45 +0000 (14:14 -0700)]
Scaffold Rust binary project with clap, CI, and tooling

Restructure from a minimal lib+main into a proper binary project
layout: library target with error types, separate binary target
under src/bin/quire/ with clap subcommands (serve, exec), CalVer
versioning via build.rs, integration tests, justfile, clippy config,
mutation testing config, and GitHub Actions CI/release workflows.

Assisted-by: GLM-5.1 via pi
3 days agoInitialize quire project with Cargo skeleton
Alpha Chen [Thu, 23 Apr 2026 16:16:47 +0000 (09:16 -0700)]
Initialize quire project with Cargo skeleton

Assisted-by: GLM-5.1 via pi