fix: Skill 未引导 Agent 使用正确的部署工具路径,导致 HTTP 云函数创建后实际未生效#534
Open
Conversation
…sue_mnzgm6vs_zs4kzk)
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Attribution issue
Automation summary
exports.main(...)style Node.js functions as directmanageFunctionscandidates. That misrouted HTTP cloud function work away from the correct deployment path. In addition, thecloud-functionsskill did not make the post-create HTTP delivery steps explicit enough: HTTP functions still need explicitmanageGateway(action="createAccess")for URL access, and legacywriteSecurityRulerequests must be translated toqueryPermissions/managePermissionsrather than copied literally.config/source/skills/cloud-functions/SKILL.mdto explicitly warn thatcreateFunctionalone does not make an HTTP function reachable, to require gateway + permission follow-up for externally accessible HTTP functions, and to map legacy names likewriteSecurityRuletomanagePermissions. Updatedconfig/source/guideline/cloudbase/SKILL.mdandconfig/source/editor-config/guides/cloudbase-rules.mdcso the all-in-one deployment workflow now distinguishes Event vs HTTP functions, recognizes HTTP-function criteria (`portEvaluation contract
atomic-js-cloudbase-http-function-basicChanged files
.agents/skills/mcp-attribution-worktree.agents/skills/mcp-attribution-worktree/SKILL.md.agents/skills/mcp-attribution-worktree/references/evaluation-verification.md.agents/skills/mcp-attribution-worktree/references/iteration-loop.md.agents/skills/mcp-attribution-worktree/references/report-api-workflow.md.agents/skills/mcp-attribution-worktree/references/subagent-orchestration.md.agents/skills/mcp-attribution-worktree/references/value-triage.md.agents/skills/mcp-attribution-worktree/references/worktree-repair.md.codebuddy/attribution-context/issue_mnzgm6vs_zs4kzk/README.md.codebuddy/attribution-context/issue_mnzgm6vs_zs4kzk/evaluation-trace.json.codebuddy/attribution-context/issue_mnzgm6vs_zs4kzk/issue.json.codebuddy/attribution-context/issue_mnzgm6vs_zs4kzk/representative-evidence.json.codebuddy/attribution-context/issue_mnzgm6vs_zs4kzk/run-result.json.codebuddy/attribution-context/issue_mnzgm6vs_zs4kzk/run-trace.json.codebuddy/skills/mcp-attribution-worktree.codebuddy/skills/mcp-attribution-worktree/SKILL.md.codebuddy/skills/mcp-attribution-worktree/references/evaluation-verification.md.codebuddy/skills/mcp-attribution-worktree/references/iteration-loop.md.codebuddy/skills/mcp-attribution-worktree/references/report-api-workflow.md.codebuddy/skills/mcp-attribution-worktree/references/subagent-orchestration.md.codebuddy/skills/mcp-attribution-worktree/references/value-triage.md.codebuddy/skills/mcp-attribution-worktree/references/worktree-repair.mdconfig/source/editor-config/guides/cloudbase-rules.mdcconfig/source/guideline/cloudbase/SKILL.mdconfig/source/skills/cloud-functions/SKILL.mdtests/skill-quality-standards.test.js