Skip to content

Commit ef6b49a

Browse files
jwesleyeclaude
andcommitted
Add explicit prohibition on manual scanning — use script JSON or stop (v1.3.4)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 833ae6d commit ef6b49a

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.4] - 2026-04-18
9+
10+
### Changed
11+
12+
- Added explicit instruction prohibiting manual directory scanning or file inference — agent must use script JSON or stop with an error
13+
814
## [1.3.3] - 2026-04-18
915

1016
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A [Spec Kit](https://github.com/github/spec-kit) extension that adds the `/speck
1717
directly from GitHub:
1818

1919
```bash
20-
specify extension add --from https://github.com/Open-Agent-Tools/spec-kit-status/archive/refs/tags/v1.3.3.zip EXTENSION
20+
specify extension add --from https://github.com/Open-Agent-Tools/spec-kit-status/archive/refs/tags/v1.3.4.zip EXTENSION
2121
```
2222

2323
## Usage

commands/show.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ Provide a clear, at-a-glance view of project status and workflow progress — an
1212
- macOS/Linux: `sh .specify/extensions/status-report/scripts/bash/get-project-status.sh --json`
1313
- Windows: `pwsh .specify/extensions/status-report/scripts/powershell/Get-ProjectStatus.ps1 -Json`
1414

15-
The script discovers the repo layout, computes task counts, and writes the cache file. Do NOT skip this or replicate its logic manually.
15+
The script discovers the repo layout, computes task counts, and writes the cache file.
16+
17+
**NEVER scan directories, read files, or infer project state manually. All data must come from the script JSON output. If the script fails, report the error and stop.**
1618

1719
## Input Parsing
1820

extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ schema_version: "1.0"
33
extension:
44
id: "status-report"
55
name: "Status Report"
6-
version: "1.3.3"
6+
version: "1.3.4"
77
description: "Project status, feature progress, and next-action recommendations for spec-driven workflows."
88
author: "Open-Agent-Tools"
99
repository: "https://github.com/Open-Agent-Tools/spec-kit-status"

0 commit comments

Comments
 (0)