]> quire.kejadlen.dev Git - quire.git/log
quire.git
3 days agoAdd host-side reference configs for SSH dispatch
Alpha Chen [Thu, 23 Apr 2026 23:57:07 +0000 (23:57 +0000)]
Add host-side reference configs for SSH dispatch

sshd_config Match block, quire-dispatch script with repo path
validation and git-command allowlist, and a README covering setup
steps. These are reference configs versioned with the repo — the
dispatch script will be replaced by quire exec in step 2.

Assisted-by: GLM-5.1 via pi
3 days agoAdd Dockerfile for step 1 host-mediated dispatch
Alpha Chen [Thu, 23 Apr 2026 23:51:20 +0000 (16:51 -0700)]
Add Dockerfile for step 1 host-mediated dispatch

Minimal image: debian bookworm, git, quire user, bare test repo
at /var/quire/repos/foo.git. Entrypoint passes through to docker
exec invocations. No sshd, no quire binary yet.

Assisted-by: GLM-5.1 via pi
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