mise-en-space: Instructions file for Claude Code

CLAUDE.md

mise-en-space CLAUDE.md is an instructions file for Claude Code from spm1001/mise-en-space. It costs 20,500 tokens per session, scanned A, original, MIT.

A set of development instructions for mise-en-space, a Google Workspace MCP server for Google Drive and Gmail.

In plain words
What is it for?
It guides edits to the server, its three MCP operations, adapters, hooks, scripts, and suite-managed publishing process.
Why use it?
It clarifies how the project is versioned, released, assembled, and organized, including which source changes are shipped with the plugin.

Instructions file for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

This is spm1001/mise-en-space's own configuration. It tells Claude Code how to work on mise-en-space itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mise-en-space configures →

Runs only inside a plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else, and the catalogue could not identify which plugin ships it.

Reuse

Borrowing it

Nothing to install: this file belongs to spm1001/mise-en-space. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/spm1001/mise-en-space/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/spm1001/mise-en-space

Made for: Claude Code.

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 mise-en-space CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/spm1001/mise-en-space/claude-md/github.svg)](https://agentmods.dev/instructions/spm1001/mise-en-space/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/spm1001/mise-en-space/claude-md"><img src="https://agentmods.dev/badge/instructions/spm1001/mise-en-space/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mise-en-space CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/spm1001/mise-en-space/claude-md"><img src="https://agentmods.dev/badge/instructions/spm1001/mise-en-space/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20,500 This file is loaded in full into every session.
When invoked 20,500 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.20500 $0.20500
Opus 5 $0.10250 $0.10250
Sonnet 5 $0.04100 $0.04100
Haiku 4.5 $0.02050 $0.02050

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

Security

Grade A, and why

mise-en-space CLAUDE.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.

CLAUDE.md · 403 lines

How it starts

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

CLAUDE.md

mise-en-space — Google Workspace MCP (Drive, Gmail) with mise-en-place philosophy: everything prepped, in its place, ready for Claude to cook with.

Versioning & releasing (suite-managed)

mise ships as part of the Batterie de Savoir suite, which carries one suite-wide version. So:

  • Do NOT hand-bump .claude-plugin/plugin.json to release. This repo's own plugin.json version is local-dev-only — the assembler stamps every published plugin to the suite version, overwriting it.
  • Release via /batterie:publish from this working tree — it bumps the suite version centrally and ships the change (a 2-repo push: this repo + the central suite bump). Never hand-run the assemble.
  • mise is vendored full-source (it's the MCP plugin) — so any source edit here, plus CLAUDE.md / instructions.md / skills/ / hooks/ / scripts/, is vendored content that must ride a suite bump (a publish) to ship, or the assembler quarantines the plugin. docs/ / .bon/ / tests/ edits are free (excluded from the vendor) — that free list is exhaustive, so read anything absent from it as shipped. scripts/ is named explicitly because it reads like local tooling and is not: the shipped plugin carries it, which is how a capture_fixtures.py that had been broken since March 2026 went on being distributed to every user for four and a half months (mise-sowepo).

Full picture: spm1001/batterie-de-savoirCLAUDE.md "Versioning convention" + .bon/understanding.md.

Identity flavours (mise vs mise-home) — distinct from build flavours

Mise ships as two identity flavours from this one source: mise (work — mit-workspace-mcp-server OAuth client, @itv.com) and mise-home (personal/family — planetmodha-workspace-mcp client, @planetmodha.com). This is a different axis from the full/slim build flavours (see Development → Build flavours). The home flavour is produced by spm1001/batterie/transforms/make-mise-flavour.sh, a guarded substitution transform that rewrites the identity strings in the vendored copy:

Read the full file on GitHub · 403 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 Changed · +2 lines · +1,857 tokens per session a7c9d0d5b6aa
  2. 8d ago First seen · 401 lines · 18,643 tokens per session scan A b79b4261118b

Subscribe to this mod's changes

mise-en-space CLAUDE.md is an instructions file published in the GitHub repository spm1001/mise-en-space (0 stars, last pushed yesterday), licensed MIT. It adds 20,500 tokens to every session, about $0.1025 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-31.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

deepseek-harness AGENTS.md

AGENTS.md instructions for deepseek-ai/deepseek-harness, covering agents.md, pre-stable apis and released session data, repository layout, commands and host sandbox failures.

deepseek-ai/deepseek-harness · 3,735 tokens