fallow 3.12.0 → 3.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/capabilities.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fallow",
3
- "version": "3.12.0",
3
+ "version": "3.13.0",
4
4
  "manifest_version": "1",
5
5
  "description": "Codebase analyzer for TypeScript/JavaScript: unused code, circular dependencies, code duplication, complexity hotspots, and architecture boundary violations",
6
6
  "global_flags": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fallow",
3
- "version": "3.12.0",
3
+ "version": "3.13.0",
4
4
  "description": "Codebase intelligence for TypeScript and JavaScript. Free static analysis of code and styles, optional paid runtime intelligence (Fallow Runtime). Quality, risk, architecture, dependencies, duplication, and design-system drift for humans, CI, and the agents writing your code. Zero-config framework support.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -87,14 +87,14 @@
87
87
  "@tanstack/intent": "0.3.6"
88
88
  },
89
89
  "optionalDependencies": {
90
- "@fallow-cli/darwin-arm64": "3.12.0",
91
- "@fallow-cli/darwin-x64": "3.12.0",
92
- "@fallow-cli/linux-x64-gnu": "3.12.0",
93
- "@fallow-cli/linux-arm64-gnu": "3.12.0",
94
- "@fallow-cli/linux-x64-musl": "3.12.0",
95
- "@fallow-cli/linux-arm64-musl": "3.12.0",
96
- "@fallow-cli/win32-arm64-msvc": "3.12.0",
97
- "@fallow-cli/win32-x64-msvc": "3.12.0",
98
- "fallow-type-aware": "3.12.0"
90
+ "@fallow-cli/darwin-arm64": "3.13.0",
91
+ "@fallow-cli/darwin-x64": "3.13.0",
92
+ "@fallow-cli/linux-x64-gnu": "3.13.0",
93
+ "@fallow-cli/linux-arm64-gnu": "3.13.0",
94
+ "@fallow-cli/linux-x64-musl": "3.13.0",
95
+ "@fallow-cli/linux-arm64-musl": "3.13.0",
96
+ "@fallow-cli/win32-arm64-msvc": "3.13.0",
97
+ "@fallow-cli/win32-x64-msvc": "3.13.0",
98
+ "fallow-type-aware": "3.13.0"
99
99
  }
100
100
  }
@@ -517,7 +517,7 @@ fallow health --format json --quiet --trend
517
517
  {
518
518
  "kind": "health",
519
519
  "schema_version": 7,
520
- "version": "3.12.0",
520
+ "version": "3.13.0",
521
521
  "elapsed_ms": 32,
522
522
  "summary": {
523
523
  "files_analyzed": 482,
@@ -915,7 +915,7 @@ fallow audit \
915
915
  {
916
916
  "kind": "audit",
917
917
  "schema_version": 7,
918
- "version": "3.12.0",
918
+ "version": "3.13.0",
919
919
  "command": "audit",
920
920
  "verdict": "fail",
921
921
  "changed_files_count": 12,
@@ -992,7 +992,7 @@ fallow flags --format json --quiet --workspace my-package
992
992
  ```json
993
993
  {
994
994
  "schema_version": 7,
995
- "version": "3.12.0",
995
+ "version": "3.13.0",
996
996
  "elapsed_ms": 116,
997
997
  "feature_flags": [],
998
998
  "total_flags": 0
@@ -1093,7 +1093,7 @@ fallow security --gate newly-reachable --changed-since origin/main
1093
1093
  {
1094
1094
  "kind": "security",
1095
1095
  "schema_version": "4",
1096
- "version": "3.12.0",
1096
+ "version": "3.13.0",
1097
1097
  "elapsed_ms": 42,
1098
1098
  "config": {
1099
1099
  "rules": {
@@ -1122,7 +1122,7 @@ fallow security --gate newly-reachable --changed-since origin/main
1122
1122
  {
1123
1123
  "kind": "security",
1124
1124
  "schema_version": "4",
1125
- "version": "3.12.0",
1125
+ "version": "3.13.0",
1126
1126
  "elapsed_ms": 42,
1127
1127
  "config": {
1128
1128
  "rules": {
@@ -1886,7 +1886,7 @@ The HTTP layer mirrors the bash `gh_api_retry` / `curl_retry` helpers: `FALLOW_A
1886
1886
  {
1887
1887
  "kind": "dead-code",
1888
1888
  "schema_version": 7,
1889
- "version": "3.12.0",
1889
+ "version": "3.13.0",
1890
1890
  "elapsed_ms": 45,
1891
1891
  "total_issues": 12,
1892
1892
  "entry_points": {
@@ -2046,7 +2046,7 @@ When `--baseline` is used in combined output, the JSON includes a `baseline_delt
2046
2046
  {
2047
2047
  "kind": "dupes",
2048
2048
  "schema_version": 7,
2049
- "version": "3.12.0",
2049
+ "version": "3.13.0",
2050
2050
  "elapsed_ms": 82,
2051
2051
  "total_clones": 15,
2052
2052
  "total_lines_duplicated": 230,
@@ -2090,11 +2090,11 @@ When running `fallow` with no subcommand (all analyses), the JSON output combine
2090
2090
  {
2091
2091
  "kind": "combined",
2092
2092
  "schema_version": 7,
2093
- "version": "3.12.0",
2093
+ "version": "3.13.0",
2094
2094
  "elapsed_ms": 159,
2095
2095
  "check": {
2096
2096
  "schema_version": 7,
2097
- "version": "3.12.0",
2097
+ "version": "3.13.0",
2098
2098
  "elapsed_ms": 45,
2099
2099
  "total_issues": 12,
2100
2100
  "unused_files": [],
@@ -780,7 +780,7 @@ Manual files:
780
780
  Prefer `fallow hooks install --target agent` to install this file. The script is written and maintained by fallow itself; the canonical source is [`crates/cli/src/setup_hooks/fallow-gate.sh`](https://github.com/fallow-rs/fallow/blob/main/crates/cli/src/setup_hooks/fallow-gate.sh).
781
781
 
782
782
  Behavior you can rely on:
783
- - Runs only when the intercepted command matches `git commit` or `git push`; otherwise exits 0.
783
+ - Runs only when the intercepted command is a `git commit` or `git push`, including invocations that pass git-level options before the subcommand (`git -c user.name=x commit`, `git --no-pager commit`, `git -C dir push`, `git --git-dir=/x push`); anything else exits 0. Set `FALLOW_GATE_DEBUG=1` to log skipped commands to stderr.
784
784
  - Resolves `fallow` from PATH first, then `npx --no-install fallow` as a fallback. Skips with a stderr notice if neither is available or if `jq` is missing.
785
785
  - Enforces a version floor via `FALLOW_GATE_MIN_VERSION` (default `2.85.0`). Binaries below the floor are blocked with an upgrade hint. Set the env var to the empty string to disable the check.
786
786
  - Runs `fallow audit --format json --quiet --explain --gate-marker agent` and, on verdict=`fail`, writes the full JSON envelope to stderr preceded by `fallow-gate: blocked by fallow <version> at <binary>` so the responsible binary is always identifiable. The gate marker lets local Impact record blocked-then-cleared agent gate events when Impact is enabled.