Releases: wyrd-company/wyrwood
Releases · wyrd-company/wyrwood
Release list
0.1.0
Changelog
- f0bea49 Initial commit
- 0a71f54 chore(release): pin package publisher contract
- 0671533 docs(events): unify consumer identity contract
- 15e0abf docs(management): close configuration contract gaps
- eb5f313 docs(management): specify interactive configuration
- 43c0aac docs: add Wyrwood website guide and demo
- ad076da docs: correct Linux control transport wording
- cac070a docs: make setup choices explicit
- cb188bd feat(agent): enforce consumer signing policy
- 35cd143 feat(agent): recover paired upstream connections
- b6ec435 feat(cli): add scriptable management commands
- 8b8ee10 feat(cli): manage configuration through daemon
- d21ed11 feat(config): implement strict persisted configuration
- 858b1bc feat(configuration): mediate management through daemon
- 97cf6b4 feat(control): run the per-user daemon API
- 9996b3a feat(endpoints): reconcile Linux consumer listeners
- 330b124 feat(events): persist bounded operational history
- 5b4a46f feat(linux): prove container-mounted agent milestone
- 1944721 feat(release): add Linux package publishing
- 0541e9c feat(runtime): add atomic configuration snapshots
- fe8be7c feat(service): manage the systemd user daemon
- efe9178 feat(tui): add configuration workflows
- 1e7f152 feat(tui): add diagnostic application shell
- a9f2750 feat(tui): connect daemon configuration projection
- 68fd731 feat: bootstrap Wyrwood foundation
- d6e9068 fix(agent): bound hostile protocol messages
- ec27a55 fix(agent): bound session binding replay
- ccce7f0 fix(cli): classify incomplete consumer results
- 97bb9b6 fix(config): align initialization and validation contracts
- 451d443 fix(config): initialize at the platform default path
- 202ba81 fix(configuration): pin publication directory identity
- f264c44 fix(control): harden daemon input boundaries
- 676e673 fix(endpoints): harden reconciliation transitions
- 24d0620 fix(endpoints): record preparation failures
- 9171169 fix(events): harden durable store boundaries
- ede99dd fix(events): require secure existing store parent
- 161b6cc fix(release): correct package publisher secret names
- fce9c2b fix(release): enforce publisher secret contract
- ebbab94 fix(release): gate publishing on package compatibility
- 2f2bbe9 fix(release): harden toolchain contract
- 8704f1b fix(release): pin compatible Go toolchain
- 081c1f4 fix(service): harden lifecycle status reporting
- 8762641 fix(tui): address adversarial workflow findings
- 0a18273 fix(tui): address lifecycle and rendering review
- e06f9ef fix(tui): exit cleanly and restore terminal state
- 9c81952 fix(tui): honor terminal color capability
- 27fddea fix(tui): reset interrupt after discard dismissal
- ef0926e fix(tui): show configured fingerprint identities
- 9dfa55c fix: address foundation review findings
- 3ea2343 perf(tui): reuse terminal style palette
- 54aaf51 refactor(control): unify cancellable read requests
- aee317e test(cli): cover structured edge cases
- 1c52f88 test(integration): address milestone review findings
- d3d597f test(integration): prove management milestone
- 4ae61ad test(integration): synchronize management actions
- c250e35 test(release): reject legacy secrets repository-wide
- 975c26b test(runtime): define fingerprint order semantics
- 0533630 test(tui): cover control adapter and scheduler
- aa09e08 test(tui): isolate upstream signal race