Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 881 Bytes

File metadata and controls

21 lines (12 loc) · 881 Bytes

Rules

faas-cli is a REST client for OpenFaaS - CE, Standard, Enterprise and Edge (faasd)

The CLI is written in Go, to see verbose output for HTTP calls run "FAAS_DEBUG=1"

You must never push code, or commit code. The user does that. You may suggest a Chris Beams style commit message.

All go code must be formatted after editing, do not apply formatting to vendor.

Rules for local models, such as Qwen, etc:

Create and modify files with the write/edit tools, never via cat > file << EOF or bash heredocs. Keep individual tool calls small.

SOTA models like Opus and GPT can ignore the tool calling restrictions.

When iterating on PRs

If you're committing as Alex or Han, the automated code review bot will run. You can use the "gh" CLI to probe the PR and find the last unminimized code review comment from the AI bot, see also: "gh pr list" / "gh pr view --json"