pp-update

A documentation update command for recording development work in Project Progress files. It updates task lists, change logs, status notes, codebase records, or lessons based on what changed.

In plain words
What is it for?
Use it after modifying code, completing tasks, adding files, fixing bugs, or changing an implementation approach.
Why use it?
It keeps project documentation aligned with code changes, completed tasks, bug fixes, and design decisions.

Command

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 commands/unclecode/claude-code-tools/pp-update
Clone the repo
git clone --depth 1 https://github.com/unclecode/claude-code-tools
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 755 The whole file, excluding the scripts and references it only reads on demand.
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.00000 $0.00755
Opus 5 $0.00000 $0.00378
Sonnet 5 $0.00000 $0.00151
Haiku 4.5 $0.00000 $0.00076

Measured yesterday against content hash 2555a069e40c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pp-update 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 yesterday.

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.

plugins/unclecode-cc-toolkit/commands/pp-update.md · 117 lines

How it starts

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

Update Project Documentation

Update project files after making changes.

Arguments

$ARGUMENTS

Purpose

Run after making code changes to keep project documentation in sync. Updates:

  • TODO.md (mark tasks done/in-progress)
  • CHANGELOG.md (log changes)
  • STATUS.md (if state changed)
  • CODEBASE.md (if files added/modified)
  • LESSONS.md (if debugging insights gained)

Execution Instructions

Step 1: Identify Active Subproject

Read .context/project/INDEX.md to get active subproject.

Step 2: Parse Query

Query should describe what was done:

  • "completed T010, T011" → Mark tasks done
  • "added webhook/llm_service.py" → Update CODEBASE
  • "fixed the routing bug" → Update CHANGELOG, possibly LESSONS
  • "changed booking flow approach" → Update CHANGELOG with context

If no query, ask: "What changes did you make? (tasks completed, files added, bugs fixed)"

Step 3: Determine What to Update

Based on query, identify which files need updates:

Query Pattern Files to Update
"completed T###" TODO.md, CHANGELOG.md
"added/created file" CODEBASE.md, CHANGELOG.md
"fixed bug" CHANGELOG.md, possibly LESSONS.md
"changed approach" CHANGELOG.md, possibly STATUS.md
"working on T###" TODO.md (mark in-progress)

Step 4: Collect Additional Info

Ask for any missing info:

  • For CHANGELOG: "Brief description of what changed?"
  • For CHANGELOG: "Any usage examples to include?"
  • For LESSONS: "What was the root cause and solution?"

Step 5: Make Updates

Update files in this order:

  1. TODO.md - Mark tasks
  2. CODEBASE.md - Add files
  3. LESSONS.md - Add learnings
  4. CHANGELOG.md - Log everything
  5. STATUS.md - Update state if needed

Step 6: Confirm Updates

Show summary:

## Updated Project Docs

**TODO.md**: Marked T010, T011 as completed
**CODEBASE.md**: Added webhook/llm_service.py
**CHANGELOG.md**: Added entry for LLM service implementation

Ready to commit? Run: git add . && git commit

Read the full file on GitHub · 117 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. yesterday First seen · 117 lines · 0 tokens per session scan A 2555a069e40c

Subscribe to this mod's changes

pp-update is a command published in the GitHub repository unclecode/claude-code-tools (4 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 755 tokens. 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.