You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tightened the repo's agent verification contract around non-opening builds, script ownership checks, and GitHub template/workflow surfaces
added a repo-hygiene GitHub Action plus stronger preflight/test-matrix coverage for shell, Ruby, Python, docs, and agent automation changes
fixed two small Core issues: injected storage paths are now used during Audio preflight, and frontmatter reads stay capped at the maximum limit
hardened AX bridge casting and added package-surface tests for the public TranscriptedCore API
made the BET-88 auto-close workflow label-gated and removed hard-coded mutation of a stale child issue
Audit lanes
This came out of a five-lane audit: architecture boundaries, docs/agent contracts, build/test contracts, Swift smells, and GitHub repo hygiene.
Checks
scripts/dev/agent-preflight.sh
git diff --check
shell syntax checks for root wrappers and scripts/**/*.sh
ruby -c scripts/ops/agent-todo-runner.rb
python3 -m py_compile for meeting corpus, nightly security, digest, and memory-index scripts
bash build-deps.sh --force
bash build.sh --no-open
bash run-tests.sh
bash run-integration-smoke.sh
swift test
Not run
SKIP_NOTARIZATION=1 bash build-beta.sh <token> <user-name>: not run because this PR did not change the release/package path itself; it only updated docs to prefer the non-opening build command.
No actionable findings from this pass. The PR is broad and still draft, and it touches repo automation, verification contracts, AX casting, and the public TranscriptedCore package surface, so it should still get human/product/maintainer review before merge.
manual_merge_handoff:
head_sha: 964e203
verdict: no-findings-but-human
blockers: draft PR; broad repo automation and public Core/package surface need human signoff
checks: gh pr view; gh pr diff --patch; gh pr checks; git diff --check; repo-hygiene passed; workflow YAML parsed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Audit lanes
This came out of a five-lane audit: architecture boundaries, docs/agent contracts, build/test contracts, Swift smells, and GitHub repo hygiene.
Checks
scripts/dev/agent-preflight.shgit diff --checkscripts/**/*.shruby -c scripts/ops/agent-todo-runner.rbpython3 -m py_compilefor meeting corpus, nightly security, digest, and memory-index scriptsbash build-deps.sh --forcebash build.sh --no-openbash run-tests.shbash run-integration-smoke.shswift testNot run
SKIP_NOTARIZATION=1 bash build-beta.sh <token> <user-name>: not run because this PR did not change the release/package path itself; it only updated docs to prefer the non-opening build command.