Commit 73db023
committed
chore: point repo references at the plainlang org
The GitHub organization moved from Codeplain-ai to plainlang, so every
hardcoded `Codeplain-ai/plain-forge` string is now stale.
- package.json: repository.url, homepage, bugs.url — these ship inside the
published tarball and drive the npm page's Repository link.
- bin/cli.mjs: the usage-guide link printed after install.
- scripts/deploy.sh: REPO, used by the workstation-publish path for the
release lookup and the Deployments API call.
- RELEASING.md: the changelog-link template and the trusted-publisher row.
.github/workflows/publish.yml needs no change: it never hardcodes the org,
reaching for github.repository and github.server_url instead, and auth is
OIDC. The npm trusted-publisher entry has already been repointed.
The RELEASING.md link to Codeplain-ai/codeplain is left as-is — that repo
has not moved.1 parent 0118cd0 commit 73db023
4 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1010 | 1010 | | |
1011 | 1011 | | |
1012 | 1012 | | |
1013 | | - | |
| 1013 | + | |
1014 | 1014 | | |
1015 | 1015 | | |
1016 | 1016 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments