jules-extension copilot-instructions.md

jules-extension copilot-instructions.md is an instructions file for GitHub Copilot from Hiroki-org/jules-extension. It costs 3,176 tokens per session, scanned A, original, MIT.

A project guide for a TypeScript VS Code extension that manages Google Jules coding sessions and GitHub pull-request work. It covers authentication, status checks, diffs, branches, the extension interface, and the required review and continuous-integration workflow.

In plain words
What is it for?
It is for developing the extension, connecting to the Jules and GitHub APIs, building its views, checking pull requests, viewing diffs, managing branches, and monitoring continuous-integration results.
Why use it?
It explains the project’s architecture and the completion steps expected after opening a pull request, including replying to and resolving review discussions and waiting for checks.

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/hiroki-org/jules-extension/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/Hiroki-org/jules-extension

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 jules-extension copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/hiroki-org/jules-extension/copilot-instructions.svg)](https://agentmods.dev/instructions/hiroki-org/jules-extension/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/hiroki-org/jules-extension/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/hiroki-org/jules-extension/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,176 This file is loaded in full into every session.
When invoked 3,176 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.03176 $0.03176
Opus 5 $0.01588 $0.01588
Sonnet 5 $0.00635 $0.00635
Haiku 4.5 $0.00318 $0.00318

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

Security

Grade A, and why

jules-extension 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 · 325 lines

How it starts

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

Jules Extension - Copilot Instructions

Jules Extension is a TypeScript-based VS Code extension for creating, monitoring, and reviewing Google Jules coding sessions directly inside VS Code. It also handles GitHub authentication, PR status checks, diff viewing, and branch operations. This repository is a single-package extension project. Source code lives in src/, production output lives in dist/, and compiled test output lives in out/.

In this repository, the job is not finished when a PR is opened. A task is only complete after review conversations have replies, conversations are resolved, and CI has been monitored through completion. The gh workflow and the repeated sleep 300 && gh pr checks <PR#> loop are mandatory operating procedures here.

Quick Reference

Item Tech / Responsibility Location
Extension core TypeScript, VS Code Extension API src/extension.ts
Jules API integration Google Jules API client src/julesApiClient.ts
GitHub integration OAuth, repo URL, PR helpers src/githubAuth.ts, src/githubUtils.ts
UI Tree View, Chat View, Document Provider src/chatView.ts, src/planDocumentProvider.ts
Session diff support Diff, changeset, artifacts src/sessionArtifacts.ts, src/sessionContextMenuArtifacts.ts
Security helpers Log sanitization, URL credential stripping src/securityUtils.ts
Tests Mocha + vscode-test src/test/
Build esbuild esbuild.js, dist/
CI GitHub Actions, pnpm, Node 20/22 .github/workflows/

Project Overview

This project is not a monorepo. The repository contains a single VS Code extension package with its code and configuration at the root.

  • The extension manages Jules sessions, activities, chat, plan approval, PR opening, and diff inspection inside VS Code.
  • GitHub auth and PR visibility are first-class features. Remote branch state, PR URL resolution, and GitHub sign-in flows are easy to break and must be treated carefully.
  • Security-sensitive logging behavior is explicit in this codebase. Sanitization and credential stripping are part of the supported behavior, not optional cleanup.
  • Do not hand-edit generated outputs in dist/ or out/. Edit src/ and regenerate through the normal build and test flow.

Read the full file on GitHub · 325 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 · 325 lines · 3,176 tokens per session scan A 494d1fa655f8

Subscribe to this mod's changes

jules-extension copilot-instructions.md is an instructions file published in the GitHub repository Hiroki-org/jules-extension (19 stars, last pushed 2d ago), licensed MIT. It adds 3,176 tokens to every session, about $0.0159 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.