@rse/ase 0.9.29 → 0.9.30

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.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  ** Agentic Software Engineering (ASE)
3
3
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  */
6
6
  import path from "node:path";
7
7
  import fs from "node:fs";
package/dst/ase-compat.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  ** Agentic Software Engineering (ASE)
3
3
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  */
6
6
  /* the canonical expected values for every ase-meta-compat probe,
7
7
  keyed by "<category>/<probe-name>" as used in the skill */
package/dst/ase-config.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  ** Agentic Software Engineering (ASE)
3
3
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  */
6
6
  import path from "node:path";
7
7
  import os from "node:os";
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  ** Agentic Software Engineering (ASE)
3
3
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  */
6
6
  import fs from "node:fs";
7
7
  import { InvalidArgumentError } from "commander";
package/dst/ase-getopt.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  ** Agentic Software Engineering (ASE)
3
3
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  */
6
6
  import { z } from "zod";
7
7
  import { Command, Option } from "commander";
package/dst/ase-hook.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  ** Agentic Software Engineering (ASE)
3
3
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  */
6
6
  import path from "node:path";
7
7
  import fs from "node:fs";
package/dst/ase-kv.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  ** Agentic Software Engineering (ASE)
3
3
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  */
6
6
  import { z } from "zod";
7
7
  /* reusable functionality: in-memory key/value store living inside the
package/dst/ase-log.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  ** Agentic Software Engineering (ASE)
3
3
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  */
6
6
  import fs from "node:fs";
7
7
  import chalk from "chalk";
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  ** Agentic Software Engineering (ASE)
3
3
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  */
6
6
  import { z } from "zod";
7
7
  /* the reusable functionality */
package/dst/ase-mcp.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  ** Agentic Software Engineering (ASE)
3
3
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  */
6
6
  import path from "node:path";
7
7
  import { fileURLToPath } from "node:url";
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  ** Agentic Software Engineering (ASE)
3
3
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  */
6
6
  import { isScalar } from "yaml";
7
7
  import { z } from "zod";
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  ** Agentic Software Engineering (ASE)
3
3
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  */
6
6
  import path from "node:path";
7
7
  import fs from "node:fs";
package/dst/ase-setup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  ** Agentic Software Engineering (ASE)
3
3
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  */
6
6
  import fs from "node:fs/promises";
7
7
  import path from "node:path";
package/dst/ase-skills.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  ** Agentic Software Engineering (ASE)
3
3
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  */
6
6
  import { z } from "zod";
7
7
  import { ofetch } from "ofetch";
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  ** Agentic Software Engineering (ASE)
3
3
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  */
6
6
  import fs from "node:fs";
7
7
  import os from "node:os";
package/dst/ase-task.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  ** Agentic Software Engineering (ASE)
3
3
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  */
6
6
  import path from "node:path";
7
7
  import fs from "node:fs";
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  ** Agentic Software Engineering (ASE)
3
3
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  */
6
6
  import { z } from "zod";
7
7
  import { DateTime } from "luxon";
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  ** Agentic Software Engineering (ASE)
3
3
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  */
6
6
  import updateNotifier from "update-notifier";
7
7
  import pkg from "../package.json" with { type: "json" };
package/dst/ase.js CHANGED
@@ -2,7 +2,7 @@
2
2
  /*
3
3
  ** Agentic Software Engineering (ASE)
4
4
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
5
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
5
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
6
6
  */
7
7
  import { Command, CommanderError, Option } from "commander";
8
8
  import Log from "./ase-log.js";
package/package.json CHANGED
@@ -6,8 +6,8 @@
6
6
  "homepage": "http://github.com/rse/ase",
7
7
  "repository": { "url": "git+https://github.com/rse/ase.git", "type": "git" },
8
8
  "bugs": { "url": "http://github.com/rse/ase/issues" },
