Sorry, the diff of this file is not supported yet
+2
-2
@@ -5,3 +5,3 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <id>Fuse</id> | ||
| <version>4.2.1</version> | ||
| <version>4.3.0</version> | ||
| <authors>Litenova Solutions</authors> | ||
@@ -19,4 +19,4 @@ <license type="expression">Apache-2.0</license> | ||
| </packageTypes> | ||
| <repository type="git" url="https://github.com/Litenova-Solutions/Fuse.git" commit="1faae10845506a70cd86daa9f5b85ec17dcc1166" /> | ||
| <repository type="git" url="https://github.com/Litenova-Solutions/Fuse.git" commit="bb699067d7a12d93e5d082fcf58b160945a5c1c3" /> | ||
| </metadata> | ||
| </package> |
+14
-2
@@ -22,3 +22,3 @@ <!-- mcp-name: io.github.Litenova-Solutions/fuse --> | ||
| From a .NET project directory: | ||
| From a .NET project inside a Git repository: | ||
@@ -32,3 +32,7 @@ ```bash | ||
| and Grok Build. Use `--client <name>` to configure one client; the default `all` configures | ||
| all seven for the selected scope. | ||
| all seven for the selected scope. `fuse mcp install` writes MCP client registration only. | ||
| `--rules` also writes the client's documented instruction file, such as `AGENTS.md` or | ||
| `CLAUDE.md`; it does not install a skill. `--with-hooks` separately writes project-scoped | ||
| Claude Code hooks. See [Connect your coding agent](https://fuse.codes/docs/start/connect-your-ai) | ||
| for the exact file and scope matrix. | ||
@@ -48,2 +52,10 @@ Reload your MCP client, then ask: | ||
| Every MCP operation except `fuse_reduce` requires a Git repository identity. Fuse walks upward to the nearest | ||
| `.git` directory or file, so a call from a nested source or output folder uses the same | ||
| repository-root daemon, lock, and index. A non-Git folder returns | ||
| `workspace_identity_unresolved:` without starting a daemon or writing an index; | ||
| `fuse_reduce` remains available. Each warm index records its repository root and complete | ||
| file inventory. A missing or incomplete manifest rebuilds automatically even when the | ||
| database already contains file rows. | ||
| <p align="center"> | ||
@@ -50,0 +62,0 @@ <img src="assets/demo/fuse-check-demo.gif" alt="An agent proposes an edit with an invalid OrderOptions member. fuse_check returns CS1061 and a repair packet, then verifies the corrected proposal." width="820"> |
@@ -9,7 +9,7 @@ { | ||
| ".NETCoreApp,Version=v10.0": { | ||
| "fuse-build-capture/4.2.1": { | ||
| "fuse-build-capture/4.3.0": { | ||
| "dependencies": { | ||
| "Basic.CompilerLog.Util": "0.9.47", | ||
| "Fuse.Reduction": "4.2.1", | ||
| "Fuse.Semantics": "4.2.1", | ||
| "Fuse.Reduction": "4.3.0", | ||
| "Fuse.Semantics": "4.3.0", | ||
| "Microsoft.CodeAnalysis.CSharp": "5.6.0", | ||
@@ -1001,3 +1001,3 @@ "Microsoft.CodeAnalysis.VisualBasic": "5.6.0" | ||
| }, | ||
| "Fuse.Collection/4.2.1": { | ||
| "Fuse.Collection/4.3.0": { | ||
| "dependencies": { | ||
@@ -1008,8 +1008,8 @@ "DotNet.Glob": "3.1.3" | ||
| "Fuse.Collection.dll": { | ||
| "assemblyVersion": "4.2.1.0", | ||
| "fileVersion": "4.2.1.0" | ||
| "assemblyVersion": "4.3.0.0", | ||
| "fileVersion": "4.3.0.0" | ||
| } | ||
| } | ||
| }, | ||
| "Fuse.Indexing/4.2.1": { | ||
| "Fuse.Indexing/4.3.0": { | ||
| "dependencies": { | ||
@@ -1023,19 +1023,19 @@ "Microsoft.Data.Sqlite": "10.0.10", | ||
| "Fuse.Indexing.dll": { | ||
| "assemblyVersion": "4.2.1.0", | ||
| "fileVersion": "4.2.1.0" | ||
| "assemblyVersion": "4.3.0.0", | ||
| "fileVersion": "4.3.0.0" | ||
| } | ||
| } | ||
| }, | ||
| "Fuse.Plugins.Abstractions/4.2.1": { | ||
| "Fuse.Plugins.Abstractions/4.3.0": { | ||
| "runtime": { | ||
| "Fuse.Plugins.Abstractions.dll": { | ||
| "assemblyVersion": "4.2.1.0", | ||
| "fileVersion": "4.2.1.0" | ||
| "assemblyVersion": "4.3.0.0", | ||
| "fileVersion": "4.3.0.0" | ||
| } | ||
| } | ||
| }, | ||
| "Fuse.Reduction/4.2.1": { | ||
| "Fuse.Reduction/4.3.0": { | ||
| "dependencies": { | ||
| "Fuse.Collection": "4.2.1", | ||
| "Fuse.Plugins.Abstractions": "4.2.1", | ||
| "Fuse.Collection": "4.3.0", | ||
| "Fuse.Plugins.Abstractions": "4.3.0", | ||
| "Microsoft.Data.Sqlite": "10.0.10", | ||
@@ -1048,11 +1048,11 @@ "Microsoft.Extensions.Logging.Abstractions": "10.0.10", | ||
| "Fuse.Reduction.dll": { | ||
| "assemblyVersion": "4.2.1.0", | ||
| "fileVersion": "4.2.1.0" | ||
| "assemblyVersion": "4.3.0.0", | ||
| "fileVersion": "4.3.0.0" | ||
| } | ||
| } | ||
| }, | ||
| "Fuse.Semantics/4.2.1": { | ||
| "Fuse.Semantics/4.3.0": { | ||
| "dependencies": { | ||
| "Fuse.Collection": "4.2.1", | ||
| "Fuse.Indexing": "4.2.1", | ||
| "Fuse.Collection": "4.3.0", | ||
| "Fuse.Indexing": "4.3.0", | ||
| "Microsoft.Build.Locator": "1.11.2", | ||
@@ -1066,4 +1066,4 @@ "Microsoft.CodeAnalysis.CSharp": "5.6.0", | ||
| "Fuse.Semantics.dll": { | ||
| "assemblyVersion": "4.2.1.0", | ||
| "fileVersion": "4.2.1.0" | ||
| "assemblyVersion": "4.3.0.0", | ||
| "fileVersion": "4.3.0.0" | ||
| } | ||
@@ -1075,3 +1075,3 @@ } | ||
| "libraries": { | ||
| "fuse-build-capture/4.2.1": { | ||
| "fuse-build-capture/4.3.0": { | ||
| "type": "project", | ||
@@ -1424,3 +1424,3 @@ "serviceable": false, | ||
| }, | ||
| "Fuse.Collection/4.2.1": { | ||
| "Fuse.Collection/4.3.0": { | ||
| "type": "project", | ||
@@ -1430,3 +1430,3 @@ "serviceable": false, | ||
| }, | ||
| "Fuse.Indexing/4.2.1": { | ||
| "Fuse.Indexing/4.3.0": { | ||
| "type": "project", | ||
@@ -1436,3 +1436,3 @@ "serviceable": false, | ||
| }, | ||
| "Fuse.Plugins.Abstractions/4.2.1": { | ||
| "Fuse.Plugins.Abstractions/4.3.0": { | ||
| "type": "project", | ||
@@ -1442,3 +1442,3 @@ "serviceable": false, | ||
| }, | ||
| "Fuse.Reduction/4.2.1": { | ||
| "Fuse.Reduction/4.3.0": { | ||
| "type": "project", | ||
@@ -1448,3 +1448,3 @@ "serviceable": false, | ||
| }, | ||
| "Fuse.Semantics/4.2.1": { | ||
| "Fuse.Semantics/4.3.0": { | ||
| "type": "project", | ||
@@ -1451,0 +1451,0 @@ "serviceable": false, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display