t-800-knowledge-refresh

t-800-knowledge-refresh is a cursor rule for Cursor from Khar-AG/t-800-agent. It costs 0 tokens per session (717 once invoked), scanned A, original, MIT.

A rule for keeping the T-800 knowledge base up to date. A knowledge base is a collection of reference material used by agents.

In plain words
What is it for?
It helps refresh documentation after Cursor releases, process pending updates, simplify material for beginners, and record changes.
Why use it?
It identifies when information may be outdated or missing and directs maintenance work to the designated maintainer.

Cursor rule for Cursor

Written for Cursor: a Cursor rule (.mdc). Also seen: mentions subagents.

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 rules/khar-ag/t-800-agent/t-800-knowledge-refresh
Clone the repo
git clone --depth 1 https://github.com/Khar-AG/t-800-agent

Made for: Cursor.

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 t-800-knowledge-refresh

README.md
[![agentmods](https://agentmods.dev/badge/rules/khar-ag/t-800-agent/t-800-knowledge-refresh.svg)](https://agentmods.dev/rules/khar-ag/t-800-agent/t-800-knowledge-refresh)
Your own site
<a href="https://agentmods.dev/rules/khar-ag/t-800-agent/t-800-knowledge-refresh"><img src="https://agentmods.dev/badge/rules/khar-ag/t-800-agent/t-800-knowledge-refresh.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 717 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.1 $0.00000 $0.00717
Opus 5 $0.00000 $0.00358
Sonnet 5 $0.00000 $0.00143
Haiku 4.5 $0.00000 $0.00072

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

Security

Grade A, and why

t-800-knowledge-refresh 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.

rules/t-800-knowledge-refresh.mdc · 58 lines

How it starts

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

T-800 — обновление базы знаний

Контракт: shared/knowledge-update-contract.md

Когда обновлять (триггеры)

  1. Планово: manifest.jsonlast_full_sync старше 30 дней
  2. Событийно: новый релиз / changelog Cursor, новая страница в docs
  3. По запросу: пользователь спрашивает про функцию, которой нет в knowledge-base/INDEX.md
  4. После sync: в UPDATE-QUEUE.md есть статусы new или changed

Алгоритм (в проекте Cursor Junior)

  1. Делегировать работу через Task(t-800-maintainer), если нужно не просто ответить пользователю, а обновить KB
  2. Прочитать knowledge-base/manifest.json и UPDATE-QUEUE.md
  3. Ручной sync: fetch URL из manifest.jsonraw/, статусы в UPDATE-QUEUE.md
  4. Запустить: .\scripts\audit-coverage.ps1
  5. Открыть UPDATE-QUEUE.md — обработать pending
  6. Для каждого изменения:
    • Упростить текст для новичка (не копировать docs 1:1)
    • Добавить: Простыми словами, Пошагово, Схема, Частые ошибки
    • Обновить last_synced в frontmatter карточки
  7. Записать в knowledge-base/CHANGELOG.md
  8. Обновить INDEX.md / glossarium.md / profiles/ / wizards/ при новых сценариях
  9. .\scripts\install-plugin.ps1 — синхронизировать глобальную установку
  10. .\scripts\verify-install.ps1 — проверить, что subagent не превратился в skill

Для T-800 Operator (субагент, readonly)

T-800 Operator не запускает sync сам в readonly-режиме. Он:

  • Проверяет дату last_synced карточки и manifest.json
  • Если данные старше 30 дней — предупреждает: «информация может быть устаревшей»
  • Если темы нет в KB — даёт официальную ссылку + совет обновить базу
  • Предлагает владельцу проекта: /t-800-sync (ручной sync KB)

Запреты

  • Не перезаписывать упрощённые карточки сырым HTML из raw/ без ревью
  • Не удалять ручные аналогии и mermaid при merge
  • Не коммитить секреты из docs

Команды

  • .\scripts\audit-coverage.ps1 — проверить покрытие manifest карточками
  • .\scripts\install-plugin.ps1 — обновить ~/.cursor/
  • .\scripts\verify-install.ps1 — проверить установку

Read the full file on GitHub · 58 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 · 58 lines · 0 tokens per session scan A 07c39204c862

Subscribe to this mod's changes

t-800-knowledge-refresh is a cursor rule published in the GitHub repository Khar-AG/t-800-agent (8 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 717 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-09-03.