@bonginkan/maria 2.0.0 → 2.0.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/README.md +174 -389
- package/dist/bin/maria.js +1 -4
- package/dist/bin/maria.js.map +1 -1
- package/dist/cli.js +1 -4
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/dist/metafile-cjs.json +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -14188,12 +14188,9 @@ var MemoryCoordinator = class {
|
|
|
14188
14188
|
console.log("Adapting reasoning for TDD approach");
|
|
14189
14189
|
}
|
|
14190
14190
|
async adaptReasoningForSystematicApproach() {
|
|
14191
|
-
console.log("Adapting reasoning for systematic approach");
|
|
14192
14191
|
}
|
|
14193
14192
|
async integratePatternLearning(patterns, reasonings) {
|
|
14194
|
-
|
|
14195
|
-
`Integrating learning from ${patterns.length} patterns and ${reasonings.length} reasonings`
|
|
14196
|
-
);
|
|
14193
|
+
if (patterns.length > 0 && reasonings.length > 0) ;
|
|
14197
14194
|
}
|
|
14198
14195
|
async identifyBottlenecks() {
|
|
14199
14196
|
const bottlenecks = [];
|