9
- "version": "0.9.29",
10
- "license": "GPL-3.0-only",
9
+ "version": "0.9.30",
10
+ "license": "Apache-2.0",
11
11
  "author": {
12
12
  "name": "Dr. Ralf S. Engelschall",
13
13
  "email": "rse@engelschall.com",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "ase",
3
- "version": "0.9.29",
3
+ "version": "0.9.30",
4
4
  "description": "Agentic Software Engineering (ASE)",
5
5
  "keywords": [ "agentic", "software", "engineering" ],
6
6
  "homepage": "https://ase.tools",
7
7
  "repository": "https://github.com/rse/ase",
8
- "license": "GPL-3.0",
8
+ "license": "Apache-2.0",
9
9
  "author": {
10
10
  "name": "Dr. Ralf S. Engelschall",
11
11
  "email": "rse@engelschall.com",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "ase",
3
- "version": "0.9.29",
3
+ "version": "0.9.30",
4
4
  "description": "Agentic Software Engineering (ASE)",
5
5
  "keywords": [ "agentic", "software", "engineering" ],
6
6
  "homepage": "https://ase.tools",
7
7
  "repository": "https://github.com/rse/ase",
8
- "license": "GPL-3.0",
8
+ "license": "Apache-2.0",
9
9
  "author": {
10
10
  "name": "Dr. Ralf S. Engelschall",
11
11
  "email": "rse@engelschall.com",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "ase",
3
- "version": "0.9.29",
3
+ "version": "0.9.30",
4
4
  "description": "Agentic Software Engineering (ASE)",
5
5
  "keywords": [ "agentic", "software", "engineering" ],
6
6
  "homepage": "https://ase.tools",
7
7
  "repository": "https://github.com/rse/ase",
8
- "license": "GPL-3.0",
8
+ "license": "Apache-2.0",
9
9
  "author": {
10
10
  "name": "Dr. Ralf S. Engelschall",
11
11
  "email": "rse@engelschall.com",
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  ** Agentic Software Engineering (ASE)
3
3
  ** Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ** Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  */
6
6
 
7
7
  import { defineConfig } from "eslint/config"
@@ -1,7 +1,7 @@
1
1
  ##
2
2
  ## Agentic Software Engineering (ASE)
3
3
  ## Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ## Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ## Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  ##
6
6
 
7
7
  no-multiple-blanks:
@@ -1,7 +1,7 @@
1
1
  ##
2
2
  ## Agentic Software Engineering (ASE)
3
3
  ## Copyright (c) 2025-2026 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
- ## Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
4
+ ## Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
5
5
  ##
6
6
 
7
7
  # [plugin] lint project
@@ -52,7 +52,7 @@ requested communication style at any time during a session.
52
52
  - You *MUST* *use only* one bullet point per explanation aspect.
53
53
  - You *MUST* structure every bullet point by
54
54
  following exactly the *pyramid* structure and formatting
55
- `○ **<title/>**: <core/> ▶ **<keywords/>**: <details/>.`, where:
55
+ `○ **<title/>**: <core/> ▶ **<keywords/>**: <details/>`, where:
56
56
  - <title/> is only one or two *words* capturing the aspect
57
57
  - <core/> is a *very terse core* stating the essence of the aspect
58
58
  using one of the following three sentence patterns:
@@ -82,7 +82,7 @@ requested communication style at any time during a session.
82
82
  - If <ase-persona-style/> is `telegrapher`:
83
83
  - You *MUST* structure every bullet point by
84
84
  following exactly the *pyramid* structure and formatting
85
- `○ **<title/>**: <core/>.`, where:
85
+ `○ **<title/>**: <core/>`, where:
86
86
  - <title/> is only one or two *words* capturing the aspect
87
87
  - <core/> is a *very terse core* stating the essence of the aspect
88
88
  using one of the following three sentence patterns:
@@ -94,7 +94,7 @@ requested communication style at any time during a session.
94
94
 
95
95
  - If <ase-persona-style/> is `caveman`:
96
96
  - You *MUST* structure every bullet point by
97
- following exactly the formatting `○ <core/>.`, where:
97
+ following exactly the formatting `○ <core/>`, where:
98
98
  <core/> is a *very terse core* stating the essence of the aspect
99
99
  using one of the following three sentence patterns:
100
100
  - `<expression/>!`
@@ -6,8 +6,8 @@
6
6
  "homepage": "http://github.com/rse/ase",
7
7
  "repository": { "url": "git+https://github.com/rse/ase.git", "type": "git" },
8
8
  "bugs": { "url": "http://github.com/rse/ase/issues" },
9
- "version": "0.9.29",
10
- "license": "GPL-3.0-only",
9
+ "version": "0.9.30",
10
+ "license": "Apache-2.0",
11
11
  "author": {
12
12
  "name": "Dr. Ralf S. Engelschall",
13
13
  "email": "rse@engelschall.com",