Skip to content

Commit 04d01de

Browse files
docs: sync v0.3 threat model and layout
Sync README layout and threat model references for the v0.3.0 command surface.
1 parent 82c5151 commit 04d01de

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ This project has a published GitHub Release line, but no stable support or API g
1010

1111
- Documented the v0.3.0 post-release audit findings and v0.3.1 maintenance hardening target.
1212

13+
### Changed
14+
15+
- Synced the README source-tree layout with the actual v0.3.0 module structure.
16+
- Reviewed the threat model for the v0.3.0 doctor, budget, and explain command surface.
17+
1318
## [0.3.0] - 2026-06-19
1419

1520
### Added

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@ See:
449449
│ ├── budget.py
450450
│ ├── cli.py
451451
│ ├── discovery.py
452-
│ ├── doctor.py
453452
│ ├── explain.py
454453
│ ├── findings.py
455454
│ ├── governance.py

docs/THREAT-MODEL.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Threat Model
22

3-
This document defines the threat model for agent-rules-kit. It was last reviewed for the published v0.2.0 release line and the current post-v0.2.0 main state.
3+
This document defines the threat model for agent-rules-kit. It was last reviewed for the published v0.3.0 release line and the current post-v0.3.0 main state, including the v0.3.0 doctor, budget, and explain command surface.
44

55
It is intentionally narrow. agent-rules-kit is a local CLI for diagnosing AI agent instruction files. It is not a security scanner, malware detector, CI/CD auditor, sandbox, secret manager, or autonomous remediation agent.
66

@@ -11,6 +11,9 @@ In scope for the current release line and current main state:
1111
- local repository paths provided by the user;
1212
- supported agent instruction files such as AGENTS.md, CLAUDE.md, GEMINI.md, Cursor rules, GitHub Copilot instructions, and GitHub instruction files;
1313
- diagnostic output in console, JSON, and Markdown;
14+
- read-only doctor repository diagnosis summaries;
15+
- read-only budget size and context-pressure approximation output;
16+
- read-only explain output for local governance rule IDs;
1417
- explicit init planning;
1518
- explicit init write behavior for baseline AGENTS.md creation or replacement with backup;
1619
- secret-like value redaction in findings and output.

0 commit comments

Comments
 (0)