cdviz CLAUDE.md

Project instructions for CDviz, a software delivery observability platform. Observability here means tracking what happens across a delivery pipeline, and a monorepo is one repository containing several related components.

In plain words
What is it for?
Working on its database, Grafana dashboards, documentation site, Kubernetes charts, demos, and event-specification tests.
Why use it?
They give coding agents the project context, component layout, and development references needed to change the right part of the system.

Instructions file

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/cdviz-dev/cdviz/claude-md
Clone the repo
git clone --depth 1 https://github.com/cdviz-dev/cdviz
Per session 1,953 This file is loaded in full into every session.
When invoked 1,953 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.01953 $0.01953
Opus 5 $0.00977 $0.00977
Sonnet 5 $0.00391 $0.00391
Haiku 4.5 $0.00195 $0.00195

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

Security

Grade A, and why

cdviz 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 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.

CLAUDE.md · 205 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

AGENTS.md - CDviz Monorepo

AI agent instructions for CDviz, an SDLC observability platform built around CDEvents.

Project Context

What: Software delivery pipeline visibility and event tracking
Who: DevOps engineers, tech leads, platform engineers
Architecture: See README.md for comprehensive overview
Development: See CONTRIBUTING.md for detailed setup and workflows

Monorepo Structure

This is a mise monorepo with monorepo_root = true configuration. Components are organized as:

  • cdviz-db/: PostgreSQL + TimescaleDB schema with golang-migrate migrations
  • cdviz-grafana/: TypeScript-based Grafana dashboard generator (Bun + Grafana Foundation SDK)
  • cdviz-site/: VitePress documentation site (Bun + TailwindCSS)
  • charts/: Helm charts for Kubernetes deployment (cdviz-collector, cdviz-db, cdviz-grafana)
  • demos/: Integration testing environments (Docker Compose & Kubernetes)
  • cdevents-spec/: Git submodule with CDEvents specification and conformance tests

Note: cdviz-collector (event collection service) is a separate repository.

Task Execution Pattern

Run tasks from monorepo root using mise's path syntax:

mise tasks --all                      # List all available tasks across components
mise run //cdviz-site:dev             # Run task in specific component
mise run //cdviz-db:migrate:create    # Run nested task
mise run '//...:ci'                   # Run :ci task in all components

AI-Specific Guidance

Component-Specific Instructions

Each component has detailed AGENTS.md with specialized guidance:

Read the full file on GitHub · 205 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. 2d ago First seen · 205 lines · 1,953 tokens per session scan A 57a30fedc6e4

Subscribe to this mod's changes

cdviz CLAUDE.md is an instructions file published in the GitHub repository cdviz-dev/cdviz (24 stars, last pushed 3d ago), licensed Apache-2.0. It adds 1,953 tokens to every session, about $0.0098 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.