packmind packmind-cli-packmindgateway-method-implementation.instructions.md

A set of coding instructions for adding methods to the Packmind CLI gateway, the layer that sends application requests to Packmind's service. It specifies how gateway methods should use the shared HTTP client and types.

In plain words
What is it for?
Use it when adding PackmindGateway methods, defining their return types, delegating to sub-gateways, or making authenticated HTTP requests.
Why use it?
It prevents duplicated authentication and error-handling code and keeps new gateway methods consistent with the existing CLI design.

Instructions file for GitHub Copilot

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/packmindhub/packmind/packmind-cli-packmindgateway-method-implementation
Clone the repo
git clone --depth 1 https://github.com/PackmindHub/packmind

Made for: GitHub Copilot.

Per session 267 This file is loaded in full into every session.
When invoked 267 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00267 $0.00267
Opus 5 $0.00133 $0.00133
Sonnet 5 $0.00053 $0.00053
Haiku 4.5 $0.00027 $0.00027

Measured 2d ago against content hash 0d1c297c7372, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

packmind packmind-cli-packmindgateway-method-implementation.instructions.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

apps/cli/.github/instructions/packmind-cli-packmindgateway-method-implementation.instructions.md · 17 lines

What it actually says

Standard: CLI Gateway Implementation

When adding new methods to the PackmindGateway class in the CLI application, use the PackmindHttpClient abstraction to avoid code duplication and maintain consistency. The older methods contain extens... :

  • Define the method return type using Promise<ResponseType> for type safety
  • Gateway implementations methods should always be typed using Gateway<UseCase>
  • Gateway interfaces should only expose Gateway<UseCase>
  • Gateway should never expose custom command or response types
  • Keep gateway methods concise by delegating authentication and error handling to PackmindHttpClient
  • PackmindGateway must delegate to sub-gateways for each hexa
  • Pass HTTP method and body via options object to httpClient.request() for non-GET requests (e.g., { method: 'POST', body: data })
  • Use this.httpClient.getAuthContext() to retrieve organizationId instead of manually decoding the API key and JWT
  • Use this.httpClient.request<ResponseType>() for all HTTP calls instead of manual fetch with duplicated error handling

Full standard is available here for further request: CLI Gateway Implementation

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 17 lines · 267 tokens per session scan A 0d1c297c7372

Subscribe to this mod's changes

packmind packmind-cli-packmindgateway-method-implementation.instructions.md is an instructions file published in the GitHub repository PackmindHub/packmind (306 stars, last pushed 4d ago), licensed Apache-2.0. It adds 267 tokens to every session, about $0.0013 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.