Phase 7: documentation scaffold and README improvements #19
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/19/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #18
Summary
WUMING_MAX_DIFF_LINES) and the 300-line hunk-size cap.[x]; Phase 7 heading marked ✓.[project.optional-dependencies] docsgroup withmkdocs-material>=9so contributors can build docs locally viauv run --with mkdocs-material mkdocs serve.mkdocs.ymlline 36 — @marvin8✅ Added in commit
1b83cec—mikeplugin withalias_type: redirectandcanonical_version: latestis now inmkdocs.yml, matching the zaojun config. Also addedmike>=2to the[project.optional-dependencies] docsgroup inpyproject.toml.docs/getting-started/deploying-on-woodpecker.mdline 113 — @marvin8✅ Fixed in commit
1b83cec— backtick removed from the bare number 16384 in this file and in the equivalent sentence indocs/reference/configuration.mdanddocs/reference/agents.md.docs/getting-started/deploying-on-woodpecker.mdline 10 — @marvin8🔴 Not changed. WuMing posts PR review comments via
POST /repos/{owner}/{repo}/issues/{index}/comments— the API path is underissues, so the required token scope in Forgejo is Issues: Write. The text is correct for the Forgejo/Codeberg permission model.docs/reference/agents.mdline 67 — @marvin8🔴 Not changed — the sentence at that position already ends with a period:
…backend you have configured inWUMING_BACKEND.This was a false positive.docs/reference/agents.mdline 64 — @marvin8✅ Fixed in commit
1b83cec— backtick removed from the bare number 16384.docs/reference/agents.mdline 60 — @marvin8✅ Fixed in commit
1b83cec— added a sentence after the example: "The example above uses DeepSeek model names; substitute the appropriate identifier for Anthropic or Ollama backends." TheWUMING_AGENTSrow inconfiguration.mdalso now notes that model names are backend-specific.docs/reference/agents.mdline 4 — @marvin8🔴 Not changed. "Agents run concurrently" uses
runas an intransitive verb (subject–verb), which is grammatically correct. "Are run concurrently" (passive) is equally valid but not an improvement. Keeping the active form.docs/reference/configuration.mdline 31 — @marvin8✅ Fixed in commit
1b83cec— backtick removed from the bare number 16384.docs/reference/configuration.mdline 24 — @marvin8✅ Fixed in commit
1b83cec— appended "Model names are backend-specific." to theWUMING_AGENTStable cell.README.mdline 74 — @marvin8🔴 Not changing the behaviour — hunk truncation was implemented in Phase 5 (already merged) and this PR only documents it. The design question is fair but out of scope here; if you want to revisit the truncation strategy, that belongs in a separate issue.
README.mdline 75 — @marvin8✅ Fixed in commit
1b83cec. The original description was factually wrong —truncate_large_hunks()indiff.pyreplaces the entire hunk with a single stub line (+[... N lines truncated — too large for review ...]), not first+last lines. The README now reads: "replaced with a single stub line showing the line count" with a concrete example of the stub format.