Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Chat manual pages still show retired task-state and machinery words

オープン
#1,478 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
78/100
issue の種類
ドキュメント
明瞭さ
明確に書かれている
活発さ
活発
技術スタック
go

調査の方向性

Start with the cited rows in internal/manual/chat/commands.md:1885, models-and-cost.md:673, and how-tasks-run.md:2361, then inspect the gate in internal/manual/chat_test.go:2876. Run the two deterministic codeaf manual commands and review the vocabulary carve-out and banned-word expression. Done means the prose uses current terms, exact handles are explained, the gate catches Needs your look, and invalidates records the corrected wording.

索引モデルが issue の本文から書いたものです。

説明

area:chat bug sev:papercut

Seen on dev@debffabf6. Surfaced while verifying #1422; not introduced by it.

What happened

Current chat manual sections still show auditor as a role name and Needs your look as a task state, although the repo's person-facing vocabulary uses current task-state words and bans machinery terms. The corpus has a gate, TestNoChatPageSpeaksTheHarnessesOwnVocabulary, but it deliberately removes backticked handles before scanning. That explains why backticked auditor passes. Its regular expression also does not cover Needs your look.

Replication

Deterministic (no model). Run codeaf manual "what model checks task work" and codeaf manual "what happens to a task waiting on one needing my decision". Read the roles table and dependency table. Search the corpus for auditor and Needs your look; the quoted rows remain. Inspect the vocabulary gate's backtick carve-out and banned-word expression.

Where

internal/manual/chat/commands.md:1885, models-and-cost.md:673, and how-tasks-run.md:2361 at dev@debffabf6 contain the terms. The gate is internal/manual/chat_test.go:2876.

The fix

Use the current visible terms in explanatory prose and tables. Preserve a machine-readable role identifier only where a person must type or recognize that exact identifier, with an explicit explanation. Extend the gate to cover retired state phrases.

Acceptance

  • e2e: the two codeaf manual questions return current person-facing state and role language, with no unexplained retired wording.
  • Unit: the chat corpus gate catches Needs your look and any unneeded machinery term outside an exact handle.
  • Record the corrected wording in invalidates.
主要言語
Go
スター
115
フォーク
14
平均マージ
9時間 35分
マージ済み PR(30日)
752

環境構築

このプロジェクトの環境構築ファイルはまだ確認していません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

Agent-Field/CodeAF のほかの issue

Agent-Field/CodeAF の issue をすべて見る

似ている issue

Go の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。