docs: update CHANGELOG.md and README.md - #171
Merged
Merged
Conversation
CHANGELOG - [2026-09-10]: record PR #170, and a Fixed note for Issue #63 closing via PR #169 (squash 590b861). - Replace the stale `fix/sha-pin-all-workflows` note with the measured state: as of 2026-09-10 main's workflows still mix full SHAs with mutable tags (checkout@v4 x17, upload-artifact@v4 x6, setup-python@v5 x7, and others), and the pin fix needs write access to .github/workflows/ which the App lacks. README - Refresh the deliverables row: it listed suites that no longer match what is in the directory, and omitted pure-agent-dev, onspace-ai, firecrawl-fastapi and manus-client. - State the CI reality under 'Repository health & standards' instead of implying all checks are green: jobs fail at 'Set up job' on the org's SHA-pin policy, so a PR passing its own tests locally still shows red. Docs only - no code, no workflow files.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Docs-only update. No code, no workflow files, nothing that touches CI config.
CHANGELOG.md
[2026-09-10]### Fixednote recording Issue pure-agent-dev #63 closing via PR feat(deliverables): pure-agent-dev reference implementation #169 (squash590b8615) — the issue closed from the PR'sCloses #63reference, and no.github/workflows/file was touched, so the merge was not blocked by the App'sworkflowsrestriction.[2026-09-08] → Notes— stale line replaced. It claimed a SHA-pin fix sat on branchfix/sha-pin-all-workflows"awaiting admin grant of the App'sworkflowspermission". That is out of date: the permission was granted, the push still fails, and a grant is not what is blocking. The note now records the measured state instead — as of 2026-09-10,main's workflows still mix full SHAs with mutable tags:actions/checkout@v4actions/setup-python@v5actions/upload-artifact@v4subosito/flutter-action@v2somaz94/compress-decompress@v1…plus
gitleaks/gitleaks-action@v2,softprops/action-gh-release@v2and others. The note also states plainly that the fix needs write access to.github/workflows/, which the automation App is refused (refusing to allow a GitHub App to create or update workflow ... without workflows permission), so a maintainer has to apply it — and that this is why feature PRs here show red checks even when their own tests pass.README.md
(security, notebooklm, gemini-cli, gh-devops-toolkit, azure-cli, agent-skill-template, …)— some of which no longer describe the directory, and it omittedpure-agent-dev,onspace-ai,firecrawl-fastapiandmanus-client. Now: "Self-contained feature suites, each with its own README, tests, and CI (e.g.pure-agent-dev,cwe1321-protection-suite,onspace-ai, …)".Verification
Documentation only, so the check is that every factual claim in the diff was read off the repo rather than assumed: the tag counts come from
grepovermain's workflow files, the referencedCONTRIBUTING.md/SECURITY.md/RELEASE.mdwere confirmed to exist, the[2026-09-10]section anchors on the real 09-09 heading, and the CI note was confirmed to live in the 09-08 section (the first draft of the README cross-reference pointed at 09-09 and was corrected).