docs(tr): sync outdated Quick Start sections with English README#1564
docs(tr): sync outdated Quick Start sections with English README#1564hjick wants to merge 1 commit into
Conversation
Insert-only approach that preserves existing Turkish wording: - Quick Start Step 1: fix install command to namespaced form (`everything-claude-code@everything-claude-code`) - Quick Start: new 'İsimlendirme + Geçiş Notu' subsection explaining the three public identifiers (repo/marketplace/npm) - Quick Start Step 3: update component counts from 28/116/59 to 48/183/79 legacy command shims; add 'skills as primary workflow surface' framing - Quick Start: new 'Dashboard GUI' subsection (Tkinter desktop app) - Quick Start: new 'Multi-model command'ları ek kurulum gerektirir' warning block for ccg-workflow runtime Note: What's New section already had v1.10.0 and v1.9.0 entries, so those were not touched. AI-assisted translation — native-speaker review welcome, especially for the Geçiş Notu paragraph and terminology choices around 'marketplace', 'namespace', and 'runtime'. Does not touch existing Turkish paragraphs. Larger English-only sections (Cursor/Codex/OpenCode/Cross-Tool Feature Parity/Background/ Community Projects) left for follow-up PRs.
📝 WalkthroughWalkthroughDocumentation update to the Turkish README clarifying the canonical marketplace identifier for the Claude Code plugin as Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
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 |
Greptile SummaryThis PR adds +48/-2 lines to Confidence Score: 5/5Safe to merge — docs-only change with no runtime impact. All changes are additive Markdown in a translated README. The only finding is a P2 stale comment in the existing directory tree (28 → 48 agents), which does not block merge. No files require special attention beyond the single P2 note on the directory tree comment. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[English README Quick Start] -->|sync| B[docs/tr/README.md]
B --> C[Step 1: Plugin Install\nupdated identifier]
B --> D[İsimlendirme + Geçiş Notu\nNaming + Migration Note]
B --> E[Step 3: counts updated\n48 agent / 183 skill / 79 shim]
B --> F[Dashboard GUI\nnpm run dashboard / python3 ecc_dashboard.py]
B --> G[Multi-model commands\nccg-workflow runtime warning]
|
There was a problem hiding this comment.
🧹 Nitpick comments (1)
docs/tr/README.md (1)
191-191: Consider automating component counts to prevent drift.Line 191 hard-codes
48 agent, 183 skill, 79 legacy command shim. While currently accurate, these values should be derived from an automated source or validated during documentation updates to prevent them from becoming stale as the codebase evolves.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@docs/tr/README.md` at line 191, The sentence hard-codes component counts ("48 agent, 183 skill, 79 legacy command shim") which will drift; replace this static text with values produced or validated automatically (e.g., during docs build or CI) by reading the source manifests/directories for agents, skills and legacy command shims and injecting those counts into README.md; add a small script or CI step (name it something like generateDocsCounts or validateDocsCounts) that calculates counts for "agent", "skill", and "legacy command shim" and either updates the file or fails the build when they mismatch.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@docs/tr/README.md`:
- Line 191: The sentence hard-codes component counts ("48 agent, 183 skill, 79
legacy command shim") which will drift; replace this static text with values
produced or validated automatically (e.g., during docs build or CI) by reading
the source manifests/directories for agents, skills and legacy command shims and
injecting those counts into README.md; add a small script or CI step (name it
something like generateDocsCounts or validateDocsCounts) that calculates counts
for "agent", "skill", and "legacy command shim" and either updates the file or
fails the build when they mismatch.
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="docs/tr/README.md">
<violation number="1" location="docs/tr/README.md:191">
P2: Quick Start component counts conflict with another count in the same README, causing documentation drift and user confusion.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| ``` | ||
|
|
||
| **Bu kadar!** Artık 28 agent, 116 skill ve 59 command'a erişiminiz var. | ||
| **Bu kadar!** Artık 48 agent, 183 skill ve 79 legacy command shim'ine erişiminiz var. |
There was a problem hiding this comment.
P2: Quick Start component counts conflict with another count in the same README, causing documentation drift and user confusion.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/tr/README.md, line 191:
<comment>Quick Start component counts conflict with another count in the same README, causing documentation drift and user confusion.</comment>
<file context>
@@ -173,7 +188,38 @@ Manuel kurulum talimatları için `rules/` klasöründeki README'ye bakın.
-Bu kadar! Artık 28 agent, 116 skill ve 59 command'a erişiminiz var.
+Bu kadar! Artık 48 agent, 183 skill ve 79 legacy command shim'ine erişiminiz var.
+
+### Dashboard GUI
</file context>
</details>
<a href="https://www.cubic.dev/action/fix/violation/2c9c932e-9fa6-47fa-91db-e44cf93b5bdb" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://cubic.dev/buttons/fix-with-cubic-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://cubic.dev/buttons/fix-with-cubic-light.svg">
<img alt="Fix with Cubic" src="https://cubic.dev/buttons/fix-with-cubic-dark.svg">
</picture>
</a>
|
Thanks for the PR. This has been idle for a while and is not merge-ready against the moving main branch, so I am closing it to keep the queue tractable. Reopen is welcome with a current rebase and focused scope; maintainers may also port the useful parts into a fresh PR where appropriate. |
Summary
Brings the Turkish
docs/tr/README.mdQuick Start into alignment with the current English README by inserting missing sections while preserving existing Turkish wording.What changed
Quick Start
/plugin install everything-claude-code→/plugin install everything-claude-code@everything-claude-code, plus NOTE about plugin vs OSS installer28 agent / 116 skill / 59 command→48 agent / 183 skill / 79 legacy command shim, plus skills-first framingccg-workflowruntime warningWhat's New was already up-to-date with v1.10.0 and v1.9.0 entries — not touched.
Scope intentionally limited
Existing Turkish paragraphs preserved verbatim. No restructuring of working sections. Larger English-only sections (Cursor/Codex/OpenCode/Cross-Tool Feature Parity/Background/Community Projects) left for follow-up PRs.
Test plan
docs/tr/Related
/ecc:namespace but installed plugin name is stilleverything-claude-code#1549Summary by CodeRabbit
Release Notes
Summary by cubic
Updates
docs/tr/README.mdQuick Start to match the English README. Adds missing sections (naming/migration, Dashboard GUI, multi‑model runtime), fixes the plugin install command, and refreshes component counts.New Features
affaan-m/everything-claude-code,everything-claude-code@everything-claude-code,ecc-universal.npm run dashboardorpython3 ./ecc_dashboard.py).Migration
/plugin install everything-claude-code@everything-claude-code(fallback to OSS installer if marketplace resolve fails).multi-*commands requireccg-workflow(npx ccg-workflow) to provide~/.claude/bin/codeagent-wrapperand~/.claude/.ccg/prompts/*.Written for commit d470a26. Summary will update on new commits.