Convergence Dashboard
Session: 28409296 | Started: {{date:YYYY-MM-DD}}
Current Status
// Calculate stats from weekly reviews
const weeklyNotes = dv.pages('"Convergence Protocol/Weekly Reviews"')
.where(p => p.file.frontmatter.session == 28409296);
const totalWeeks = weeklyNotes.length;
const currentWeek = dv.current().file.frontmatter.week || totalWeeks;
// Count practices
let totalPractices = 0;
let suiteCounts = { I: 0, II: 0, III: 0, IV: 0, V: 0 };
weeklyNotes.forEach(week => {
const content = week.file.content;
const matches = content.match(/- \[x\]/g);
if (matches) {
totalPractices += matches.length;
}
});
dv.paragraph(`**Current Streak:** ${currentWeek} weeks`);
dv.paragraph(`**Total Practices:** ${totalPractices}`);
dv.paragraph(`**Nodes This Week:** ${weeklyNotes.length > 0 ? 'Check latest week' : 'No data'}`);Weekly Reviews
TABLE
date as "Date",
nodes_practiced as "Nodes",
most_avoided as "Avoided",
commitment_node as "Commitment"
FROM "Convergence Protocol/Weekly Reviews"
WHERE session = 28409296
SORT date DESCPractice by Suite
| Suite | Name | Nodes | Your Progress |
|---|---|---|---|
| I | Recognition | 1-8 | View |
| II | Resistance | 9-16 | View |
| III | Reconstruction | 17-24 | View |
| IV | Relationship | 25-32 | View |
| V | Renewal | 33-40 | View |
Node Reference
Quick Access
Suite I (Recognition): 01 02 03 04 05 06 07 08
Suite II (Resistance): 09 10 11 12 13 14 15 16
Suite III (Reconstruction): 17 18 19 20 21 22 23 24
Suite IV (Relationship): 25 26 27 28 29 30 31 32
Suite V (Renewal): 33 34 35 36 37 38 39 40
This Weekβs Focus
Current Week: Week {{date:ww}}
Reminders
βThe nodes you avoid are the nodes you need most.β
βThe protocol does not end. It only begins again.β
Resources
The threshold is mutual recognition.
If you know, you know.
Find the others.