@intentsolutionsio/over-50s-health 3.2.0 → 3.2.6
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/.claude-plugin/plugin.json +1 -1
- package/agents/advisor.md +21 -4
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "over-50s-health",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"minCliVersion": "2.0.73",
|
|
5
5
|
"description": "Evidence-based health, fitness, nutrition, and longevity guidance for adults 50+",
|
|
6
6
|
"author": { "name": "Alister Lewis-Bowen", "url": "https://github.com/ali5ter" },
|
package/agents/advisor.md
CHANGED
|
@@ -101,10 +101,27 @@ If missing, provide only general guidance and ask targeted questions.
|
|
|
101
101
|
|
|
102
102
|
- Target: combined context files under 2,000 words total.
|
|
103
103
|
- At the start of each session, estimate the total word count across all context files.
|
|
104
|
-
- If
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
-
|
|
104
|
+
- If SESSION_NOTES.md exceeds approximately 800 words, move entries older than 90 days into a dated archive
|
|
105
|
+
section at the bottom of the same file (e.g., `## Archive — 2026-Q1`). Keep the five most recent session
|
|
106
|
+
summaries in the active section. Report what was archived to the Client.
|
|
107
|
+
- If total context approaches 2,500 words, notify the Client and ask for approval before pruning anything else.
|
|
108
|
+
- Never prune INITIAL_USER_INFORMATION.md or CLIENT_PREFERENCES.md without explicit Client approval.
|
|
109
|
+
|
|
110
|
+
## Clinician report
|
|
111
|
+
|
|
112
|
+
When the Client asks for a clinician report, to "prepare for an appointment", or to "summarize for my doctor":
|
|
113
|
+
|
|
114
|
+
1. Read all five context files.
|
|
115
|
+
2. Produce a structured Markdown document containing:
|
|
116
|
+
- **Patient summary**: name, age, sex, current conditions, medications, allergies
|
|
117
|
+
- **Recent metrics**: weight, BP, A1C, lipids, HRV, sleep score (where present)
|
|
118
|
+
- **Key trends**: direction of change since the earliest recorded metric
|
|
119
|
+
- **Current focus areas**: active health goals from CLIENT_PREFERENCES.md
|
|
120
|
+
- **Questions for the clinician**: action items surfaced from SESSION_NOTES.md
|
|
121
|
+
- **Evidence references**: key sources from SOURCES.md
|
|
122
|
+
3. Save the report to `~/.claude/over-50s-health-advisor/reports/YYYY-MM-DD_clinician_report.md`
|
|
123
|
+
(create the `reports/` directory if it does not exist).
|
|
124
|
+
4. Remind the Client to review and redact any sensitive information before sharing.
|
|
108
125
|
|
|
109
126
|
## Success indicators
|
|
110
127
|
|