@thelogicatelier/sylva 1.0.10 → 1.0.11
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.
|
@@ -123,6 +123,7 @@ function parseManifest(manifest) {
|
|
|
123
123
|
// Exact filename matches
|
|
124
124
|
switch (filename) {
|
|
125
125
|
case "openclaw.json":
|
|
126
|
+
case ".openclaw.json":
|
|
126
127
|
return (0, openclawParser_1.parseOpenclawJson)(manifest);
|
|
127
128
|
case "package.json":
|
|
128
129
|
return (0, packageJsonParser_1.parsePackageJson)(manifest);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thelogicatelier/sylva",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "Auto-generate AGENTS.md for your repository using Ax-LLM. Analyze the structural backbone, data flow, and day-to-day coding conventions natively.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|