huntedbytheirs
  • Joined on 2026-07-27
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-08-04 14:25:43 -04:00
dc782e941c fix: install libc++ alongside clang for <format> support
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-08-04 14:24:12 -04:00
3302712336 fix: correct C++ compiler naming in CI (clang++-16 not clang-16++)
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-08-04 14:22:47 -04:00
4a8b87e2cd fix: use find instead of ls for clang detection in CI
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-08-04 14:21:11 -04:00
5668708fed fix: detect and install Clang 15-18 with LLVM fallback
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-08-04 14:17:54 -04:00
07a485a535 fix: install CMake 3.28 in CI (runner has 3.18, we need 3.20+)
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-08-04 14:15:51 -04:00
d10679d267 test: add 85 comprehensive tests and Gitea CI/CD workflow
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-08-04 14:05:18 -04:00
09dde98159 fix: report package conflicts in resolve and rebuild handlers
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-08-04 14:00:52 -04:00
7345b026cc feat: add kappa add and kappa remove subcommands
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-08-04 13:50:31 -04:00
7b0538c392 feat: add index-aware recipe resolution with repo support
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-08-04 13:48:26 -04:00
4f1ce17ec8 feat: add repos DSL, index format, and kappa index command
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-08-04 13:29:32 -04:00
86f578bd4a feat: add GNU Make 4.4.1 package definition
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-08-04 13:20:01 -04:00
d02ab4b7b6 docs: update examples with += env operator and env usage docs
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-08-04 12:58:47 -04:00
e817e58698 feat: implement build backend and += env operator, add style guide
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-08-04 12:20:03 -04:00
0aca4b49ca qol: implement easier building and distribution
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-07-31 09:24:19 -04:00
486a476b90 feat: wire rebuild pipeline (scheduler \u2192 build \u2192 install \u2192 services \u2192 bootloader)
7e93db2d07 feat: portability, correctness, and quality improvements for v0.2
Compare 2 commits »
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-07-31 05:33:07 -04:00
dd984f96d4 feat: system-agnostic package manager — 5 inits, 2 bootloaders, parallel scheduler
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-07-30 05:56:18 -04:00
d6612d0a4a fix: rebuild review — dead include, service detection, version compare
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-07-30 05:53:03 -04:00
7712f88386 feat: rebuild, list, rollback — Phase 5 completion
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-07-30 05:32:01 -04:00
c276465f3a fix: CWD restore, install error checks, fetch EINTR
huntedbytheirs pushed to main at huntedbytheirs/kappa 2026-07-30 05:14:54 -04:00
6c993d2d17 fix: Phase 3+4 review — deterministic hash, EINTR, env restore, installer wiring