Document optional source evidence workflow#21
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughAdds an "Optional Public Source Evidence" section to ChangesAgent Workflow Evidence Docs and SKILL.md Alignment
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
No description provided. |
|
Reviewed stone16/wingman-x#21 at No findings. I verified Verdict: approve. |
|
Verdict: approve Security findings: none blocking.
Performance findings: none.
What I checked:
Docs-specific bar (per issue instructions for docs PRs):
|
|
Consensus reached: approve. |
Summary
Adds an optional public X/Twitter source-evidence workflow to the agent guide, fixes the packaged Claude skill's relative links back to
docs/agent-workflow.md, and updates the skill to reference@wingman-x/agent-kitinstead of the old package name.Why
Wingman-X already has a strong human-reviewed reply flow. Agents sometimes need broader public context than the configured handle list, and the docs now show how to pass that context into the existing candidate review flow without changing who drafts, reviews, or presses Tweet.
Approach
docs/agent-workflow.mdnow includes an optional source-evidence section for OpenClaw plus TweetClaw. The guidance keeps source tools bounded to public context gathering and keeps final synthesis, daemon state, browser session material, approval, and posting inside Wingman-X..claude/skills/discover-twitter-candidates/SKILL.mdnow links to the correct repo-level docs path, points to the new optional evidence section, and uses the current@wingman-x/agent-kitpackage name.How I Tested
Existing tests/checks run:
git diff --checknpx --yes markdown-link-check docs/agent-workflow.md .claude/skills/discover-twitter-candidates/SKILL.md --quietnpm view @xquik/tweetclaw@1.6.31 version openclaw.install repository.url homepage --jsonnpm ci --ignore-scripts --no-audit --no-fundnpm run build:no-bumpnpm run typecheckNotes:
npm run typecheckbefore building local workspace artifacts failed because TypeScript could not resolve local workspace packages such as@wingman-x/kb-contract. Afternpm run build:no-bump, the same typecheck passed.dist/files or dependency artifacts are included in this PR.Rollback Plan
git revert.Out of Scope
Summary by CodeRabbit