docs: unify README doc domain, add deepagents-cli reference row, clarify presence markers#1737
Merged
Conversation
…ify presence markers - README: fix the lone 'Supported Tools' link that used the rulesync.dyoshikawa.com host to the majority dyoshikawa.github.io/rulesync convention used by every other README doc link (#1727). - README: clarify that a single ✅ means supported in at least one mode (project/global/simulated), using Codex CLI commands (global-only) as a concrete example, and link to the full mode breakdown (#1724, #1727). - docs/reference + skills/rulesync supported-tools: add the missing deepagents-cli row. Markers are derived from the source-of-truth processors (rules ✅, mcp ✅🌏, subagents ✅, skills ✅, hooks 🌏 global-only), not guessed (#1727). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Owner
Author
|
@dyoshikawa Thank you! |
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.
Summary
Resolves the actionable documentation follow-ups identified after PR #1710 (which restructured the "Supported Tools and Features" matrix into a presence overview), batched into one PR. Grouped by issue:
#1727 — Docs follow-ups from PR #1710
README.mdhad a single "Supported Tools" link using therulesync.dyoshikawa.comhost while every other README doc link usesdyoshikawa.github.io/rulesync. The outlier is switched to the majority convention.deepagents-clireference row added. The README presence overview listsdeepagents-cli, butdocs/reference/supported-tools.md(and its synced copyskills/rulesync/supported-tools.md) had no row. Added one with markers derived from the source-of-truth processors, not guessed:✅—rules-processor.ts(supportsGlobal: false)✅ 🌏—mcp-processor.ts(supportsProject/supportsGlobal: true; noenabledTools/disabledTools→ no🔧)✅, skills✅— native, project-only (no simulated/global)🌏—hooks-processor.ts(supportsProject: false, supportsGlobal: true→ global-only)deepagentsentry#1724 — Review of PR #1710 (presence overview)
✅means "supported in at least one mode (project, global, or simulated)", with Codex CLIcommands(global-only) as a concrete example, and links to the full mode breakdown in the reference. This addresses the review's main concern that the flat✅hides global-only / simulated-only support.src/features/commands/codexcli-command.ts:18-21throws unless{ global: true };docs/reference/supported-tools.mdlists Codex CLI commands as🌏only.Not in scope (left open)
manual/model_decisiontrigger modes; none are implemented in rulesync today), but closing them is a large multi-feature buildout that needs maintainer scoping (priority/order, native-vs-simulated, project-vs-global coverage). It is intentionally not bundled into this docs PR and remains open.Validation evidence
src/features/{rules,mcp,subagents,skills,hooks}/*-processor.tsdeepagents meta;src/features/commands/codexcli-command.ts:18-21.rulesync.dyoshikawa.comvs 6 ofdyoshikawa.github.io/rulesyncbefore the fix.skills/rulesync/supported-tools.mdis kept byte-identical todocs/reference/supported-tools.mdbyscripts/sync-skill-docs.ts.Test plan
pnpm cicheck— green:fmt:check/oxlint/eslint/typecheckpass; 5844 tests pass;check:sync-skill-docs,cspell(0 issues), andsecretlintpass.Closes #1727
Closes #1724
🤖 Generated with Claude Code