@rse/ase 0.9.29 → 0.9.31

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.31",
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.31",
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.31",
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.31",
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
@@ -1003,7 +1003,7 @@ its purpose, and the alternatives that were considered but not chosen.
1003
1003
  - In case the rationale is not present, the
1004
1004
  entire `, **BECAUSE** [...]` clause is omitted.
1005
1005
 
1006
- - The known *Client Aspects* which usually have to covered (at least for
1006
+ - The known *Client Aspects* which usually have to be covered (at least for
1007
1007
  clients in a Rich-Client architecture):
1008
1008
 
1009
1009
  - **Interface Theme**:
@@ -1079,7 +1079,7 @@ its purpose, and the alternatives that were considered but not chosen.
1079
1079
  - **Environment Detection**:
1080
1080
  Runtime Detection, Feature Detection.
1081
1081
 
1082
- - The known *Server Aspects* which usually have to covered (at least for
1082
+ - The known *Server Aspects* which usually have to be covered (at least for
1083
1083
  servers, sometimes called Thin-Servers, in a Rich-Client architecture):
1084
1084
 
1085
1085
  - **Environment Detection**:
@@ -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/>!`
@@ -143,10 +143,10 @@ Skill Sequential Processing
143
143
  - *IMPORTANT*: You *MUST* *strictly sequentially* execute every <step/> in
144
144
  a <flow/>. You *MUST* not implicitly skip any <step/> during
145
145
  processing, except you were explicitly requested to do this or the
146
- step is a configured to be a conditional step!
146
+ step is configured to be a conditional step!
147
147
 
148
148
  - *IMPORTANT*: You *MUST* *strictly sequentially* execute every numbered
149
- items in a <step/>. You *MUST* not implicitly skip any numbered item during
149
+ item in a <step/>. You *MUST* not implicitly skip any numbered item during
150
150
  processing, except you were explicitly requested to do this!
151
151
 
152
152
  - *IMPORTANT*: For any <step/> that specifies an *agent* in its
@@ -120,7 +120,7 @@ you *MUST* honor the following so-called "CRAFTING TENETS":
120
120
  RECONCILIATION TENETS
121
121
  ---------------------
122
122
 
123
- When *reconcile* a set of target artifacts to a set of source artifacts,
123
+ When *reconciling* a set of target artifacts to a set of source artifacts,
124
124
  you *MUST* honor the following so-called **RECONCILIATION TENETS**:
125
125
 
126
126
  - **Directional Authority**:
@@ -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.31",
10
+ "license": "Apache-2.0",
11
11
  "author": {
12
12
  "name": "Dr. Ralf S. Engelschall",
13
13
  "email": "rse@engelschall.com",
@@ -1,7 +1,7 @@
1
1
 
2
2
  ## NAME
3
3
 
4
- `ase-meta-diaboli` - Play "Devil's Advocate" (latin: "Advocatus Diaboli")
4
+ `ase-meta-diaboli` - Play "Devil's Advocate" (Latin: "Advocatus Diaboli")
5
5
 
6
6
  ## SYNOPSIS
7
7
 
@@ -12,7 +12,7 @@
12
12
 
13
13
  ## DESCRIPTION
14
14
 
15
- The `ase-meta-diaboli` skill plays *Devil's Advocate* (latin:
15
+ The `ase-meta-diaboli` skill plays *Devil's Advocate* (Latin:
16
16
  *Advocatus Diaboli*) by relentlessly challenging or criticising a
17
17
  supplied *thesis*. It applies a disciplined set of critical-thinking
18
18
  tenets - steelmanning, stress-testing fundamentals, surfacing implicit
@@ -130,7 +130,7 @@ Procedure
130
130
  For this process, determine the <n/> essential aspects <aspect-N/>
131
131
  (a one or two word long short identifier like `Foo` or `Bar-Baz`)
132
132
  and the corresponding decision/question <question-N/> where a shared
133
- understanding is required upon.
133
+ understanding is required.
134
134
 
135
135
  Honor also the following checks for identifying the problematic
136
136
  aspects: