chore(website+framework): drop AI co-authorship, adopt unified disclosure#168
Merged
Conversation
…sure - Remove `claude-opus-47` from blog frontmatter (14 EN + 14 ES posts) and delete the entry from both `authors.yml` files. - Replace the trailing "Co-written by ..." / "Co-escrito por ..." line in every post with a disclosure note: "This document was produced with assistance from generative AI tools (Claude 4.7); all responsibility for the content rests with the human author." (EN, ES and zh-CN variants). - Apply the same swap to `FOLLOW-UPS-BACKLOG-PATTERN.md` (EN + ES + zh-CN) Credits section and to `ADR-2026-05-08-rebranding-straymark.md` Revisions table. - `migrate-blog.ts`: default authors becomes `['jose']`; docstring corrected to reflect the existing selective-delete cleanup logic. The disclosure pattern emerged while preparing the zh-CN locale; aligning all three locales on a single convention is its own change, kept separate from the zh-CN feature that follows. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
6 tasks
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.
Summary
claude-opus-47from blog frontmatter across the 14 EN + 14 ES posts and from bothauthors.ymlfiles.Co-written by …in EN,Co-escrito por …in ES) with a unified disclosure: "This document was produced with assistance from generative AI tools (Claude 4.7); all responsibility for the content rests with the human author." — including localized EN / ES / zh-CN variants for the governance pattern and ADR.dist/.straymark/00-governance/FOLLOW-UPS-BACKLOG-PATTERN.md(EN + ES + zh-CN)docs/decisions/ADR-2026-05-08-rebranding-straymark.mdwebsite/scripts/migrate-blog.ts: default authors becomes['jose']; docstring corrected.Why
The disclosure pattern emerged while preparing the zh-CN locale (next PR). Aligning all three locales on a single, clearer convention is its own editorial change — better landed standalone so the zh-CN feature stays focused on locale wiring + content.
Test plan
npm run buildinwebsite/produces no new warnings (only the pre-existing broken-link warnings from PR1)./blogand/es/blogshow single-author cards (no "Claude Opus 4.7" stub).straymark validate dist/still passes on the touched governance file.🤖 Generated with Claude Code