@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);
@@ -76,6 +76,7 @@ const MANIFEST_EXACT_NAMES = new Set([
76
76
  "yarn.lock",
77
77
  "pnpm-lock.yaml",
78
78
  "openclaw.json",
79
+ ".openclaw.json",
79
80
  "angular.json",
80
81
  "workspace.json",
81
82
  "project.json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thelogicatelier/sylva",
3
- "version": "1.0.10",
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": {