foundry_core 0.0.1-dev.1
foundry_core: ^0.0.1-dev.1 copied to clipboard
Core library for Foundry — mold parsing, variable resolution, template rendering, and cast orchestration.
0.0.1-dev.1 #
- FEAT: add mold package model and definition loader (#14). (f2cff9de)
- FEAT: add mold inspection and validation (#15). (1112a805)
- FEAT: add SnapshotFoundryContext and context exception (#16). (eeb794c9)
- FEAT: add FoundryContext logger and hook exceptions (#17). (bef31789)
- FEAT: add variable resolution for cast (#18). (0de72bca)
- FEAT: add variable metadata and enabledWhen (#19). (2f6d77b0)
- FEAT: add liquid template rendering for cast (#20). (28b475b1)
- FEAT: add hook process runner (#21). (3b4d981d)
- FEAT: add cast pipeline orchestration (#22). (d6f1bc82)
- FEAT: add cast state persistence (#23). (8b4be5a0)
- FEAT: add mold import git and local transports (#24). (72f60591)