moflo 4.12.8 → 4.12.9

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.
@@ -72,6 +72,9 @@ export const SKILLS_MAP = {
72
72
  export const INTERNAL_SKILLS = [
73
73
  'publish', // moflo's own /publish workflow — not consumer-relevant
74
74
  'reset-epic', // moflo's own epic test-data reset — would torch a consumer's repo
75
+ 'flfl', // /fl preloaded with moflo's OWN rules (cross-platform, consumer
76
+ // blast radius, dogfooding) — those are constraints on developing
77
+ // moflo, not on a consumer's project, where they read as noise
75
78
  ];
76
79
  /**
77
80
  * Commands to copy based on configuration
@@ -2,5 +2,5 @@
2
2
  * Auto-generated by build. Do not edit manually.
3
3
  * Source of truth: root package.json → scripts/sync-version.mjs
4
4
  */
5
- export const VERSION = '4.12.8';
5
+ export const VERSION = '4.12.9';
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moflo",
3
- "version": "4.12.8",
3
+ "version": "4.12.9",
4
4
  "description": "MoFlo — AI agent orchestration for Claude Code. A standalone, opinionated toolkit with semantic memory, learned routing, gates, spells, and the /flo issue-execution skill.",
5
5
  "main": "dist/src/cli/index.js",
6
6
  "type": "module",
@@ -99,7 +99,7 @@
99
99
  "@typescript-eslint/parser": "^8.65.0",
100
100
  "eslint": "^10.8.0",
101
101
  "glob": "^11.1.0",
102
- "moflo": "^4.12.7",
102
+ "moflo": "^4.12.8",
103
103
  "tsx": "^4.21.0",
104
104
  "typescript": "^5.9.3",
105
105
  "vitest": "^4.0.0"