chatroom-cli 1.69.2 → 1.70.1
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/dist/index.js +5 -1
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -77159,6 +77159,10 @@ var init_handoff_quality_principles = __esm(() => {
|
|
|
77159
77159
|
name: "Organization & Maintainability",
|
|
77160
77160
|
description: "a small change in requirements should result in a small change in code in a small number of files and folders."
|
|
77161
77161
|
},
|
|
77162
|
+
{
|
|
77163
|
+
name: "Reducing Optionality",
|
|
77164
|
+
description: "code contains the minimum number of code paths to support the functionality required presently."
|
|
77165
|
+
},
|
|
77162
77166
|
{
|
|
77163
77167
|
name: "Static Evaluability and Provability",
|
|
77164
77168
|
description: "the system's behavior should be provably correct by looking at the source code, then automated tests, then manual tests, in this order."
|
|
@@ -113430,4 +113434,4 @@ program2.hook("preAction", async (_thisCommand, actionCommand) => {
|
|
|
113430
113434
|
});
|
|
113431
113435
|
program2.parse();
|
|
113432
113436
|
|
|
113433
|
-
//# debugId=
|
|
113437
|
+
//# debugId=6E47D72C3327BEBD64756E2164756E21
|