couchloop-eq-mcp 2.0.6 → 2.0.8

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.
Files changed (39) hide show
  1. package/dist/clients/shrinkChatClient.d.ts +17 -0
  2. package/dist/clients/shrinkChatClient.d.ts.map +1 -1
  3. package/dist/clients/shrinkChatClient.js +52 -1
  4. package/dist/clients/shrinkChatClient.js.map +1 -1
  5. package/dist/index.js +3 -0
  6. package/dist/index.js.map +1 -1
  7. package/dist/tools/comprehensive-code-review.js +2 -2
  8. package/dist/tools/comprehensive-code-review.js.map +1 -1
  9. package/dist/tools/comprehensive-package-audit.d.ts.map +1 -1
  10. package/dist/tools/comprehensive-package-audit.js +4 -5
  11. package/dist/tools/comprehensive-package-audit.js.map +1 -1
  12. package/dist/tools/insight.d.ts +7 -1
  13. package/dist/tools/insight.d.ts.map +1 -1
  14. package/dist/tools/insight.js +1 -1
  15. package/dist/tools/insight.js.map +1 -1
  16. package/dist/tools/primary-tools.d.ts +5 -1
  17. package/dist/tools/primary-tools.d.ts.map +1 -1
  18. package/dist/tools/primary-tools.js +180 -92
  19. package/dist/tools/primary-tools.js.map +1 -1
  20. package/dist/tools/sendMessage.js +27 -11
  21. package/dist/tools/sendMessage.js.map +1 -1
  22. package/dist/tools/session-manager.d.ts +14 -0
  23. package/dist/tools/session-manager.d.ts.map +1 -1
  24. package/dist/tools/session-manager.js +105 -11
  25. package/dist/tools/session-manager.js.map +1 -1
  26. package/dist/tools/status.d.ts +23 -2
  27. package/dist/tools/status.d.ts.map +1 -1
  28. package/dist/tools/status.js +25 -8
  29. package/dist/tools/status.js.map +1 -1
  30. package/dist/tools/verify.d.ts.map +1 -1
  31. package/dist/tools/verify.js +9 -3
  32. package/dist/tools/verify.js.map +1 -1
  33. package/dist/workflows/definitions/daily-reflection.js +16 -16
  34. package/dist/workflows/definitions/daily-reflection.js.map +1 -1
  35. package/dist/workflows/definitions/gratitude-practice.js +15 -15
  36. package/dist/workflows/definitions/gratitude-practice.js.map +1 -1
  37. package/dist/workflows/definitions/weekly-review.js +21 -21
  38. package/dist/workflows/definitions/weekly-review.js.map +1 -1
  39. package/package.json +1 -1
