Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@

# podCI

## Status

podCI is currently in a temporary stabilization phase while active development focus is on [crushr](https://github.com/UglyEgg/crushr) (a related integrity-first archival system).

The core model and design remain unchanged. Targeted work is planned to restore and harden deterministic execution, environment reproducibility, and release workflows.

Development will resume following the crushr 1.0 milestone, with a focus on reliability and production readiness.

---

`podCI` ("Podman Continuous Integration") is a **local-first, Podman-backed CI runner** meant to be embedded into repository templates so teams can compile and test quickly with consistent behavior across machines.

It is designed for **multi-language repos** and mixed stacks (common in KDE/Qt and platform tooling): Rust, C++, and (soon) Python via `uv`.
Expand Down
Loading