Instructions file GitHub Copilot
Copilot instructions for FabianSchurig/bitbucket-cli, covering bitbucket cli — project guidelines, architecture, critical rules, environment and build & test.
This provides a go bitbucket cli bb-cli, an mcp server bb-mcp and a terraform provider. All by focusing on low maintenance using auto generation from the official OpenAPI Spec.
Instructions file GitHub Copilot
Copilot instructions for FabianSchurig/bitbucket-cli, covering bitbucket cli — project guidelines, architecture, critical rules, environment and build & test.
Instructions file GitHub Copilot
Use when modifying the command generator, schema enrichment, or partitioning scripts. Covers the code generation pipeline that produces CLI commands and models from the Bitbucket OpenAPI spec.
Instructions file GitHub Copilot
Use when editing or discussing generated files like commands.gen.go, models.gen.go, or pr-schema.yaml. Prevents accidental manual edits to auto-generated code.
Instructions file GitHub Copilot
Use when modifying the HTTP dispatch handler, auth client, or output formatter. Covers hand-written Go runtime code in internal/client, internal/handlers, and internal/output.