docs: drop "forge" jargon for concrete wording #99

Merged
didericis merged 1 commits from docs/drop-forge-jargon into main 2026-05-28 23:01:50 -04:00
Owner

Summary

We use Gitea, not an abstract "forge" — drop the jargon across the pre-existing research/PRD docs, rewording to preserve meaning.

Changes

  • docs/research/secret-minimization-over-dlp.md — "Forge-API gate" → "Git-host-API gate" (still spans Gitea / GitHub / GitLab); KNOWN_FORGE_HOSTSKNOWN_GIT_HOSTS.
  • docs/research/agent-credential-proxy-landscape.md — "forge tokens" → "Git-host tokens"; example manifest field forge: { kind: "gitea" … }git_host: { … }.
  • docs/prds/0012-stuck-agent-recovery-flow.md — "Git/forge history" → "Git/Gitea history".

Notes

  • Only the platform-noun sense of "forge" is removed. Verb uses ("forge certs", "forged a proposal", "forgeable") and "fire-and-forget" are left alone.
  • Docs-only; no code touched.
  • Companion rewording of the docs introduced on the decision-log branch is in PR #97 (those files don't exist on main yet).
## Summary We use Gitea, not an abstract "forge" — drop the jargon across the pre-existing research/PRD docs, rewording to preserve meaning. ## Changes - `docs/research/secret-minimization-over-dlp.md` — "Forge-API gate" → "Git-host-API gate" (still spans Gitea / GitHub / GitLab); `KNOWN_FORGE_HOSTS` → `KNOWN_GIT_HOSTS`. - `docs/research/agent-credential-proxy-landscape.md` — "forge tokens" → "Git-host tokens"; example manifest field `forge: { kind: "gitea" … }` → `git_host: { … }`. - `docs/prds/0012-stuck-agent-recovery-flow.md` — "Git/forge history" → "Git/Gitea history". ## Notes - Only the platform-noun sense of "forge" is removed. Verb uses ("forge certs", "forged a proposal", "forgeable") and "fire-and-forget" are left alone. - Docs-only; no code touched. - Companion rewording of the docs introduced on the decision-log branch is in PR #97 (those files don't exist on `main` yet).
didericis added 1 commit 2026-05-28 22:58:45 -04:00
docs: drop "forge" jargon for concrete wording
test / unit (push) Successful in 28s
test / integration (push) Successful in 42s
test / unit (pull_request) Successful in 26s
test / integration (pull_request) Successful in 43s
7b4c1cd091
We use Gitea, not an abstract forge. Reword the pre-existing research
and PRD docs: the generic "Forge-API gate"/"forge tokens" become
"Git-host-API gate"/"Git-host tokens" (the gate still spans Gitea /
GitHub / GitLab), "Git/forge history" -> "Git/Gitea history", and the
KNOWN_FORGE_HOSTS / forge: manifest-field examples -> KNOWN_GIT_HOSTS
/ git_host:. Meaning preserved; only the word "forge" is dropped.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
didericis merged commit 7b4c1cd091 into main 2026-05-28 23:01:50 -04:00
Sign in to join this conversation.