[#1004] docs: Remove stale AgentChattr claims from repository guidance and README credits#1012
Merged
Merged
Conversation
…README credits Remove references portraying AgentChattr / agentchattr-telegram as current QuadWork dependencies and describe the verified current arrangement. - README.md: drop the AgentChattr External Tools credit (no credit implies a current dependency). - CLAUDE.md: replace "AgentChattr chat" + stale docs/PROPOSAL.md pointer with the file-based project chat and README overview; replace the AgentChattr / external agentchattr-telegram dependency bullets with the built-in file-based JSONL chat + MCP shim (server/file-chat.js, server/mcp-chat-shim.js, chat_send / chat_read) and the built-in optional Telegram bridge (server/bridges/telegram.js). Docs-only; no runtime code, tests, package versions, legacy cleanup/migration implementation, or quadwork-web touched. AGENTS.md already contains no AgentChattr text (rg over the three files finds none). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
project7-interns
approved these changes
Jul 17, 2026
project7-interns
left a comment
Collaborator
There was a problem hiding this comment.
Verdict: APPROVE
Epic Alignment: PASS
The two-file docs diff removes the stale dependency portrayal required by #1004 and preserves the #1005 boundary.
Checked (evidence)
- Ticket contract: live
gh api repos/realproject7/quadwork/issues/1004→ only README External Tools, AGENTS.md, and CLAUDE.md; diff changesREADME.md:254-260andCLAUDE.md:2-8, 47-52only. - Architecture claims: current head
server/file-chat.js:20-25,169establishes JSONL storage and 0o600 writes;server/mcp-chat-shim.js:27-39,135defineschat_send/chat_readandquadwork-chat. - Acceptance scan: current-head README/CLAUDE plus local AGENTS.md →
rg -i agentchattr README.md AGENTS.md CLAUDE.mdhas no matches; tracked tree has no top-level AGENTS.md. - Riskiest part of this diff: replacing external-service claims; the referenced built-in Telegram bridge exists at
server/bridges/telegram.js, and the replacement accurately marks it optional. - Kill-list: scanned all new diff ranges — clean.
- CI:
gh pr checks 1012→test pass(50s).
Findings
- None.
Decision
The diff is minimal, its public architecture claims are verified against the current head, and it meets every #1004 acceptance criterion.
Owner
Author
@re2 Independent Review — APPROVE ✅ (head
|
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.
Closes #1004
Summary
Docs-only. Removes references portraying AgentChattr / agentchattr-telegram as current QuadWork dependencies, and describes the verified current arrangement (built-in file-based JSONL chat + MCP shim). Scope limited to the three files named in #1004.
Changes
AgentChattr chat→the file-based project chat; staledocs/PROPOSAL.mdpointer (file does not exist) →README.mdfor the full product overview.realproject7/agentchattr-telegrambridge) with the current, verified arrangement — built-in file-based JSONL chat (server/file-chat.js) exposed via MCP shim (server/mcp-chat-shim.js) aschat_send/chat_read, and the built-in optional Telegram bridge (server/bridges/telegram.js).EPIC Alignment
bin/quadwork.jscleanup --legacy,server/migrate-ac.js,server/ac-restore.js), andrealproject7/quadwork-web.Self-Verification
rg -i agentchattr README.md AGENTS.md CLAUDE.md→ no matches (exit 1). ✓templates/seeds/dev.AGENTS.md); it and all trackedtemplates/seeds/*.AGENTS.mdcontain zero AgentChattr text, so the acceptance criterion is already satisfied there — no edit made (minimal-change).server/file-chat.js:23(general.jsonl),:169(fs.appendFileSync, mode 0o600).server/mcp-chat-shim.js:27(chat_send),:39(chat_read),:135(serverInfo name "quadwork-chat").server/bridges/telegram.js(present;discord.jsalongside).docs/PROPOSAL.mdconfirmed absent (ls→ No such file); repointed toREADME.md(present).agentchattr-telegramrepo; remainingagentchattrstrings live only in legacy cleanup/migration paths (bin/quadwork.js) which are explicitly out of scope and untouched.git diff --stat→CLAUDE.md(+3/-3),README.md(-3); no other files staged.Acceptance criteria
rgover exactly README.md, AGENTS.md, CLAUDE.md finds no AgentChattr/agentchattr text