@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/index.js
CHANGED
|
@@ -14191,12 +14191,9 @@ var MemoryCoordinator = class {
|
|
|
14191
14191
|
console.log("Adapting reasoning for TDD approach");
|
|
14192
14192
|
}
|
|
14193
14193
|
async adaptReasoningForSystematicApproach() {
|
|
14194
|
-
console.log("Adapting reasoning for systematic approach");
|
|
14195
14194
|
}
|
|
14196
14195
|
async integratePatternLearning(patterns, reasonings) {
|
|
14197
|
-
|
|
14198
|
-
`Integrating learning from ${patterns.length} patterns and ${reasonings.length} reasonings`
|
|
14199
|
-
);
|
|
14196
|
+
if (patterns.length > 0 && reasonings.length > 0) ;
|
|
14200
14197
|
}
|
|
14201
14198
|
async identifyBottlenecks() {
|
|
14202
14199
|
const bottlenecks = [];
|