trueline-mcp 2.7.2 → 2.7.4

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/README.md CHANGED
@@ -79,7 +79,7 @@ Multiple edits can be batched in a single call and applied atomically.
79
79
 
80
80
  ### Review: semantic diffs
81
81
 
82
- `trueline_diff` provides an AST-based summary of structural changes
82
+ `trueline_changes` provides an AST-based summary of structural changes
83
83
  compared to a git ref. Instead of raw line diffs, it reports
84
84
  added/removed/renamed symbols, signature changes, and logic modifications
85
85
  with inline mini-diffs. Pass `["*"]` to diff all changed files at once.
@@ -8,12 +8,12 @@ built-in file operations.
8
8
 
9
9
  - **trueline_read** — Read a file with per-line hashes and range checksums. Call before editing.
10
10
  - **trueline_edit** — Apply hash-verified edits. Each edit needs a checksum from trueline_read.
11
- - **trueline_diff** — Preview edits as a unified diff without writing to disk.
11
+ - **trueline_changes** — Semantic AST-based summary of structural changes vs a git ref.
12
12
  - **trueline_outline** — Get a compact structural outline of a source file.
13
13
 
14
14
  ## Workflow
15
15
 
16
- trueline_outline (navigate) → trueline_read (targeted ranges) → trueline_diff (optional) → trueline_edit
16
+ trueline_outline (navigate) → trueline_read (targeted ranges) → trueline_changes (optional) → trueline_edit
17
17
 
18
18
  ## Rules
19
19
 
@@ -8,12 +8,12 @@ built-in file operations.
8
8
 
9
9
  - **trueline_read** — Read a file with per-line hashes and range checksums. Call before editing.
10
10
  - **trueline_edit** — Apply hash-verified edits. Each edit needs a checksum from trueline_read.
11
- - **trueline_diff** — Preview edits as a unified diff without writing to disk.
11
+ - **trueline_changes** — Semantic AST-based summary of structural changes vs a git ref.
12
12
  - **trueline_outline** — Get a compact structural outline of a source file.
13
13
 
14
14
  ## Workflow
15
15
 
16
- trueline_outline (navigate) → trueline_read (targeted ranges) → trueline_diff (optional) → trueline_edit
16
+ trueline_outline (navigate) → trueline_read (targeted ranges) → trueline_changes (optional) → trueline_edit
17
17
 
18
18
  ## Rules
19
19
 
@@ -8,12 +8,12 @@ built-in file operations.
8
8
 
9
9
  - **trueline_read** — Read a file with per-line hashes and range checksums. Call before editing.
10
10
  - **trueline_edit** — Apply hash-verified edits. Each edit needs a checksum from trueline_read.
11
- - **trueline_diff** — Preview edits as a unified diff without writing to disk.
11
+ - **trueline_changes** — Semantic AST-based summary of structural changes vs a git ref.
12
12
  - **trueline_outline** — Get a compact structural outline of a source file.
13
13
 
14
14
  ## Workflow
15
15
 
16
- trueline_outline (navigate) → trueline_read (targeted ranges) → trueline_diff (optional) → trueline_edit
16
+ trueline_outline (navigate) → trueline_read (targeted ranges) → trueline_changes (optional) → trueline_edit
17
17
 
18
18
  ## Rules
19
19
 
@@ -8,12 +8,12 @@ built-in file operations.
8
8
 
9
9
  - **trueline_read** — Read a file with per-line hashes and range checksums. Call before editing.
10
10
  - **trueline_edit** — Apply hash-verified edits. Each edit needs a checksum from trueline_read.
11
- - **trueline_diff** — Preview edits as a unified diff without writing to disk.
11
+ - **trueline_changes** — Semantic AST-based summary of structural changes vs a git ref.
12
12
  - **trueline_outline** — Get a compact structural outline of a source file.
13
13
 
14
14
  ## Workflow
15
15
 
16
- trueline_outline (navigate) → trueline_read (targeted ranges) → trueline_diff (optional) → trueline_edit
16
+ trueline_outline (navigate) → trueline_read (targeted ranges) → trueline_changes (optional) → trueline_edit
17
17
 
18
18
  ## Rules
19
19