Skip to content

fix: HTTP 云函数 Skill 缺少路径映射和网关路径处理的关键说明#556

Open
binggg wants to merge 7 commits intomainfrom
automation/attribution-issue-mo1hkx69-frhv2z-http-skill
Open

fix: HTTP 云函数 Skill 缺少路径映射和网关路径处理的关键说明#556
binggg wants to merge 7 commits intomainfrom
automation/attribution-issue-mo1hkx69-frhv2z-http-skill

Conversation

@binggg
Copy link
Copy Markdown
Member

@binggg binggg commented Apr 16, 2026

Attribution issue

  • issueId: issue_mo1hkx69_frhv2z
  • category: skill
  • canonicalTitle: HTTP 云函数 Skill 缺少路径映射和网关路径处理的关键说明
  • representativeRun: atomic-js-cloudbase-http-function-deploy/2026-04-16T12-55-40-01e14c

Automation summary

  • root_cause: The main cloud-functions skill did not surface a key HTTP-function guardrail that already existed deeper in the references and MCP tool messaging: creating an HTTP function does not automatically create a browser/public gateway path, /{functionName} is not guaranteed, and gateway path prefixes are separate from the in-function router. In all-in-one usage, agents can stop at the top-level skill and miss that distinction, which is a real product-facing documentation defect.
  • changes: Updated config/source/skills/cloud-functions/SKILL.md with two explicit HTTP-function gotchas and one gateway-exposure note. The skill now warns against assuming automatic public path mapping, warns against baking gateway prefixes like /api/httpDemo into the function router, and states that browser/public access requires separate gateway configuration layered on top of the HTTP function’s own routes.
  • validation: Re-read the existing HTTP-function reference to confirm the new top-level guidance matches the established contract for gateway access and anonymous-access handling, then ran git diff --check to verify the edit is clean. No broader automated test run was necessary becau

Changed files

  • config/source/skills/cloud-functions/SKILL.md

@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@binggg
Copy link
Copy Markdown
Member Author

binggg commented Apr 18, 2026

Attribution post-PR evaluation

  • visibility: internal identifiers, run ids, and private links are intentionally omitted
  • attempt: 5
  • eval_scope: primary_only
  • overall: PASSED
  • summary: all planned evaluation cases passed
  • updated_at: 2026-04-24T14:20:28.023Z

Cases

  • [PASSED] — primary — evaluation passed

@binggg
Copy link
Copy Markdown
Member Author

binggg commented Apr 29, 2026

代码有冲突,而且时间久了,需要重新修复和运行

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant