docs: update for fallow v3.25.0

This commit is contained in:
Bart Waardenburg
2026-09-11 10:52:16 +02:00
parent 08c5203d20
commit f89b006824
5 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
},
"metadata": {
"description": "Agent skills for local-first TypeScript and JavaScript codebase intelligence and Impact summaries using fallow",
"version": "1.2.52"
"version": "1.2.53"
},
"plugins": [
{
@@ -14,7 +14,7 @@
"displayName": "Fallow Code Analysis",
"source": "./fallow",
"description": "Local-first codebase intelligence and Impact summaries for TypeScript and JavaScript using fallow",
"version": "1.2.52",
"version": "1.2.53",
"author": {
"name": "Bart Waardenburg",
"email": "bart@fallow.tools"
+1 -1
View File
@@ -8,7 +8,7 @@
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="MIT License"></a>
<a href="https://github.com/fallow-rs/fallow-skills/actions/workflows/validate.yml"><img src="https://github.com/fallow-rs/fallow-skills/actions/workflows/validate.yml/badge.svg" alt="CI"></a>
<a href="https://agentskills.io"><img src="https://img.shields.io/badge/Agent_Skills-compatible-8A2BE2" alt="Agent Skills"></a>
<a href="https://github.com/fallow-rs/fallow"><img src="https://img.shields.io/badge/fallow-v3.24.1-orange" alt="fallow v3.24.1"></a>
<a href="https://github.com/fallow-rs/fallow"><img src="https://img.shields.io/badge/fallow-v3.25.0-orange" alt="fallow v3.25.0"></a>
</p>
Agent skills for [fallow](https://github.com/fallow-rs/fallow), codebase intelligence for TypeScript and JavaScript. The static layer reports quality, changed-code risk, cleanup opportunities, circular dependencies, code duplication, complexity hotspots, architecture boundary violations, and design-system styling drift in milliseconds. Optional runtime intelligence adds production execution evidence so agents can delete cold code, flag hot-path changes, and retire stale flags with proof. Broad framework plugin coverage, zero configuration. Works with any agent that supports the [Agent Skills](https://agentskills.io) specification: Claude Code, Cursor, OpenAI Codex, Windsurf, GitHub Copilot, Gemini CLI, Amp, and [30+ more](https://agentskills.io). See [Fallow for coding agents](https://fallow.tools/plugins) for the visual overview and store links.
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "fallow",
"displayName": "Fallow Code Analysis",
"version": "1.2.52",
"version": "1.2.53",
"description": "Local-first codebase intelligence and Impact summaries for TypeScript and JavaScript using fallow",
"author": {
"name": "Bart Waardenburg",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "fallow",
"version": "1.2.52",
"version": "1.2.53",
"description": "Local-first codebase intelligence for TypeScript and JavaScript using fallow",
"author": {
"name": "Bart Waardenburg",
@@ -446,7 +446,7 @@ Human output groups paths under "Shared with your team (commit these)" and "Loca
{
"kind": "agent-install",
"schema_version": 1,
"fallow_version": "3.24.1",
"fallow_version": "3.25.0",
"root": "/abs/path",
"mode": "install",
"dry_run": false,
@@ -650,7 +650,7 @@ fallow health --format json --quiet --trend
{
"kind": "health",
"schema_version": 7,
"version": "3.24.1",
"version": "3.25.0",
"elapsed_ms": 32,
"summary": {
"files_analyzed": 482,
@@ -1053,7 +1053,7 @@ fallow audit \
{
"kind": "audit",
"schema_version": 7,
"version": "3.24.1",
"version": "3.25.0",
"command": "audit",
"verdict": "fail",
"changed_files_count": 12,
@@ -1130,7 +1130,7 @@ fallow flags --format json --quiet --workspace my-package
```json
{
"schema_version": 7,
"version": "3.24.1",
"version": "3.25.0",
"elapsed_ms": 116,
"feature_flags": [],
"total_flags": 0
@@ -1231,7 +1231,7 @@ fallow security --gate newly-reachable --changed-since origin/main
{
"kind": "security",
"schema_version": "4",
"version": "3.24.1",
"version": "3.25.0",
"elapsed_ms": 42,
"config": {
"rules": {
@@ -1260,7 +1260,7 @@ fallow security --gate newly-reachable --changed-since origin/main
{
"kind": "security",
"schema_version": "4",
"version": "3.24.1",
"version": "3.25.0",
"elapsed_ms": 42,
"config": {
"rules": {
@@ -2029,7 +2029,7 @@ The HTTP layer mirrors the bash `gh_api_retry` / `curl_retry` helpers: `FALLOW_A
{
"kind": "dead-code",
"schema_version": 7,
"version": "3.24.1",
"version": "3.25.0",
"elapsed_ms": 45,
"total_issues": 12,
"entry_points": {
@@ -2189,7 +2189,7 @@ When `--baseline` is used in combined output, the JSON includes a `baseline_delt
{
"kind": "dupes",
"schema_version": 7,
"version": "3.24.1",
"version": "3.25.0",
"elapsed_ms": 82,
"total_clones": 15,
"total_lines_duplicated": 230,
@@ -2233,11 +2233,11 @@ When running `fallow` with no subcommand (all analyses), the JSON output combine
{
"kind": "combined",
"schema_version": 7,
"version": "3.24.1",
"version": "3.25.0",
"elapsed_ms": 159,
"check": {
"schema_version": 7,
"version": "3.24.1",
"version": "3.25.0",
"elapsed_ms": 45,
"total_issues": 12,
"unused_files": [],