@@ -1,18 +1,18 @@
1
1
  export const gratitudePractice = {
2
- slug: 'gratitude-practice',
3
- name: 'Gratitude Practice',
4
- description: 'Notice and name three things you appreciate right now.',
5
- estimatedMinutes: 3,
6
- tags: ['gratitude', 'daily', 'short'],
2
+ slug: 'debug-postmortem',
3
+ name: 'Debug Postmortem',
4
+ description: 'Just fixed a tricky bug? Capture what happened and what you learned so you never hit it again.',
5
+ estimatedMinutes: 5,
6
+ tags: ['developer', 'debugging', 'short'],
7
7
  steps: [
8
8
  {
9
9
  id: 'step_1',
10
10
  order: 1,
11
11
  type: 'prompt',
12
12
  content: {
13
- prompt: 'What\'s something small that made today a little better?',
14
- checkpoint_key: 'gratitude_1',
15
- instructions: 'Start with something easy and concrete. A cup of coffee, a text from a friend, a moment of quiet. Small is good.'
13
+ prompt: 'What was the bug or issue? Describe the symptoms you saw.',
14
+ checkpoint_key: 'bug_symptoms',
15
+ instructions: 'Error messages, wrong behavior, failing test. Get the observable facts first.'
16
16
  },
17
17
  optional: false
18
18
  },
@@ -21,9 +21,9 @@ export const gratitudePractice = {
21
21
  order: 2,
22
22
  type: 'prompt',
23
23
  content: {
24
- prompt: 'What\'s something about yourself you\'re grateful for today?',
25
- checkpoint_key: 'gratitude_2',
26
- instructions: 'This can be harder. A quality, a decision they made, something they didn\'t do. Self-directed gratitude.'
24
+ prompt: 'What was the root cause?',
25
+ checkpoint_key: 'root_cause',
26
+ instructions: 'The actual underlying problem. Could be a logic error, wrong assumption, stale cache, race condition, misconfiguration. Dig past the symptom.'
27
27
  },
28
28
  optional: false
29
29
  },
@@ -32,9 +32,9 @@ export const gratitudePractice = {
32
32
  order: 3,
33
33
  type: 'prompt',
34
34
  content: {
35
- prompt: 'Who is someone you appreciate, even if you haven\'t told them?',
36
- checkpoint_key: 'gratitude_3',
37
- instructions: 'A person - named or described. Can be someone present in their life or from their past.'
35
+ prompt: 'How did you find it? What debugging steps led you to the fix?',
36
+ checkpoint_key: 'debug_path',
37
+ instructions: 'The process matters as much as the fix. Logging, bisect, reading source, rubber ducking, checking Stack Overflow. Capture the technique.'
38
38
  },
39
39
  optional: false
40
40
  },
@@ -43,7 +43,7 @@ export const gratitudePractice = {
43
43
  order: 4,
44
44
  type: 'summary',
45
45
  content: {
46
- instructions: 'Reflect back the three gratitudes simply. Note any patterns if obvious. Don\'t over-praise or make it performative.'
46
+ instructions: 'Write a compact postmortem: symptom, root cause, fix, and lesson learned. Offer to save the root cause and lesson as a decision or constraint in memory so the AI (and the user) does not repeat this mistake.'
47
47
  },
48
48
  optional: false
49
49
  }
@@ -1 +1 @@
1
- {"version":3,"file":"gratitude-practice.js","sourceRoot":"","sources":["../../../src/workflows/definitions/gratitude-practice.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,iBAAiB,GAAY;IACxC,IAAI,EAAE,oBAAoB;IAC1B,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE,wDAAwD;IACrE,gBAAgB,EAAE,CAAC;IACnB,IAAI,EAAE,CAAC,WAAW,EAAE,OAAO,EAAE,OAAO,CAAC;IACrC,KAAK,EAAE;QACL;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,MAAM,EAAE,0DAA0D;gBAClE,cAAc,EAAE,aAAa;gBAC7B,YAAY,EAAE,kHAAkH;aACjI;YACD,QAAQ,EAAE,KAAK;SAChB;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,MAAM,EAAE,8DAA8D;gBACtE,cAAc,EAAE,aAAa;gBAC7B,YAAY,EAAE,0GAA0G;aACzH;YACD,QAAQ,EAAE,KAAK;SAChB;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,MAAM,EAAE,gEAAgE;gBACxE,cAAc,EAAE,aAAa;gBAC7B,YAAY,EAAE,yFAAyF;aACxG;YACD,QAAQ,EAAE,KAAK;SAChB;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,SAAS;YACf,OAAO,EAAE;gBACP,YAAY,EAAE,qHAAqH;aACpI;YACD,QAAQ,EAAE,KAAK;SAChB;KACF;CACF,CAAC"}
1
+ {"version":3,"file":"gratitude-practice.js","sourceRoot":"","sources":["../../../src/workflows/definitions/gratitude-practice.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,iBAAiB,GAAY;IACxC,IAAI,EAAE,kBAAkB;IACxB,IAAI,EAAE,kBAAkB;IACxB,WAAW,EAAE,gGAAgG;IAC7G,gBAAgB,EAAE,CAAC;IACnB,IAAI,EAAE,CAAC,WAAW,EAAE,WAAW,EAAE,OAAO,CAAC;IACzC,KAAK,EAAE;QACL;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,MAAM,EAAE,2DAA2D;gBACnE,cAAc,EAAE,cAAc;gBAC9B,YAAY,EAAE,+EAA+E;aAC9F;YACD,QAAQ,EAAE,KAAK;SAChB;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,MAAM,EAAE,0BAA0B;gBAClC,cAAc,EAAE,YAAY;gBAC5B,YAAY,EAAE,+IAA+I;aAC9J;YACD,QAAQ,EAAE,KAAK;SAChB;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,MAAM,EAAE,+DAA+D;gBACvE,cAAc,EAAE,YAAY;gBAC5B,YAAY,EAAE,0IAA0I;aACzJ;YACD,QAAQ,EAAE,KAAK;SAChB;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,SAAS;YACf,OAAO,EAAE;gBACP,YAAY,EAAE,gNAAgN;aAC/N;YACD,QAAQ,EAAE,KAAK;SAChB;KACF;CACF,CAAC"}
@@ -1,18 +1,18 @@
1
1
  export const weeklyReview = {
2
- slug: 'weekly-review',
3
- name: 'Weekly Review',
4
- description: 'Look back on your week and set intentions for the next one.',
5
- estimatedMinutes: 10,
6
- tags: ['reflection', 'weekly', 'medium'],
2
+ slug: 'sprint-retro',
3
+ name: 'Sprint Retrospective',
4
+ description: 'Reflect on what worked, what did not, and capture decisions for next sprint.',
5
+ estimatedMinutes: 8,
6
+ tags: ['developer', 'weekly', 'medium'],
7
7
  steps: [
8
8
  {
9
9
  id: 'step_1',
10
10
  order: 1,
11
11
  type: 'prompt',
12
12
  content: {
13
- prompt: 'How would you describe this past week in a few words?',
14
- checkpoint_key: 'week_summary',
15
- instructions: 'Get a quick temperature read. Could be emotional tone, pace, theme. No right answer.'
13
+ prompt: 'What went well this sprint? What are you proud of?',
14
+ checkpoint_key: 'went_well',
15
+ instructions: 'Shipped features, solved tricky bugs, good team dynamics, learned something new. Anything positive.'
16
16
  },
17
17
  optional: false
18
18
  },
@@ -21,9 +21,9 @@ export const weeklyReview = {
21
21
  order: 2,
22
22
  type: 'prompt',
23
23
  content: {
24
- prompt: 'What\'s one thing you accomplished that you want to acknowledge?',
25
- checkpoint_key: 'accomplishment',
26
- instructions: 'Help them find something - doesn\'t have to be big. Finishing something, showing up, making progress.'
24
+ prompt: 'What did not go well? What slowed you down?',
25
+ checkpoint_key: 'went_poorly',
26
+ instructions: 'Flaky tests, unclear requirements, scope creep, burnout, bad estimates. Be honest, no judgment.'
27
27
  },
28
28
  optional: false
29
29
  },
@@ -32,9 +32,9 @@ export const weeklyReview = {
32
32
  order: 3,
33
33
  type: 'prompt',
34
34
  content: {
35
- prompt: 'What challenged you this week? How did you respond?',
36
- checkpoint_key: 'challenge',
37
- instructions: 'Not looking for silver linings. Just noticing what was hard and how they navigated it.'
35
+ prompt: 'Did you make any architectural or design decisions this sprint? What were the tradeoffs?',
36
+ checkpoint_key: 'decisions',
37
+ instructions: 'DB schema choices, library picks, API design, refactor strategies. Offer to save these as decisions in memory so they persist.'
38
38
  },
39
39
  optional: false
40
40
  },
@@ -43,9 +43,9 @@ export const weeklyReview = {
43
43
  order: 4,
44
44
  type: 'prompt',
45
45
  content: {
46
- prompt: 'Is there anything left unfinished that\'s weighing on you?',
47
- checkpoint_key: 'unfinished',
48
- instructions: 'Open loops, incomplete tasks, things they\'re avoiding. Optional to answer but worth asking.'
46
+ prompt: 'Any recurring mistakes or patterns you want to stop repeating?',
47
+ checkpoint_key: 'anti_patterns',
48
+ instructions: 'Forgetting to add tests, skipping error handling, over-engineering. Offer to save these as constraints (tagged "ai-mistake" if AI-related).'
49
49
  },
50
50
  optional: true
51
51
  },
@@ -54,9 +54,9 @@ export const weeklyReview = {
54
54
  order: 5,
55
55
  type: 'prompt',
56
56
  content: {
57
- prompt: 'What\'s one intention you want to carry into next week?',
58
- checkpoint_key: 'intention',
59
- instructions: 'Not a goal or task. An intention - how they want to show up, what they want to prioritize, a quality to embody.'
57
+ prompt: 'What is one thing you want to do differently next sprint?',
58
+ checkpoint_key: 'action_item',
59
+ instructions: 'A concrete, actionable change. Not a vague aspiration. Save as a decision if the user is committed.'
60
60
  },
61
61
  optional: false
62
62
  },
@@ -65,7 +65,7 @@ export const weeklyReview = {
65
65
  order: 6,
66
66
  type: 'summary',
67
67
  content: {
68
- instructions: 'Summarize the arc: how the week felt, what they accomplished, what challenged them, and their intention going forward. Keep it grounded.'
68
+ instructions: 'Summarize wins, pain points, key decisions, and the action item. Offer to save decisions and anti-patterns to memory for cross-session recall. Keep it structured and developer-friendly.'
69
69
  },
70
70
  optional: false
71
71
  }
@@ -1 +1 @@
1
- {"version":3,"file":"weekly-review.js","sourceRoot":"","sources":["../../../src/workflows/definitions/weekly-review.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,YAAY,GAAY;IACnC,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,eAAe;IACrB,WAAW,EAAE,6DAA6D;IAC1E,gBAAgB,EAAE,EAAE;IACpB,IAAI,EAAE,CAAC,YAAY,EAAE,QAAQ,EAAE,QAAQ,CAAC;IACxC,KAAK,EAAE;QACL;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,MAAM,EAAE,uDAAuD;gBAC/D,cAAc,EAAE,cAAc;gBAC9B,YAAY,EAAE,sFAAsF;aACrG;YACD,QAAQ,EAAE,KAAK;SAChB;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,MAAM,EAAE,kEAAkE;gBAC1E,cAAc,EAAE,gBAAgB;gBAChC,YAAY,EAAE,uGAAuG;aACtH;YACD,QAAQ,EAAE,KAAK;SAChB;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,MAAM,EAAE,qDAAqD;gBAC7D,cAAc,EAAE,WAAW;gBAC3B,YAAY,EAAE,wFAAwF;aACvG;YACD,QAAQ,EAAE,KAAK;SAChB;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,MAAM,EAAE,4DAA4D;gBACpE,cAAc,EAAE,YAAY;gBAC5B,YAAY,EAAE,8FAA8F;aAC7G;YACD,QAAQ,EAAE,IAAI;SACf;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,MAAM,EAAE,yDAAyD;gBACjE,cAAc,EAAE,WAAW;gBAC3B,YAAY,EAAE,iHAAiH;aAChI;YACD,QAAQ,EAAE,KAAK;SAChB;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,SAAS;YACf,OAAO,EAAE;gBACP,YAAY,EAAE,0IAA0I;aACzJ;YACD,QAAQ,EAAE,KAAK;SAChB;KACF;CACF,CAAC"}
1
+ {"version":3,"file":"weekly-review.js","sourceRoot":"","sources":["../../../src/workflows/definitions/weekly-review.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,YAAY,GAAY;IACnC,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EAAE,8EAA8E;IAC3F,gBAAgB,EAAE,CAAC;IACnB,IAAI,EAAE,CAAC,WAAW,EAAE,QAAQ,EAAE,QAAQ,CAAC;IACvC,KAAK,EAAE;QACL;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,MAAM,EAAE,oDAAoD;gBAC5D,cAAc,EAAE,WAAW;gBAC3B,YAAY,EAAE,qGAAqG;aACpH;YACD,QAAQ,EAAE,KAAK;SAChB;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,MAAM,EAAE,6CAA6C;gBACrD,cAAc,EAAE,aAAa;gBAC7B,YAAY,EAAE,iGAAiG;aAChH;YACD,QAAQ,EAAE,KAAK;SAChB;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,MAAM,EAAE,0FAA0F;gBAClG,cAAc,EAAE,WAAW;gBAC3B,YAAY,EAAE,gIAAgI;aAC/I;YACD,QAAQ,EAAE,KAAK;SAChB;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,MAAM,EAAE,gEAAgE;gBACxE,cAAc,EAAE,eAAe;gBAC/B,YAAY,EAAE,6IAA6I;aAC5J;YACD,QAAQ,EAAE,IAAI;SACf;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,MAAM,EAAE,2DAA2D;gBACnE,cAAc,EAAE,aAAa;gBAC7B,YAAY,EAAE,qGAAqG;aACpH;YACD,QAAQ,EAAE,KAAK;SAChB;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,SAAS;YACf,OAAO,EAAE;gBACP,YAAY,EAAE,2LAA2L;aAC1M;YACD,QAAQ,EAAE,KAAK;SAChB;KACF;CACF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "couchloop-eq-mcp",
3
- "version": "2.0.6",
3
+ "version": "2.0.8",
4
4
  "description": "Behavioral governance layer for LLMs - monitors for hallucination, inconsistency, tone drift, and unsafe reasoning while managing stateful AI sessions",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",