File: content/manuals/ai/docker-agent/reference/config.md
Issue
The documentation inconsistently refers to the product as "Docker Agent", "docker agent", and "cagent" throughout the same file. For example:
This reference documents the YAML configuration file format for agents suing Docker Agent.
(Note: also contains typo "suing" → "using")
Later in the same file:
Docker Agent auto-discovers via Docker Model plugin.
And:
Pass llama.cpp options via provider_opts.runtime_flags
The CLI commands use docker agent (lowercase), but prose references vary between "Docker Agent" (product name) and "cagent" (internal name). The file also references ~/.cagent/ directories and CAGENT_ environment variables.
Suggested fix
Establish consistent terminology:
- Use "Docker Agent" when referring to the product in prose
- Use
docker agent (code formatting) when referring to CLI commands
- Clarify the relationship between "Docker Agent" and "cagent" if they're different things, or consistently use one term
- Fix typo: "suing" → "using"
Apply this consistency across all reference documentation files.
Found by nightly documentation freshness scanner
File:
content/manuals/ai/docker-agent/reference/config.mdIssue
The documentation inconsistently refers to the product as "Docker Agent", "docker agent", and "cagent" throughout the same file. For example:
(Note: also contains typo "suing" → "using")
Later in the same file:
And:
The CLI commands use
docker agent(lowercase), but prose references vary between "Docker Agent" (product name) and "cagent" (internal name). The file also references~/.cagent/directories andCAGENT_environment variables.Suggested fix
Establish consistent terminology:
docker agent(code formatting) when referring to CLI commandsApply this consistency across all reference documentation files.
Found by nightly documentation freshness scanner