]> quire.kejadlen.dev Git - quire.git/shortlog
quire.git
2 days ago Alpha ChenEmbed Fennel compiler and implement load_string round...
2 days ago Alpha ChenAdd design note for Fennel embedding
2 days ago Alpha ChenInstall Rust via rustup instead of system packages
2 days ago Alpha ChenSet RANGER_DEFAULT_BACKLOG in ramekin Dockerfile
2 days ago Alpha ChenExtract Repo struct wrapping a resolved path
2 days ago Alpha ChenAdd ramekin Dockerfile with Rust toolchain
2 days ago Alpha ChenExtract Quire struct to replace Repo and Config threading
2 days ago Alpha ChenStrengthen pre-commit requirement in AGENTS.md
2 days ago Alpha ChenInline repo submodules and add Repo::exists
2 days ago Alpha ChenExtract Repo struct to unify path validation
2 days ago Alpha ChenAdd repo management subcommands (new, list, rm)
2 days ago Alpha ChenSwitch base images from bookworm to trixie
2 days ago Alpha ChenRestrict hook subcommand to HookName enum
2 days ago Alpha ChenBuild git 2.54 from source and add hook subcommand
2 days ago Alpha ChenNote ranger as task manager in AGENTS.md
2 days ago Alpha ChenRun container as host uid/gid
3 days ago Alpha ChenStub HTTP server in quire serve
3 days ago Alpha ChenFix typo in docker/login-action pinned SHA
3 days ago Alpha ChenTrim AGENTS.md to just pre-commit rule only
3 days ago Alpha ChenAdd project AGENTS.md and remove unused miette import
3 days ago Alpha ChenSimplify Config to Default and use miette bail/ensure...
3 days ago Alpha ChenExtract Config struct for shared app configuration
3 days ago Alpha ChenSwitch from color-eyre to miette for error reporting
3 days ago Alpha ChenImplement quire exec dispatch with git command allowlist
3 days ago Alpha ChenComment out coverage and mutation testing in CI
3 days ago Alpha ChenReplace binary release with Docker image build and...
3 days ago Alpha ChenAdd host-side reference configs for SSH dispatch
3 days ago Alpha ChenAdd Dockerfile for step 1 host-mediated dispatch
3 days ago Alpha ChenAdd project README and design plan
3 days ago Alpha ChenScaffold Rust binary project with clap, CI, and tooling
3 days ago Alpha ChenInitialize quire project with Cargo skeleton