trueline-mcp 2.7.2 → 2.7.3
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 +1 -1
- package/configs/codex/AGENTS.md +2 -2
- package/configs/gemini-cli/GEMINI.md +2 -2
- package/configs/opencode/AGENTS.md +2 -2
- package/configs/vscode-copilot/copilot-instructions.md +2 -2
- package/dist/server.js +37 -37
- package/hooks/core/instructions.js +3 -3
- package/package.json +1 -1
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
|
-
`
|
|
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.
|
package/configs/codex/AGENTS.md
CHANGED
|
@@ -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
|
-
- **
|
|
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) →
|
|
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
|
-
- **
|
|
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) →
|
|
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
|
-
- **
|
|
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) →
|
|
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
|
-
- **
|
|
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) →
|
|
16
|
+
trueline_outline (navigate) → trueline_read (targeted ranges) → trueline_changes (optional) → trueline_edit
|
|
17
17
|
|
|
18
18
|
## Rules
|
|
19
19
|
|