@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.
- package/dst/ase-artifact.js +1 -1
- package/dst/ase-compat.js +1 -1
- package/dst/ase-config.js +1 -1
- package/dst/ase-diagram.js +1 -1
- package/dst/ase-getopt.js +1 -1
- package/dst/ase-hook.js +1 -1
- package/dst/ase-kv.js +1 -1
- package/dst/ase-log.js +1 -1
- package/dst/ase-markdown.js +1 -1
- package/dst/ase-mcp.js +1 -1
- package/dst/ase-persona.js +1 -1
- package/dst/ase-service.js +1 -1
- package/dst/ase-setup.js +1 -1
- package/dst/ase-skills.js +1 -1
- package/dst/ase-statusline.js +1 -1
- package/dst/ase-task.js +1 -1
- package/dst/ase-timestamp.js +1 -1
- package/dst/ase-version.js +1 -1
- package/dst/ase.js +1 -1
- package/package.json +2 -2
- package/plugin/.claude-plugin/plugin.json +2 -2
- package/plugin/.codex-plugin/plugin.json +2 -2
- package/plugin/.github/plugin/plugin.json +2 -2
- package/plugin/etc/eslint.mjs +1 -1
- package/plugin/etc/markdownlint.yaml +1 -1
- package/plugin/etc/stx.conf +1 -1
- package/plugin/meta/ase-persona.md +3 -3
- package/plugin/package.json +2 -2
package/dst/ase-artifact.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
|
|
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
|
|
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
|
|
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";
|
package/dst/ase-diagram.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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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";
|
package/dst/ase-markdown.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
|
|
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
|
|
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";
|
package/dst/ase-persona.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
|
|
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";
|
package/dst/ase-service.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
|
|
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
|
|
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
|
|
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";
|
package/dst/ase-statusline.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
|
|
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
|
|
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-timestamp.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
|
|
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";
|
package/dst/ase-version.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
|
|
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
|
|
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.
|
|
10
|
-
"license": "
|
|
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.
|
|
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": "
|
|
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.
|
|
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": "
|
|
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.
|
|
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": "
|
|
8
|
+
"license": "Apache-2.0",
|
|
9
9
|
"author": {
|
|
10
10
|
"name": "Dr. Ralf S. Engelschall",
|
|
11
11
|
"email": "rse@engelschall.com",
|
package/plugin/etc/eslint.mjs
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
|
|
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
|
|
4
|
+
## Licensed under Apache 2.0 <https://spdx.org/licenses/Apache-2.0>
|
|
5
5
|
##
|
|
6
6
|
|
|
7
7
|
no-multiple-blanks:
|
package/plugin/etc/stx.conf
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
|
|
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
|
|
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
|
|
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
|
|
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/>!`
|
package/plugin/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.
|
|
10
|
-
"license": "
|
|
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",
|