Skip to content

Releases: charlie-labs/daemons

@charlie-labs/daemons 2.2.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 21:11
9b73f2a
  • Sync the public pr-review daemon example with the monorepo version, including its refined findings policy (PR #44).

@charlie-labs/daemons 2.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 00:13
a194084
  • Show all daemon examples in the dashboard, including pr-review-triage (PR #37).
  • Add the github-bug-context-researcher, github-issue-duplicate-finder, and github-issue-labeler workflow 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

Choose a tag to compare

@github-actions github-actions released this 22 Jul 22:54
36e4397
  • Guard the pr-metadata daemon's edited-event handling from PR #31 so Charlie-authored edits do not trigger metadata update loops.
  • Add the public pr-review daemon example from PR #33 for focused correctness and repository-guidance review lanes.

@charlie-labs/daemons 2.0.2

Choose a tag to compare

@github-actions github-actions released this 16 Jun 16:04
be4cc98
  • 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

Choose a tag to compare

@github-actions github-actions released this 16 Jun 12:57
d025781
  • 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.md after 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

Choose a tag to compare

@github-actions github-actions released this 14 Jun 23:46
8645258
  • Bump the daemon examples catalog schema to schemaVersion: 2 for structured adaptation inputs.
  • Add public install-PR automation APIs: createDaemonInstallPullRequest() renders daemon install plans into deterministic GitHub pull requests, and listDaemonInstallPullRequests() reconciles install PRs by hidden marker plus deterministic branch refs.
  • Add daemon pr open and daemon pr list CLI 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/daemons package and CLI version with the v2 catalog contract.
  • Breaking: once the v2 catalog reaches master, old @charlie-labs/daemons@0.0.1 clients that read the default catalog will fail closed on the unsupported schema. Upgrade to @charlie-labs/daemons@2.0.0 before consuming master.

@charlie-labs/daemons 0.0.1

Choose a tag to compare

@github-actions github-actions released this 21 May 23:42
3fd107a
  • Initial public release of the @charlie-labs/daemons package and daemon CLI.
  • Includes the generated daemon examples catalog, CLI browsing/scaffolding/validation commands, and release automation bootstrap.