yam-harness 0.1.3 → 0.1.4

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.
package/bin/yam.js CHANGED
@@ -39,7 +39,7 @@ const RETIRED_SKILLS = [
39
39
 
40
40
  const DEST = process.env.YAM_SKILLS_HOME || process.env.TIMETO_SKILLS_HOME || path.join(os.homedir(), '.agents', 'skills');
41
41
  const CODEX_MIRROR = process.env.YAM_CODEX_MIRROR || process.env.TIMETO_CODEX_MIRROR || path.join(os.homedir(), '.codex', 'skills');
42
- const VERSION = '0.1.1';
42
+ const VERSION = '0.1.4';
43
43
  const PROJECT_PACK = 'yam.project.md';
44
44
  const LEGACY_PROJECT_PACK = 'timeto.project.md';
45
45
  const PACK_STALE_DAYS = 30;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yam-harness",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Progressive proof-first Codex harness: start fast, deepen deliberately, stay honest by design.",
5
5
  "type": "module",
6
6
  "author": "0kim0bos",
package/yam.manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yam",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "principles": [
5
5
  "Direction before execution.",
6
6
  "Start fast.",