Skip to content

pullrequests Search Results · language:Edge language:Python language:JavaScript language:JavaScript is:merged language:JavaScript

Filter by

85.9M results  (2 s)

85.9M results

Why Backend CI s ** Run pytest with coverage (Postgres) ** step has been red on main since 690ea85 (#75). The SQLite step + local dev hid it — SQLite is lax where Postgres is strict, which is exactly ...

Summary - Add backend-scoped data refresh tooling and tests. - Add weekly and manual GitHub Actions data refresh workflow. - Generate data/staging/, validate/smoke it, promote to data/current/ only ...

Summary - Add scripts/hyperframes-render-gate.mjs so official HyperFrames MP4 render cannot bypass Munjanggun approval gates. - Block direct npm run render in generated HyperFrames pilots and reject ...

Implements AD-22, the second of the v0.12.0 — API package structure issues (builds on #185). Why this shape /api/v1 and /api/v2 are parallel implementations of one contract (AD-5, AD-21) — identical ...

Summary Completes the Claude Code plugin packaging for the official Anthropic marketplace (anthropics/claude-plugins-official), enabling /plugin install forgedock as a distribution path alongside the ...

Bumps actions/checkout from 6 to 7. details summary Release notes /summary p em Sourced from a href= https://github.com/actions/checkout/releases actions/checkout s releases /a . /em /p blockquote h2 v7.0.0 ...
dependencies
github_actions

Bumps virtualenv from 21.4.1 to 21.4.2. details summary Release notes /summary p em Sourced from a href= https://github.com/pypa/virtualenv/releases virtualenv s releases /a . /em /p blockquote h2 21.4.2 ...
dependencies
python

Summary Adds a copyable GitHub Actions workflow template and documentation that enables automatic CI-integrated PR review via ForgeDock s `/review-pr` pipeline. Users drop one file into their repo and ...

Automated fix for incident INC-20260622-0432-bae-schema-poison (SEV-1). Root cause: A hard-coded field name with a silent 0 default masks schema drift. Fix: Resolve the amount across known aliases (amount/amount_usd/value) ...

What Added the missing nanoid dependency to package.json. Why The CI failed because nanoid was not installed. Adding the dependency ensures the package is available during CI runs.