Use this file to decide which detailed reference to read after the main skill.
- You already know the task belongs to Cloud Functions, but the main
SKILL.mdis intentionally keeping only the routing and guardrails.
Read this when the task is about:
exports.main(event, context)- SDK-invoked serverless functions
- timer-triggered jobs
- Event Function deployment or invocation patterns
Read this when the task is about:
- HTTP endpoints
- REST APIs
- SSE or WebSocket services
scf_bootstrap- browser/public access paths for HTTP Functions
Read this when the task is about:
- function logs
- environment-variable updates
- trigger or VPC configuration
- gateway exposure for Event Functions
- legacy tool-name translation
callCloudApifallback for Cloud Functions
- Event Function code shape:
exports.main(event, context) - HTTP Function code shape:
req/resweb server on port9000 - HTTP Access for Event Functions is a gateway configuration, not the HTTP Function runtime model
- CloudRun is the right route when the task is actually a long-lived service or broader container workload