docs: neutralize am framing in specs and code comments (CH-012)#20
Merged
Conversation
Complete the CH-012 neutral positioning across the remaining requirement and design docs plus source comments: gogents is a standalone tool whose local ticket source is written by any producer, and its observability CLI serves external consumers generally. agent-manager stays only as one example of such a producer / --json consumer, not as gogents's defining "execution plane". No spec semantics or program logic change; ticket schema fields (worker, mission, ...) are untouched. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
First release is versioned v0.1.0 and deferred to the go-public batch so install.sh and the badges light up together; no tag is cut this round. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
摘要
收尾 CH-012 的中立定位:把剩餘的需求/設計文件與程式碼註解裡「gogents 是 agent-manager (am) 的執行面」框架,改為 producer/consumer 中立敘述。README/AGENTS 與
install.sh已於 #19 併入 main,本 PR 補齊規格層與註解層。改動內容
local任務源不再綁定 am(改為「任何 producer 皆可寫入」)。GOGENTS_HOME與 amAM_HOME的對稱耦合敘述。runtime_state的讀者由「am」改為「外部消費者」;runtime_state命名說明保留 am 作為 worker 術語對應的例子。verify由「am 的 ticket 可宣告」改為「ticket 可宣告」。--json契約、runtime remove、logs 稽核的服務對象由「am」改為「外部消費者」,am 續留為此類消費者的其中一種;JSON 範例路徑/home/u/.am/workers/...中立化為/home/u/work/...。am dispatch 閘門/am 刪除 ticket→producer …。internal/foundation/config.go、internal/foundation/home.go、internal/cli/query.go、internal/source/local_test.go四處註解同步中立化。影響範圍與風險
worker/mission/depends_on等 YAML 欄位與測試資料原樣保留(那是資料契約,非 am 品牌)。docs/changes/歷史變更單刻意不改(記錄的是當時的 delta 語境)。go vet ./...與go test ./...全綠。驗收方式(請你手動驗證)
git fetch origin && git diff origin/main...docs/ch012-neutral-termsgit diff origin/main...docs/ch012-neutral-terms -- internal/source/local_test.gowriteTicket(... worker: ...)資料行原樣。go vet ./... && go test ./...