Commit e873451
committed
fix(ci): re-commit go.work + go.work.sum — required by module hygiene job
The 'chore: reorganize repo' commit removed go.work / go.work.sum and
added them to .gitignore. CI's 'module hygiene' job was designed
around the assumption that go.work is committed: it runs 'go work sync'
then 'go build -mod=readonly', and a separate step greps go.work for
each ./external/{eyrie,inspect,sight,tok,trace,yaad} path. Without
the committed file, both 'go work sync' and the build fail.
Also updates AGENTS.md to reflect that go.work IS committed, and
replaces the .gitignore comment with a pointer to the CI workflow.1 parent fa77e54 commit e873451
4 files changed
Lines changed: 222 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
154 | 157 | | |
155 | 158 | | |
156 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments