mustflow 2.106.1 → 2.107.0

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.
@@ -13,6 +13,8 @@ export const SOURCE_ANCHOR_EXTENSIONS = new Set([
13
13
  '.svelte',
14
14
  '.ts',
15
15
  '.tsx',
16
+ '.yaml',
17
+ '.yml',
16
18
  ]);
17
19
  export const SOURCE_ANCHOR_DEFAULT_EXCLUDED_PATH_PARTS = new Set([
18
20
  '.cache',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mustflow",
3
- "version": "2.106.1",
3
+ "version": "2.107.0",
4
4
  "description": "Agent workflow documents and CLI for mustflow repository roots.",
5
5
  "type": "module",
6
6
  "license": "MIT-0",
@@ -1,6 +1,6 @@
1
1
  id = "default"
2
2
  name = "default"
3
- version = "2.106.1"
3
+ version = "2.107.0"
4
4
  description = "Minimal workflow for LLM agents to read, edit, and verify their work in a repository."
5
5
  common_root = "common"
6
6
  locales_root = "locales"