-
5225ab5: Added pluggable friction stores, a Postgres.js-backed
Store.postgres({ connectionString })factory, and theFrog.createlogging API.import { Frog, Store } from 'frog' const store = Store.postgres({ connectionString: process.env.DATABASE_URL! }) const frog = Frog.create({ store }) await frog.log({ body: 'The workaround used.', severity: 'minor', title: 'Tool required a workaround', }) const logs = await frog.logs() await store.close()
- 7036898: Updated existing reports in place and reserved recurrence comments for new friction entries.
- eaa1fdf: Validated supplied bodies against local issue forms before writing friction entries.
- aa43e31: Fixed standalone binary releases for package-scoped tags.
- d10576b: Updated package.
- ecd5969: Updated setup documentation and generated agent guidance to prefer standalone installation while retaining project package-manager commands.
- cbe013a: Added standalone executables with verified installers, short install URLs, and in-place updates.
- 5f8dc73: Used the project package manager for generated Frog commands when declared.
- 1aa72b2: Removed the bundled skill and used package-manager runners in installation and generated repository guidance.
- 78b0c57: Enabled inbound logs by default in
frog init, replacing--librarywith--no-inboundfor opting out. - 4571e72: Fixed App reconciliation and pull-request comments, and moved major Action tags with compatible releases.
- 3bb2b8b: Added least-privilege GitHub App reconciliation, enabled receiver-gated outbound reporting by default, and hardened issue matching, branch validation, and artifact deletion.
- ae294c1: Removed automation setup guidance from generated friction log READMEs.
- 425454f: Added a default friction issue form to every
frog initscaffold.
- 74df03e: Added action-only automation and setup guidance, idempotent occurrence tracking, git identity preflights, coded deferrals, resilient reconciliation, and richer CLI outputs for same-repository friction.
- 2cb0be3: Directed agents to install the GitHub App and update
AGENTS.mdafterinit.
- f674db4: Updated
incurto 0.4.20.
- 13dfe8f: Pointed
initat the GitHub App installation, in its call to action and in the friction log it scaffolds.
- a782daf: Updated config.
- 1dee793: Initial release