Sync website docs with code implementation#155
Open
ruanzhengxin-zhuxing wants to merge 1 commit into
Open
Conversation
Correct factual mismatches between the documentation site and the actual iac-code implementation across English docs and all six locale translations (zh-Hans, ja, de, es, fr, pt): - Skills: document only the directory/SKILL.md format, fix the inverted discovery-priority table (bundled skills are highest priority), correct the project-skill search bound (git root to cwd), and note allowed_tools applies to inline and fork modes. - CLI: add the --verbose option and fix a non-existent example model. - Config: IAC_CODE_BASE_URL applies to OpenAI Compatible only. - MCP: fix config source precedence order and scope the plaintext-secret rejection to the mcp add/add-json CLI paths. - ACP: correct method names (session/list, session/set_config_option), permission outcome literals (selected/cancelled, optionId), usage under _meta, initialize clientCapabilities, add mcpCapabilities, and drop the outdated "mcpServers not yet functional" note. - Intro: scope end-to-end deploy/stack management to ROS; Terraform is template generation/conversion only.
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.
Correct factual mismatches between the documentation site and the actual iac-code implementation across English docs and all six locale translations (zh-Hans, ja, de, es, fr, pt):