Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

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

Abierto
#1,478 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Los mantenedores suelen responder en 1 día

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
78/100
Tipo de issue
Documentación
Claridad
Bien especificado
Estado de actividad
Activo
Stack tecnológico
go

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

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.
Lenguaje dominante
Go
Estrellas
115
Forks
14
Merge medio
9 h 35 min
PR fusionados (30 d)
752

Preparar el entorno

Aún no hemos revisado los archivos de configuración de este proyecto. Empieza por su README y consulta nuestra guía para la primera contribución para los pasos generales.

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de Agent-Field/CodeAF

Todos los issues de Agent-Field/CodeAF

Issues similares

Más issues de Go

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.