@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.
- 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-format-arch.md +2 -2
- package/plugin/meta/ase-persona.md +3 -3
- package/plugin/meta/ase-skill.md +2 -2
- package/plugin/meta/ase-tenets.md +1 -1
- package/plugin/package.json +2 -2
- package/plugin/skills/ase-meta-diaboli/help.md +2 -2
- package/plugin/skills/ase-task-grill/SKILL.md +1 -1
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.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.
|
|
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": "
|
|
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.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": "
|
|
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.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": "
|
|
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
|
|
@@ -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
|
|
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/meta/ase-skill.md
CHANGED
|
@@ -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
|
|
146
|
+
step is configured to be a conditional step!
|
|
147
147
|
|
|
148
148
|
- *IMPORTANT*: You *MUST* *strictly sequentially* execute every numbered
|
|
149
|
-
|
|
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 *
|
|
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**:
|
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.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" (
|
|
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* (
|
|
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
|
|
133
|
+
understanding is required.
|
|
134
134
|
|
|
135
135
|
Honor also the following checks for identifying the problematic
|
|
136
136
|
aspects:
|