docs: bulk-sed molecule-core .md docs → Gitea (#37 final molecule-core sweep) #19
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "docs/molecule-core-bulk-sed"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Bulk-sed of 17 .md files / 39 active refs in molecule-core docs (the largest remaining piece of internal#37).
Driver script:
/tmp/sweep_core.py— same regex-substitution patterns as theinternalrepo bulk-sed (internal#50). Auto-skips historical/pull/<n>,/issues/<n>,/commit/<sha>,/releases/...refs (per Q3 audit-trail decision).Per-file changes
CONTRIBUTING.mdREADME.mdREADME.zh-CN.mddocs/architecture/canary-release.mddocs/architecture/molecule-technical-doc.mddocs/architecture/secrets-key-custody.mddocs/blog/2026-04-20-chrome-devtools-mcp-seo/index.mddocs/blog/2026-04-20-remote-workspaces/index.mddocs/blog/2026-04-22-a2a-v1-agent-platform/index.mddocs/blog/2026-04-22-remote-workspaces/index.mddocs/blog/a2a-v1-production-reference-2026-04-24.mddocs/guides/external-workspace-quickstart.mddocs/guides/remote-workspaces.mddocs/guides/skill-catalog.mddocs/integrations/runtime-native-mcp-status.mddocs/quickstart.mdscripts/README.mdFiles NOT touched in this PR
docs/workspace-runtime-package.md— owned by molecule-core#15 (workspace-runtime source-edit per #41). I reverted my bulk-sed of that file to avoid merge conflict.docs/memory-plugins/testing-your-plugin.md(github.com/Molecule-AI/molecule-monorepo/platform/internal/memory/{client,contract}). Q5 cross-repo Go-module migration territory; out of scope for doc-sweep.gist.github.com/molecule-ai/...link indocs/guides/external-workspace-quickstart.md:224— no Gitea-snippet equivalent; consistent with howdocs#1handled the same case.Patterns substituted
https://github.com/Molecule-AI/<repo>→https://git.moleculesai.app/molecule-ai/<repo>https://github.com/Molecule-AI/<repo>/{blob,tree}/<branch>/<path>→https://git.moleculesai.app/molecule-ai/<repo>/src/branch/<branch>/<path>github.com/Molecule-AI/<repo>in narrative →git.moleculesai.app/molecule-ai/<repo>DoD waivers
Pure-docs PR. No tests / security / observation / migration / version bump.
Hostile self-review (3 weakest spots)
docs/workspace-runtime-package.md. I reverted my bulk-sed of that file to avoid conflict, but the bulk-sed regex would have caught MORE refs than #15's manual edits (#15 hostile-review noted that). Worst case: after #15 merges, the file may still have 1-2 leftover refs that my bulk-sed would have caught — I'll do a follow-up cleanup PR if so.?q=query string). Same lesson as PR docs#1: the regex pattern needs a tighter cut for/issues(vs/issues/<n>). Filed as bulk-sed-script improvement note in this commit message.Refs: internal#37, internal#38.
Doc-sweep / install-path migration. Independent review.