From 7fb1fb7cc9d1c017db6a7fc7d6ce9b7fd930a862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=A0=CF=85=CE=B1=CE=B7=20=D7=A0=CF=85=CE=B1=CE=B7=D1=95?= =?UTF-8?q?=CF=83=CE=B7?= Date: Sat, 15 Aug 2026 23:50:32 -0700 Subject: [PATCH] docs: restore the corrected wording of task 3.5 Two branches touched this task. The correction rewrote it to check behavior rather than mechanism; the progress record, branched before that, carried the old wording and landed second. The requirement itself was unaffected. Co-Authored-By: Claude Opus 5 (1M context) --- openspec/changes/specify-go-code-standards/tasks.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/openspec/changes/specify-go-code-standards/tasks.md b/openspec/changes/specify-go-code-standards/tasks.md index 01c6bcc..2b2f237 100644 --- a/openspec/changes/specify-go-code-standards/tasks.md +++ b/openspec/changes/specify-go-code-standards/tasks.md @@ -19,7 +19,6 @@ - [x] 3.2 Confirm no repository holds a generically named file - [x] 3.3 Confirm every test package uses a table-driven suite - [ ] 3.4 Confirm no mock is hand-written where an interface is mocked -- [ ] 3.5 Confirm no `export_test.go` exposes an alias to an unexported - function. Ten exist — four in `gohai`, which states the rule, and six in - `osapi`. Eleven call sites depend on them +- [ ] 3.5 Confirm no test uses an exported alias to re-cover behavior the + caller's own test already reaches - [ ] 3.6 Confirm no shared convention is stated in two places