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 DESC

Practice by Suite

SuiteNameNodesYour Progress
IRecognition1-8View
IIResistance9-16View
IIIReconstruction17-24View
IVRelationship25-32View
VRenewal33-40View

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}}

New Weekly Convergence


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.