polar copilot-instructions.md

polar copilot-instructions.md is an instructions file for GitHub Copilot from jamaljsr/polar. It costs 1,129 tokens per session, scanned A, original, MIT.

A set of instructions that helps an AI coding assistant understand and work on the Polar project, a tool for creating local Bitcoin and Lightning test networks with Docker.

In plain words
What is it for?
Use it when contributing to Polar's Docker network setup, application state management, or visual network designer.
Why use it?
It gives the assistant the project's architecture and conventions so it can make changes with the right understanding of the codebase.

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/jamaljsr/polar/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/jamaljsr/polar

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for polar copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jamaljsr/polar/copilot-instructions.svg)](https://agentmods.dev/instructions/jamaljsr/polar/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/jamaljsr/polar/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/jamaljsr/polar/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,129 This file is loaded in full into every session.
When invoked 1,129 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.01129 $0.01129
Opus 5 $0.00564 $0.00564
Sonnet 5 $0.00226 $0.00226
Haiku 4.5 $0.00113 $0.00113

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

Security

Grade A, and why

polar copilot-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 5d 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.

.github/copilot-instructions.md · 100 lines

How it starts

The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Polar - AI Coding Assistant Instructions

Polar is a Bitcoin Lightning Network development tool that creates local regtest networks using Docker containers. This guide helps AI agents understand the architecture and contribute effectively.

Core Architecture

Network Orchestration via Docker Compose

  • Networks are composed of Bitcoin nodes (bitcoind) and Lightning nodes (LND, Core Lightning, Eclair)
  • Each network generates a docker-compose.yml file with pre-configured containers
  • Node configurations are templated in src/lib/docker/composeFile.ts with variable substitution
  • Lightning nodes auto-select compatible Bitcoin backends via filterCompatibleBackends()

State Management (Easy-Peasy + Redux)

  • Store Structure: src/store/models/ - modular stores for network, lightning, bitcoin, designer, mcp
  • Network Model: Manages network lifecycle, node creation, Docker orchestration
  • Designer Model: Handles visual chart state, drag-drop interactions, node positioning
  • Key Pattern: Actions update state → triggers React re-renders → auto-saves via debounced effects

Visual Designer (React Flow Chart)

  • Network topology represented as interactive graph in src/components/designer/NetworkDesigner.tsx
  • Drag-drop from sidebar adds nodes via onCanvasDrop → creates loading node → async node creation → replaces with real node
  • Chart state syncs with network model; positions persisted to disk
  • Custom components: NodeInner, Link, Port for Bitcoin/Lightning-specific rendering

Development Patterns

Node Creation Workflow

  1. User drags node type from sidebar → onCanvasDrop triggered
  2. Temporary loading node added to chart
  3. network.addNode() creates node in network model
  4. Docker compose file regenerated via dockerService.saveComposeFile()
  5. If network running, node auto-starts via toggleNode()
  6. Loading node replaced with actual node in chart

Testing Strategy

  • Unit Tests: Jest with React Testing Library, emphasis on Redux action/state testing
  • Mocks: Extensive Docker service mocking in src/__mocks__/
  • Test Utilities: src/utils/tests/ provides network factories, state builders, async helpers

Read the full file on GitHub · 100 lines

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. 5d ago First seen · 100 lines · 1,129 tokens per session scan A b48ea1acd335

Subscribe to this mod's changes

polar copilot-instructions.md is an instructions file published in the GitHub repository jamaljsr/polar (858 stars, last pushed yesterday), licensed MIT. It adds 1,129 tokens to every session, about $0.0056 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.