Releases: charlie-labs/daemons
Releases · charlie-labs/daemons
Release list
@charlie-labs/daemons 2.2.0
- Sync the public
pr-reviewdaemon example with the monorepo version, including its refined findings policy (PR #44).
@charlie-labs/daemons 2.1.0
- Show all daemon examples in the dashboard, including
pr-review-triage(PR #37). - Add the
github-bug-context-researcher,github-issue-duplicate-finder, andgithub-issue-labelerworkflow examples (PR #40). - Avoid cross-daemon reactivations by ignoring Charlie-authored Linear comments and capping flaky-check reruns per check identity and head (PR #32).
@charlie-labs/daemons 2.0.3
@charlie-labs/daemons 2.0.2
- Release the daemon install PR body fix from PR #28 so empty optional integration lists render cleanly without a placeholder bullet.
- Add regression coverage for install PR bodies when optional integrations are empty.
@charlie-labs/daemons 2.0.1
- Release the daemon install PR body improvements from PR #26, replacing the generated install PR body with an educational template that explains what the daemon does and how it works.
- Derive the PR body purpose, routines, watch conditions, and schedule from the rendered and validated
DAEMON.mdafter adaptations are applied. - Include required and optional catalog integrations while preserving the hidden install marker without raw adaptation values.
@charlie-labs/daemons 2.0.0
- Bump the daemon examples catalog schema to
schemaVersion: 2for structured adaptation inputs. - Add public install-PR automation APIs:
createDaemonInstallPullRequest()renders daemon install plans into deterministic GitHub pull requests, andlistDaemonInstallPullRequests()reconciles install PRs by hidden marker plus deterministic branch refs. - Add
daemon pr openanddaemon pr listCLI commands for creating idempotent daemon install PRs and listing install PR statuses from the command line. - Keep raw adaptation values out of install PR markers, API result metadata, and CLI output; marker metadata records adaptation key names only.
- Align the
@charlie-labs/daemonspackage and CLI version with the v2 catalog contract. - Breaking: once the v2 catalog reaches
master, old@charlie-labs/daemons@0.0.1clients that read the default catalog will fail closed on the unsupported schema. Upgrade to@charlie-labs/daemons@2.0.0before consumingmaster.
@charlie-labs/daemons 0.0.1
- Initial public release of the
@charlie-labs/daemonspackage anddaemonCLI. - Includes the generated daemon examples catalog, CLI browsing/scaffolding/validation commands, and release automation bootstrap.