Commit Graph
5 Commits
Author SHA1 Message Date
r4bbit 7b9fb837e3 refactor: move programs into programs and UIs into apps
This refactors the repository structure as it has grown over time.
2026-05-26 13:54:02 +02:00
r4bbit 6fd87766c2 chore: adjust linting rules and introduce Makefile
This relaxes some of the rules introduced in the previous commit.
To simplify testing, building and formatting locally and on CI, we also
introduce a dedicated makefile
2026-05-22 09:46:53 +02:00
r4bbit 94f14ae305 ci: add IDL freshness check and consolidate artifacts
Move IDL files to artifacts/ and add a convention-based CI check that
discovers all programs via */methods/guest/src/bin/*.rs and fails if
any program is missing its IDL or has one that is out of date.
2026-04-14 11:22:24 +02:00
r4bbit cb8426cbf1 skills: update spel-cli references to use spel 2026-04-01 12:17:52 +02:00
r4bbit 45ed284825 chore: initial repository setup for programs 2026-03-30 23:58:43 +02:00