@tyndall/dynamic-manifest
v0.0.15
Published
Dynamic manifest resolver package for remote page resolution, caching, and policy-aware retrieval.
Downloads
95
Readme
@tyndall/dynamic-manifest
Overview
Dynamic manifest resolver package for remote page resolution, caching, and policy-aware retrieval.
Responsibilities
- Resolve dynamic page definitions from HTTP providers
- Cache responses with etag and ttl semantics
- Expose resolver interfaces shared by runtime, dev, and client paths
Public API Highlights
- createHttpResolver
- createDynamicManifestResolver
Development
- Build: bun run --filter @tyndall/dynamic-manifest build
- Test (from workspace root): bun test
Documentation
- Package specification: spec.md
- Package architecture: architecture.md
- Package changes: CHANGELOG.md
Maintenance Rules
- Keep this document aligned with implemented package behavior.
- Update spec.md and architecture.md whenever package contracts or design boundaries change.
- Record user-visible package changes in CHANGELOG.md.
