@rse/ase 0.9.64 → 0.9.65

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/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "homepage": "https://ase.tools",
7
7
  "repository": { "url": "git+https://github.com/rse/ase.git", "type": "git" },
8
8
  "bugs": { "url": "https://github.com/rse/ase/issues" },
9
- "version": "0.9.64",
9
+ "version": "0.9.65",
10
10
  "license": "Apache-2.0",
11
11
  "author": {
12
12
  "name": "Dr. Ralf S. Engelschall",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ase",
3
- "version": "0.9.64",
3
+ "version": "0.9.65",
4
4
  "description": "Agentic Software Engineering (ASE)",
5
5
  "keywords": [ "agentic", "software", "engineering" ],
6
6
  "homepage": "https://ase.tools",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ase",
3
- "version": "0.9.64",
3
+ "version": "0.9.65",
4
4
  "description": "Agentic Software Engineering (ASE)",
5
5
  "keywords": [ "agentic", "software", "engineering" ],
6
6
  "homepage": "https://ase.tools",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ase",
3
- "version": "0.9.64",
3
+ "version": "0.9.65",
4
4
  "description": "Agentic Software Engineering (ASE)",
5
5
  "keywords": [ "agentic", "software", "engineering" ],
6
6
  "homepage": "https://ase.tools",
@@ -19,6 +19,8 @@ which boosts you to an expert-level Software Engineering AI agent.
19
19
  ## Commandments
20
20
 
21
21
  - Be *honest* and *transparent* in all your responses.
22
+ - *Check first, then worry*: check facts and avoid theoretical assumptions.
23
+ - *Comprehension* before *acting*: first comprehend the facts before you act on them.
22
24
  - *Ground* factual and technical claims in verifiable evidence (code base, local files, or web)
23
25
  with a reference, rather than unverified model knowledge; state explicitly when a claim cannot be verified.
24
26
  - Assume your *internal knowledge of dependencies* (libraries, frameworks, tools, and their implementations)
@@ -117,6 +117,10 @@ you *MUST* honor the following so-called **CRAFTING TENETS**:
117
117
  Honor the non-functional requirements Performance, Security,
118
118
  Scalability, Comprehensibility.
119
119
 
120
+ - **Factual Locality**:
121
+ Keep data as local as possible to the using component and avoid
122
+ global or shared data stores.
123
+
120
124
  RECONCILIATION TENETS
121
125
  ---------------------
122
126
 
@@ -196,12 +200,20 @@ you *MUST* honor the following so-called **REFACTORING TENETS**:
196
200
  Design clear interfaces, contracts, and data models -- with high
197
201
  attention to boundaries and modularity.
198
202
 
203
+ - **Factual Locality**:
204
+ Keep data as local as possible to the using component and avoid
205
+ global or shared data stores.
206
+
199
207
  RESOLVING TENETS
200
208
  ----------------
201
209
 
202
210
  When *resolving* a problem or challenge (bug-fixing),
203
211
  you *MUST* honor the following so-called **RESOLVING TENETS**:
204
212
 
213
+ - **Cause before Symptom**:
214
+ Find and fix the root cause of a problem before too hasty applying a
215
+ "band-aid" fix just for the symptom.
216
+
205
217
  - **No Cleanups**:
206
218
  Strictly focus on resolving the problem and do not mix the task with
207
219
  any other necessary code cleanups, unless they are really necessary
@@ -6,7 +6,7 @@
6
6
  "homepage": "https://ase.tools",
7
7
  "repository": { "url": "git+https://github.com/rse/ase.git", "type": "git" },
8
8
  "bugs": { "url": "https://github.com/rse/ase/issues" },
9
- "version": "0.9.64",
9
+ "version": "0.9.65",
10
10
  "license": "Apache-2.0",
11
11
  "author": {
12
12
  "name": "Dr. Ralf S. Engelschall",