Initial layout: apps/fileshare/ (seeded from daniel/furtka apps/), CI (JSON + manifest validator + shellcheck), release pipeline (tag-driven, mirrors core repo), vendored manifest schema for offline validation. The core repo (daniel/furtka) at 26.6-alpha keeps apps/fileshare as a seed so offline first-boot still has an installable app; this catalog becomes authoritative once a box has synced at least once. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1,010 B
1,010 B
Changelog
All notable changes to the Furtka apps catalog will be documented here.
Format: Keep a Changelog.
Versioning: CalVer (YY.N) — same scheme as the core Furtka repo.
Unreleased
26.6-alpha - 2026-04-20
Added
- Initial catalog release. Carries one app: fileshare (v0.1.1, SMB
share over
dperson/samba). Copied from thedaniel/furtkaseed so boxes on 26.6 see the same fileshare bits whether they pull the catalog or fall back to the bundled seed. - Release pipeline + CI parity with the core repo:
scripts/build-catalog-tarball.sh,scripts/publish-catalog-release.sh,scripts/validate-catalog.py(CI guardrail — loads every manifest via the vendoredfurtka.manifest.load_manifest+ cross-checks compose volume references).