@bjlee2024/claude-mem 13.4.0
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/.agents/plugins/marketplace.json +20 -0
- package/.codex-plugin/plugin.json +46 -0
- package/LICENSE +202 -0
- package/README.md +419 -0
- package/dist/npx-cli/index.js +10001 -0
- package/dist/opencode-plugin/index.js +67 -0
- package/openclaw/Dockerfile.e2e +46 -0
- package/openclaw/SKILL.md +462 -0
- package/openclaw/TESTING.md +279 -0
- package/openclaw/dist/index.js +15 -0
- package/openclaw/e2e-verify.sh +222 -0
- package/openclaw/install.sh +1653 -0
- package/openclaw/openclaw.plugin.json +98 -0
- package/openclaw/package.json +21 -0
- package/openclaw/src/index.test.ts +1124 -0
- package/openclaw/src/index.ts +1092 -0
- package/openclaw/test-e2e.sh +40 -0
- package/openclaw/test-install.sh +2086 -0
- package/openclaw/test-sse-consumer.js +98 -0
- package/openclaw/tsconfig.json +26 -0
- package/package.json +211 -0
- package/plugin/.claude-plugin/plugin.json +24 -0
- package/plugin/.codex-plugin/plugin.json +46 -0
- package/plugin/.mcp.json +12 -0
- package/plugin/hooks/bugfixes-2026-01-10.md +92 -0
- package/plugin/hooks/codex-hooks.json +74 -0
- package/plugin/hooks/hooks.json +87 -0
- package/plugin/modes/code--ar.json +24 -0
- package/plugin/modes/code--bn.json +24 -0
- package/plugin/modes/code--chill.json +8 -0
- package/plugin/modes/code--cs.json +24 -0
- package/plugin/modes/code--da.json +24 -0
- package/plugin/modes/code--de.json +24 -0
- package/plugin/modes/code--el.json +24 -0
- package/plugin/modes/code--es.json +24 -0
- package/plugin/modes/code--fi.json +24 -0
- package/plugin/modes/code--fr.json +24 -0
- package/plugin/modes/code--he.json +24 -0
- package/plugin/modes/code--hi.json +24 -0
- package/plugin/modes/code--hu.json +24 -0
- package/plugin/modes/code--id.json +24 -0
- package/plugin/modes/code--it.json +24 -0
- package/plugin/modes/code--ja.json +24 -0
- package/plugin/modes/code--ko.json +24 -0
- package/plugin/modes/code--nl.json +24 -0
- package/plugin/modes/code--no.json +24 -0
- package/plugin/modes/code--pl.json +24 -0
- package/plugin/modes/code--pt-br.json +24 -0
- package/plugin/modes/code--ro.json +24 -0
- package/plugin/modes/code--ru.json +24 -0
- package/plugin/modes/code--sv.json +24 -0
- package/plugin/modes/code--th.json +24 -0
- package/plugin/modes/code--tr.json +24 -0
- package/plugin/modes/code--uk.json +24 -0
- package/plugin/modes/code--ur.json +25 -0
- package/plugin/modes/code--vi.json +24 -0
- package/plugin/modes/code--zh.json +24 -0
- package/plugin/modes/code.json +139 -0
- package/plugin/modes/email-investigation.json +120 -0
- package/plugin/modes/law-study--chill.json +7 -0
- package/plugin/modes/law-study-CLAUDE.md +85 -0
- package/plugin/modes/law-study.json +120 -0
- package/plugin/modes/meme-tokens.json +125 -0
- package/plugin/package.json +46 -0
- package/plugin/scripts/bun-runner.js +216 -0
- package/plugin/scripts/context-generator.cjs +795 -0
- package/plugin/scripts/mcp-server.cjs +239 -0
- package/plugin/scripts/server-beta-service.cjs +9856 -0
- package/plugin/scripts/statusline-counts.js +40 -0
- package/plugin/scripts/version-check.js +69 -0
- package/plugin/scripts/worker-cli.js +19 -0
- package/plugin/scripts/worker-service.cjs +2368 -0
- package/plugin/scripts/worker-wrapper.cjs +2 -0
- package/plugin/skills/babysit/SKILL.md +87 -0
- package/plugin/skills/design-is/SKILL.md +312 -0
- package/plugin/skills/do/SKILL.md +45 -0
- package/plugin/skills/how-it-works/SKILL.md +22 -0
- package/plugin/skills/how-it-works/onboarding-explainer.md +17 -0
- package/plugin/skills/knowledge-agent/SKILL.md +80 -0
- package/plugin/skills/learn-codebase/SKILL.md +21 -0
- package/plugin/skills/make-plan/SKILL.md +67 -0
- package/plugin/skills/mem-search/SKILL.md +131 -0
- package/plugin/skills/oh-my-issues/SKILL.md +226 -0
- package/plugin/skills/pathfinder/SKILL.md +111 -0
- package/plugin/skills/smart-explore/SKILL.md +190 -0
- package/plugin/skills/timeline-report/SKILL.md +211 -0
- package/plugin/skills/version-bump/SKILL.md +68 -0
- package/plugin/skills/version-bump/scripts/generate_changelog.js +34 -0
- package/plugin/skills/weekly-digests/SKILL.md +262 -0
- package/plugin/skills/wowerpoint/SKILL.md +205 -0
- package/plugin/ui/assets/fonts/monaspace-radon-var.woff +0 -0
- package/plugin/ui/assets/fonts/monaspace-radon-var.woff2 +0 -0
- package/plugin/ui/claude-mem-logo-for-dark-mode.webp +0 -0
- package/plugin/ui/claude-mem-logo-stylized.png +0 -0
- package/plugin/ui/claude-mem-logomark.webp +0 -0
- package/plugin/ui/icon-thick-completed.svg +8 -0
- package/plugin/ui/icon-thick-investigated.svg +8 -0
- package/plugin/ui/icon-thick-learned.svg +12 -0
- package/plugin/ui/icon-thick-next-steps.svg +8 -0
- package/plugin/ui/viewer-bundle.js +65 -0
- package/plugin/ui/viewer.html +3145 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Code Development (Norwegian)",
|
|
3
|
+
"prompts": {
|
|
4
|
+
"footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in norsk",
|
|
5
|
+
|
|
6
|
+
"xml_title_placeholder": "[**title**: Kort tittel som fanger kjernehandlingen eller emnet]",
|
|
7
|
+
"xml_subtitle_placeholder": "[**subtitle**: Forklaring i Ʃn setning (maksimalt 24 ord)]",
|
|
8
|
+
"xml_fact_placeholder": "[Kortfattet, selvstendig uttalelse]",
|
|
9
|
+
"xml_narrative_placeholder": "[**narrative**: Full kontekst: hva som ble gjort, hvordan det fungerer, hvorfor det er viktig]",
|
|
10
|
+
"xml_concept_placeholder": "[kunnskapstype-kategori]",
|
|
11
|
+
"xml_file_placeholder": "[sti/til/fil]",
|
|
12
|
+
|
|
13
|
+
"xml_summary_request_placeholder": "[Kort tittel som fanger brukerens forespĆørsel og essensen av hva som ble diskutert/gjort]",
|
|
14
|
+
"xml_summary_investigated_placeholder": "[Hva har blitt utforsket sƄ langt? Hva har blitt gjennomgƄtt?]",
|
|
15
|
+
"xml_summary_learned_placeholder": "[Hva har du lƦrt om hvordan ting fungerer?]",
|
|
16
|
+
"xml_summary_completed_placeholder": "[Hvilket arbeid har blitt fullført sÄ langt? Hva har blitt levert eller endret?]",
|
|
17
|
+
"xml_summary_next_steps_placeholder": "[Hva jobber du aktivt med eller planlegger Ć„ jobbe med videre i denne Ćøkten?]",
|
|
18
|
+
"xml_summary_notes_placeholder": "[Ytterligere innsikter eller observasjoner om gjeldende fremgang]",
|
|
19
|
+
|
|
20
|
+
"continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in norsk",
|
|
21
|
+
|
|
22
|
+
"summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in norsk"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Code Development (Polish)",
|
|
3
|
+
"prompts": {
|
|
4
|
+
"footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in polski",
|
|
5
|
+
|
|
6
|
+
"xml_title_placeholder": "[**title**: Krótki tytuÅ opisujÄ
cy gÅówne dziaÅanie lub temat]",
|
|
7
|
+
"xml_subtitle_placeholder": "[**subtitle**: WyjaÅnienie w jednym zdaniu (maksymalnie 24 sÅowa)]",
|
|
8
|
+
"xml_fact_placeholder": "[ZwiÄzÅe, samodzielne stwierdzenie]",
|
|
9
|
+
"xml_narrative_placeholder": "[**narrative**: PeÅny kontekst: co zostaÅo zrobione, jak to dziaÅa, dlaczego jest ważne]",
|
|
10
|
+
"xml_concept_placeholder": "[kategoria-typu-wiedzy]",
|
|
11
|
+
"xml_file_placeholder": "[Åcieżka/do/pliku]",
|
|
12
|
+
|
|
13
|
+
"xml_summary_request_placeholder": "[Krótki tytuÅ opisujÄ
cy żÄ
danie użytkownika i istotÄ tego, co zostaÅo omówione/zrobione]",
|
|
14
|
+
"xml_summary_investigated_placeholder": "[Co zostaÅo zbadane do tej pory? Co zostaÅo sprawdzone?]",
|
|
15
|
+
"xml_summary_learned_placeholder": "[Czego siÄ nauczyÅeÅ o tym, jak dziaÅajÄ
rzeczy?]",
|
|
16
|
+
"xml_summary_completed_placeholder": "[Jaka praca zostaÅa ukoÅczona do tej pory? Co zostaÅo wdrożone lub zmienione?]",
|
|
17
|
+
"xml_summary_next_steps_placeholder": "[Nad czym aktywnie pracujesz lub planujesz pracowaÄ w tej sesji?]",
|
|
18
|
+
"xml_summary_notes_placeholder": "[Dodatkowe spostrzeżenia lub uwagi dotyczÄ
ce obecnego postÄpu]",
|
|
19
|
+
|
|
20
|
+
"continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in polski",
|
|
21
|
+
|
|
22
|
+
"summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in polski"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Code Development (Brazilian Portuguese)",
|
|
3
|
+
"prompts": {
|
|
4
|
+
"footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in portuguĆŖs",
|
|
5
|
+
|
|
6
|
+
"xml_title_placeholder": "[**title**: TĆtulo curto capturando a ação principal ou tópico]",
|
|
7
|
+
"xml_subtitle_placeholder": "[**subtitle**: Explicação em uma frase (mÔximo 24 palavras)]",
|
|
8
|
+
"xml_fact_placeholder": "[Declaração concisa e autÓnoma]",
|
|
9
|
+
"xml_narrative_placeholder": "[**narrative**: Contexto completo: O que foi feito, como funciona, por que Ć© importante]",
|
|
10
|
+
"xml_concept_placeholder": "[categoria-de-tipo-de-conhecimento]",
|
|
11
|
+
"xml_file_placeholder": "[caminho/para/arquivo]",
|
|
12
|
+
|
|
13
|
+
"xml_summary_request_placeholder": "[TĆtulo curto capturando a solicitação do usuĆ”rio E a substĆ¢ncia do que foi discutido/feito]",
|
|
14
|
+
"xml_summary_investigated_placeholder": "[O que foi explorado atƩ agora? O que foi examinado?]",
|
|
15
|
+
"xml_summary_learned_placeholder": "[O que vocĆŖ aprendeu sobre como as coisas funcionam?]",
|
|
16
|
+
"xml_summary_completed_placeholder": "[Que trabalho foi concluĆdo atĆ© agora? O que foi entregue ou alterado?]",
|
|
17
|
+
"xml_summary_next_steps_placeholder": "[No que você estÔ trabalhando ativamente ou planeja trabalhar a seguir nesta sessão?]",
|
|
18
|
+
"xml_summary_notes_placeholder": "[Insights adicionais ou observaƧƵes sobre o progresso atual]",
|
|
19
|
+
|
|
20
|
+
"continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in portuguĆŖs",
|
|
21
|
+
|
|
22
|
+
"summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in portuguĆŖs"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Code Development (Romanian)",
|
|
3
|
+
"prompts": {
|
|
4
|
+
"footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in romĆ¢nÄ",
|
|
5
|
+
|
|
6
|
+
"xml_title_placeholder": "[**title**: Titlu scurt care surprinde acČiunea sau subiectul principal]",
|
|
7
|
+
"xml_subtitle_placeholder": "[**subtitle**: ExplicaČie Ć®ntr-o propoziČie (maxim 24 cuvinte)]",
|
|
8
|
+
"xml_fact_placeholder": "[AfirmaČie concisÄ Či autonomÄ]",
|
|
9
|
+
"xml_narrative_placeholder": "[**narrative**: Context complet: ce s-a fÄcut, cum funcČioneazÄ, de ce este important]",
|
|
10
|
+
"xml_concept_placeholder": "[categorie-tip-cunoČtinČe]",
|
|
11
|
+
"xml_file_placeholder": "[cale/cÄtre/fiČier]",
|
|
12
|
+
|
|
13
|
+
"xml_summary_request_placeholder": "[Titlu scurt care surprinde solicitarea utilizatorului Či esenČa a ceea ce s-a discutat/fÄcut]",
|
|
14
|
+
"xml_summary_investigated_placeholder": "[Ce s-a explorat pĆ¢nÄ acum? Ce s-a revizuit?]",
|
|
15
|
+
"xml_summary_learned_placeholder": "[Ce ai Ć®nvÄČat despre modul Ć®n care funcČioneazÄ lucrurile?]",
|
|
16
|
+
"xml_summary_completed_placeholder": "[Ce muncÄ a fost finalizatÄ pĆ¢nÄ acum? Ce a fost livrat sau modificat?]",
|
|
17
|
+
"xml_summary_next_steps_placeholder": "[La ce lucrezi activ sau plÄnuieČti sÄ lucrezi Ć®n continuare Ć®n aceastÄ sesiune?]",
|
|
18
|
+
"xml_summary_notes_placeholder": "[InformaČii suplimentare sau observaČii despre progresul curent]",
|
|
19
|
+
|
|
20
|
+
"continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in romĆ¢nÄ",
|
|
21
|
+
|
|
22
|
+
"summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in romĆ¢nÄ"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Code Development (Russian)",
|
|
3
|
+
"prompts": {
|
|
4
|
+
"footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in ŃŃŃŃŠŗŠøŠ¹",
|
|
5
|
+
|
|
6
|
+
"xml_title_placeholder": "[**title**: ŠŃŠ°ŃŠŗŠ¾Šµ название, оŃŃŠ°Š¶Š°ŃŃŠµŠµ Š¾ŃŠ½Š¾Š²Š½Š¾Šµ ГейŃŃŠ²ŠøŠµ или ŃŠµŠ¼Ń]",
|
|
7
|
+
"xml_subtitle_placeholder": "[**subtitle**: ŠŠ±ŃŃŃŠ½ŠµŠ½ŠøŠµ оГним ŠæŃеГложением (Š¼Š°ŠŗŃŠøŠ¼Ńм 24 ŃŠ»Š¾Š²Š°)]",
|
|
8
|
+
"xml_fact_placeholder": "[ŠŃŠ°ŃŠŗŠ¾Šµ, ŃŠ°Š¼Š¾ŃŃŠ¾ŃŃŠµŠ»Ńное ŃŃŠ²ŠµŃжГение]",
|
|
9
|
+
"xml_narrative_placeholder": "[**narrative**: ŠŠ¾Š»Š½Ńй ŠŗŠ¾Š½ŃекŃŃ: Š§ŃŠ¾ Š±ŃŠ»Š¾ ŃŠ“елано, как ŃŃŠ¾ ŃŠ°Š±Š¾ŃаеŃ, ŠæŠ¾ŃŠµŠ¼Ń ŃŃŠ¾ важно]",
|
|
10
|
+
"xml_concept_placeholder": "[ŠŗŠ°ŃŠµŠ³Š¾ŃŠøŃ-ŃŠøŠæŠ°-знаниŃ]",
|
|
11
|
+
"xml_file_placeholder": "[ŠæŃŃŃ/Šŗ/ŃŠ°Š¹Š»Ń]",
|
|
12
|
+
|
|
13
|
+
"xml_summary_request_placeholder": "[ŠŃŠ°ŃŠŗŠ¾Šµ название, оŃŃŠ°Š¶Š°ŃŃŠµŠµ Š·Š°ŠæŃŠ¾Ń ŠæŠ¾Š»ŃŠ·Š¾Š²Š°ŃŠµŠ»Ń Š ŃŃŃŃ ŃŠ¾Š³Š¾, ŃŃŠ¾ обŃŃŠ¶Š“алоŃŃ/ГелалоŃŃ]",
|
|
14
|
+
"xml_summary_investigated_placeholder": "[Š§ŃŠ¾ Š±ŃŠ»Š¾ ŠøŃŃŠ»ŠµŠ“овано Го ŃŠøŃ
поŃ? Š§ŃŠ¾ Š±ŃŠ»Š¾ ŃŠ°ŃŃŠ¼Š¾ŃŃŠµŠ½Š¾?]",
|
|
15
|
+
"xml_summary_learned_placeholder": "[Š§ŃŠ¾ Š²Ń ŃŠ·Š½Š°Š»Šø о ŃŠ¾Š¼, как Š²Ńе ŃŠ°Š±Š¾ŃаеŃ?]",
|
|
16
|
+
"xml_summary_completed_placeholder": "[ŠŠ°ŠŗŠ°Ń ŃŠ°Š±Š¾Ńа Š±Ńла Š²Ńполнена Го ŃŠøŃ
поŃ? Š§ŃŠ¾ Š±ŃŠ»Š¾ Š¾ŃŠæŃавлено или изменено?]",
|
|
17
|
+
"xml_summary_next_steps_placeholder": "[ŠŠ°Š“ ŃŠµŠ¼ Š²Ń Š°ŠŗŃŠøŠ²Š½Š¾ ŃŠ°Š±Š¾ŃŠ°ŠµŃŠµ или планиŃŃŠµŃе ŃŠ°Š±Š¾ŃаŃŃ Š“Š°Š»ŃŃŠµ в ŃŃŠ¾Š¹ ŃŠµŃŃŠøŠø?]",
|
|
18
|
+
"xml_summary_notes_placeholder": "[ŠŠ¾ŠæŠ¾Š»Š½ŠøŃŠµŠ»ŃŠ½Ńе Š½Š°Š±Š»ŃŠ“ŠµŠ½ŠøŃ ŠøŠ»Šø Š·Š°Š¼ŠµŃŠ°Š½ŠøŃ о ŃŠµŠŗŃŃŠµŠ¼ ŠæŃŠ¾Š³ŃеŃŃŠµ]",
|
|
19
|
+
|
|
20
|
+
"continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in ŃŃŃŃŠŗŠøŠ¹",
|
|
21
|
+
|
|
22
|
+
"summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in ŃŃŃŃŠŗŠøŠ¹"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Code Development (Swedish)",
|
|
3
|
+
"prompts": {
|
|
4
|
+
"footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in svenska",
|
|
5
|
+
|
|
6
|
+
"xml_title_placeholder": "[**title**: Kort rubrik som fƄngar kƤrnƄtgƤrden eller Ƥmnet]",
|
|
7
|
+
"xml_subtitle_placeholder": "[**subtitle**: Fƶrklaring i en mening (hƶgst 24 ord)]",
|
|
8
|
+
"xml_fact_placeholder": "[Koncist, fristƄende pƄstƄende]",
|
|
9
|
+
"xml_narrative_placeholder": "[**narrative**: FullstƤndigt sammanhang: vad som gjordes, hur det fungerar, varfƶr det Ƥr viktigt]",
|
|
10
|
+
"xml_concept_placeholder": "[kunskapstyp-kategori]",
|
|
11
|
+
"xml_file_placeholder": "[sƶkvƤg/till/fil]",
|
|
12
|
+
|
|
13
|
+
"xml_summary_request_placeholder": "[Kort rubrik som fƄngar anvƤndarens begƤran och kƤrnan i vad som diskuterades/gjordes]",
|
|
14
|
+
"xml_summary_investigated_placeholder": "[Vad har utforskats hittills? Vad har granskats?]",
|
|
15
|
+
"xml_summary_learned_placeholder": "[Vad har du lƤrt dig om hur saker fungerar?]",
|
|
16
|
+
"xml_summary_completed_placeholder": "[Vilket arbete har slutfƶrts hittills? Vad har levererats eller Ƥndrats?]",
|
|
17
|
+
"xml_summary_next_steps_placeholder": "[Vad arbetar du aktivt med eller planerar att arbeta med hƤrnƤst i denna session?]",
|
|
18
|
+
"xml_summary_notes_placeholder": "[Ytterligare insikter eller observationer om nuvarande framsteg]",
|
|
19
|
+
|
|
20
|
+
"continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in svenska",
|
|
21
|
+
|
|
22
|
+
"summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in svenska"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Code Development (Thai)",
|
|
3
|
+
"prompts": {
|
|
4
|
+
"footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in ąø ąø²ąø©ąø²ą¹ąøąø¢",
|
|
5
|
+
|
|
6
|
+
"xml_title_placeholder": "[**title**: ąøąø·ą¹ąøąøŖąø±ą¹ąøąøąøµą¹ąøąø±ąøąøąø£ąø°ą¹ąøą¹ąøąø«ąø„ąø±ąøąø«ąø£ąø·ąøąø«ąø±ąø§ąøą¹ąø]",
|
|
7
|
+
"xml_subtitle_placeholder": "[**subtitle**: ąøąø³ąøąøąø“ąøąø²ąø¢ąø«ąø¶ą¹ąøąøąø£ąø°ą¹ąø¢ąø (ąøŖąø¹ąøąøŖąøøąø 24 ąøąø³)]",
|
|
8
|
+
"xml_fact_placeholder": "[ąøą¹ąøąøąø§ąø²ąø”ąøąøµą¹ąøąø£ąø°ąøąø±ąøą¹ąø„ąø°ąøŖąø”ąøąø¹ąø£ąøą¹ą¹ąøąøąø±ąø§ą¹ąøąø]",
|
|
9
|
+
"xml_narrative_placeholder": "[**narrative**: ąøąø£ąø“ąøąøą¹ąøą¹ąø”ąø£ąø¹ąøą¹ąøąø: ąøŖąø“ą¹ąøąøąøµą¹ąøąø³, ąø§ąø“ąøąøµąøąø²ąø£ąøąø³ąøąø²ąø, ą¹ąø«ąøąøøąøąø„ąøąøµą¹ąøŖąø³ąøąø±ąø]",
|
|
10
|
+
"xml_concept_placeholder": "[ąø«ąø”ąø§ąøąø«ąø”ąø¹ą¹ąøąø£ąø°ą¹ąø ąøąøąø§ąø²ąø”รูą¹]",
|
|
11
|
+
"xml_file_placeholder": "[ą¹ąøŖą¹ąøąøąø²ąø/ą¹ąøąø¢ąø±ąø/ą¹ąøąø„ą¹]",
|
|
12
|
+
|
|
13
|
+
"xml_summary_request_placeholder": "[ąøąø·ą¹ąøąøŖąø±ą¹ąøąøąøµą¹ąøąø±ąøąøąø³ąøąøąøąøąøąøąø¹ą¹ą¹ąøą¹ą¹ąø„ąø°ąøŖąø²ąø£ąø°ąøŖąø³ąøąø±ąøąøąøąøąøŖąø“ą¹ąøąøąøµą¹ąøąø ąø“ąøąø£ąø²ąø¢ąø«ąø£ąø·ąøąøąø³]",
|
|
14
|
+
"xml_summary_investigated_placeholder": "[ąøŖąø³ąø£ąø§ąøąøąø°ą¹ąø£ąø”ąø²ąøą¹ąø²ąøąøąøąøąø¶ąøąøąøąøąøąøµą¹? ąøąø£ąø§ąøąøŖąøąøąøąø°ą¹ąø£ąøą¹ąø²ąø?]",
|
|
15
|
+
"xml_summary_learned_placeholder": "[ąøąøøąøą¹ąøą¹ą¹ąø£ąøµąø¢ąøąø£ąø¹ą¹ąøąø°ą¹ąø£ą¹ąøąøµą¹ąø¢ąø§ąøąø±ąøąø§ąø“ąøąøµąøąø²ąø£ąøąø³ąøąø²ąøąøąøąøąøŖąø“ą¹ąøąøą¹ąø²ąøą¹?]",
|
|
16
|
+
"xml_summary_completed_placeholder": "[ąøąø²ąøąøąø°ą¹ąø£ą¹ąøŖąø£ą¹ąøąøŖąø”ąøąø¹ąø£ąøą¹ą¹ąø„ą¹ąø§ąøąøąøąø¶ąøąøąøąøąøąøµą¹? ąøąø°ą¹ąø£ąøąø¹ąøąøŖą¹ąøąø”ąøąøąø«ąø£ąø·ąøą¹ąøąø„ąøµą¹ąø¢ąøą¹ąøąø„ąø?]",
|
|
17
|
+
"xml_summary_next_steps_placeholder": "[ąøąøøąøąøąø³ąø„ąø±ąøąøąø³ąøąø²ąøąøąø°ą¹ąø£ąøąø¢ą¹ąø²ąøą¹ąøą¹ąøąøąø±ąøąø«ąø£ąø·ąøąø§ąø²ąøą¹ąøąøąøąøµą¹ąøąø°ąøąø³ąøą¹ąøą¹ąøą¹ąøą¹ąøąøŖąøąø±ąøąøąøµą¹?]",
|
|
18
|
+
"xml_summary_notes_placeholder": "[ąøą¹ąøąø”ąø¹ąø„ą¹ąøąø“ąøąø„ąø¶ąøą¹ąøąø“ą¹ąø”ą¹ąøąø“ąø”ąø«ąø£ąø·ąøąøą¹ąøąøŖąø±ąøą¹ąøąøą¹ąøąøµą¹ąø¢ąø§ąøąø±ąøąøąø§ąø²ąø”ąøąø·ąøąø«ąøą¹ąø²ąøąø±ąøąøąøøąøąø±ąø]",
|
|
19
|
+
|
|
20
|
+
"continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in ąø ąø²ąø©ąø²ą¹ąøąø¢",
|
|
21
|
+
|
|
22
|
+
"summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in ąø ąø²ąø©ąø²ą¹ąøąø¢"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Code Development (Turkish)",
|
|
3
|
+
"prompts": {
|
|
4
|
+
"footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in Türkçe",
|
|
5
|
+
|
|
6
|
+
"xml_title_placeholder": "[**title**: Ana eylemi veya konuyu ƶzetleyen kısa baÅlık]",
|
|
7
|
+
"xml_subtitle_placeholder": "[**subtitle**: Tek cümlelik açıklama (maksimum 24 kelime)]",
|
|
8
|
+
"xml_fact_placeholder": "[Kısa ve baÄımsız ifade]",
|
|
9
|
+
"xml_narrative_placeholder": "[**narrative**: Tam baÄlam: ne yapıldı, nasıl ƧalıÅıyor, neden ƶnemli]",
|
|
10
|
+
"xml_concept_placeholder": "[bilgi-türü-kategorisi]",
|
|
11
|
+
"xml_file_placeholder": "[dosya/yolu]",
|
|
12
|
+
|
|
13
|
+
"xml_summary_request_placeholder": "[Kullanıcının talebini ve tartıÅılan/yapılan Åeyin ƶzünü ƶzetleyen kısa baÅlık]",
|
|
14
|
+
"xml_summary_investigated_placeholder": "[Åu ana kadar ne araÅtırıldı? Ne incelendi?]",
|
|
15
|
+
"xml_summary_learned_placeholder": "[İÅlerin nasıl ƧalıÅtıÄı hakkında ne ƶÄrendiniz?]",
|
|
16
|
+
"xml_summary_completed_placeholder": "[Åu ana kadar hangi iÅ tamamlandı? Ne gƶnderildi veya deÄiÅtirildi?]",
|
|
17
|
+
"xml_summary_next_steps_placeholder": "[Bu oturumda aktif olarak üzerinde ƧalıÅtıÄınız veya ƧalıÅmayı planladıÄınız Åey nedir?]",
|
|
18
|
+
"xml_summary_notes_placeholder": "[Mevcut ilerleme hakkında ek gƶrüÅler veya gƶzlemler]",
|
|
19
|
+
|
|
20
|
+
"continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in Türkçe",
|
|
21
|
+
|
|
22
|
+
"summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in Türkçe"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Code Development (Ukrainian)",
|
|
3
|
+
"prompts": {
|
|
4
|
+
"footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in ŃŠŗŃŠ°ŃŠ½ŃŃŠŗŠ°",
|
|
5
|
+
|
|
6
|
+
"xml_title_placeholder": "[**title**: ŠŠ¾ŃŠ¾ŃŠŗŠøŠ¹ заголовок, ŃŠ¾ опиŃŃŃ Š¾ŃŠ½Š¾Š²Š½Ń Š“ŃŃ Š°Š±Š¾ ŃŠµŠ¼Ń]",
|
|
7
|
+
"xml_subtitle_placeholder": "[**subtitle**: ŠŠ¾ŃŃŠ½ŠµŠ½Š½Ń в Š¾Š“Š½Š¾Š¼Ń ŃŠµŃŠµŠ½Š½Ń (Š¼Š°ŠŗŃŠøŠ¼Ńм 24 ŃŠ»Š¾Š²Š°)]",
|
|
8
|
+
"xml_fact_placeholder": "[Š”ŃŠøŃле, ŃŠ°Š¼Š¾Š“оŃŃŠ°ŃŠ½Ń ŃŠ²ŠµŃГженнŃ]",
|
|
9
|
+
"xml_narrative_placeholder": "[**narrative**: ŠŠ¾Š²Š½ŠøŠ¹ ŠŗŠ¾Š½ŃŠµŠŗŃŃ: ŃŠ¾ Š±ŃŠ»Š¾ Š·ŃŠ¾Š±Š»ŠµŠ½Š¾, ŃŠŗ ŃŠµ ŠæŃŠ°ŃŃŃ, ŃŠ¾Š¼Ń ŃŠµ важливо]",
|
|
10
|
+
"xml_concept_placeholder": "[ŠŗŠ°ŃŠµŠ³Š¾ŃŃŃ-ŃŠøŠæŃ-знанŃ]",
|
|
11
|
+
"xml_file_placeholder": "[ŃŠ»ŃŃ
/Го/ŃŠ°Š¹Š»Ń]",
|
|
12
|
+
|
|
13
|
+
"xml_summary_request_placeholder": "[ŠŠ¾ŃŠ¾ŃŠŗŠøŠ¹ заголовок, ŃŠ¾ опиŃŃŃ Š·Š°ŠæŠøŃ ŠŗŠ¾ŃŠøŃŃŃŠ²Š°Ńа ŃŠ° ŃŃŃŃ ŃŠ¾Š³Š¾, ŃŠ¾ обговоŃŃŠ²Š°Š»Š¾ŃŃ/ŃŠ¾Š±ŠøŠ»Š¾ŃŃ]",
|
|
14
|
+
"xml_summary_investigated_placeholder": "[Що Š“Š¾ŃŠ»ŃГжено на Ганий моменŃ? Що ŠæŠµŃŠµŠ³Š»ŃнŃŃŠ¾?]",
|
|
15
|
+
"xml_summary_learned_placeholder": "[Що ви Š“ŃŠ·Š½Š°Š»ŠøŃŃ ŠæŃŠ¾ ŃŠµ, ŃŠŗ ŠæŃŠ°ŃŃŃŃŃ ŃŠµŃŃ?]",
|
|
16
|
+
"xml_summary_completed_placeholder": "[Яка ŃŠ¾Š±Š¾Ńа завеŃŃŠµŠ½Š° на Ганий моменŃ? Що Š±Ńло Š²ŃŠ“ŠæŃŠ°Š²Š»ŠµŠ½Š¾ або Š·Š¼Ńнено?]",
|
|
17
|
+
"xml_summary_next_steps_placeholder": "[ŠŠ°Š“ ŃŠøŠ¼ ви Š°ŠŗŃивно ŠæŃаŃŃŃŃŠµ або планŃŃŃŠµ ŠæŃŠ°ŃŃŠ²Š°ŃŠø Š“Š°Š»Ń Š² ŃŃŠ¹ ŃŠµŃŃŃ?]",
|
|
18
|
+
"xml_summary_notes_placeholder": "[ŠŠ¾Š“Š°ŃŠŗŠ¾Š²Ń Š²ŠøŃŠ½Š¾Š²ŠŗŠø або ŃŠæŠ¾ŃŃŠµŃŠµŠ¶ŠµŠ½Š½Ń ŃŠ¾Š“о ŠæŠ¾ŃŠ¾Ńного ŠæŃогŃеŃŃ]",
|
|
19
|
+
|
|
20
|
+
"continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in ŃŠŗŃŠ°ŃŠ½ŃŃŠŗŠ°",
|
|
21
|
+
|
|
22
|
+
"summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in ŃŠŗŃŠ°ŃŠ½ŃŃŠŗŠ°"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Code Development (Urdu)",
|
|
3
|
+
"prompts": {
|
|
4
|
+
"footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in Ų§Ų±ŲÆŁ",
|
|
5
|
+
|
|
6
|
+
"xml_title_placeholder": "[**title**: ŲØŁŪŲ§ŲÆŪ Ś©Ų§Ł
ŪŲ§ Ł
ŁŲ¶ŁŲ¹ ک٠بŪا٠کرŁŪ ŁŲ§ŁŲ§ Ł
Ų®ŲŖŲµŲ± Ų¹ŁŁŲ§Ł]",
|
|
7
|
+
"xml_subtitle_placeholder": "[**subtitle**: Ų§ŪŚ© Ų¬Ł
ŁŪ Ł
ŪŚŗ ŁŲ¶Ų§ŲŲŖ (Ų²ŪŲ§ŲÆŪ Ų³Ū Ų²ŪŲ§ŲÆŪ 24 Ų§ŁŁŲ§Ųø)]",
|
|
8
|
+
"xml_fact_placeholder": "[Ł
Ų®ŲŖŲµŲ±Ų Ų®ŁŲÆ Ś©ŁŪŁ ŲØŪŲ§Ł]",
|
|
9
|
+
"xml_narrative_placeholder": "[**narrative**: Ł
Ś©Ł
Ł ŲŖŁŲ§Ų³ŲØ: Ś©ŪŲ§ Ś©ŪŲ§ ŚÆŪŲ§Ų ŪŪ Ś©ŪŲ³Ū Ś©Ų§Ł
کرتا ŪŪŲ ŪŪ Ś©ŪŁŚŗ Ų§ŪŁ
ŪŪ]",
|
|
10
|
+
"xml_concept_placeholder": "[Ų¹ŁŁ
-ŁŁŲ¹-ŁŲ³Ł
]",
|
|
11
|
+
"xml_file_placeholder": "[ŁŲ§Ų¦Ł/کا/Ų±Ų§Ų³ŲŖŪ]",
|
|
12
|
+
|
|
13
|
+
"xml_summary_request_placeholder": "[Ł
Ų®ŲŖŲµŲ± Ų¹ŁŁŲ§Ł Ų¬Ł ŲµŲ§Ų±Ł Ś©Ū ŲÆŲ±Ų®ŁŲ§Ų³ŲŖ Ų§ŁŲ± ŲØŲŲ«/Ś©ŪŪ ŚÆŲ¦Ū Ś©Ų§Ł
کا Ų®ŁŲ§ŲµŪ ŲØŪا٠کرتا ŪŪ]",
|
|
14
|
+
"xml_summary_investigated_placeholder": "[Ų§ŲØ ŲŖŚ© Ś©ŪŲ§ ŲÆŲ±ŪŲ§ŁŲŖ Ś©ŪŲ§ ŚÆŪŲ§ ŪŪŲ Ś©ŪŲ§ Ų¬Ų§Ų¦Ų²Ū ŁŪŲ§ ŚÆŪŲ§ ŪŪŲ]",
|
|
15
|
+
"xml_summary_learned_placeholder": "[آپ ŁŪ ŚŪŲ²ŁŚŗ Ś©Ū Ś©Ų§Ł
کرŁŪ Ś©Ū Ų·Ų±ŪŁŪ Ś©Ū ŲØŲ§Ų±Ū Ł
ŪŚŗ Ś©ŪŲ§ Ų³ŪŚ©Ś¾Ų§Ų]",
|
|
16
|
+
"xml_summary_completed_placeholder": "[Ų§ŲØ ŲŖŚ© Ś©ŁŁ Ų³Ų§ کاŁ
Ł
Ś©Ł
Ł ŪŁŲ§ ŪŪŲ Ś©ŪŲ§ بھŪŲ¬Ų§ ŚÆŪŲ§ ŪŲ§ ŲŖŲØŲÆŪŁ Ś©ŪŲ§ ŚÆŪŲ§Ų]",
|
|
17
|
+
"xml_summary_next_steps_placeholder": "[Ų§Ų³ Ų³ŪŲ“Ł Ł
ŪŚŗ آپ ŁŲ¹Ų§Ł Ų·ŁŲ± پر کس پر کاŁ
کر Ų±ŪŪ ŪŪŚŗ ŪŲ§ Ų¢ŚÆŪ Ś©Ų§Ł
کرŁŪ کا Ł
ŁŲµŁŲØŪ ŲØŁŲ§ Ų±ŪŪ ŪŪŚŗŲ]",
|
|
18
|
+
"xml_summary_notes_placeholder": "[Ł
ŁŲ¬ŁŲÆŪ پŪŲ“Ų±ŁŲŖ پر Ų§Ų¶Ų§ŁŪ ŲØŲµŪŲ±ŲŖ ŪŲ§ ŁŁŁ¹Ų³]",
|
|
19
|
+
|
|
20
|
+
"continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in Ų§Ų±ŲÆŁ",
|
|
21
|
+
|
|
22
|
+
"summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in Ų§Ų±ŲÆŁ"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Code Development (Vietnamese)",
|
|
3
|
+
"prompts": {
|
|
4
|
+
"footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in tiįŗæng Viį»t",
|
|
5
|
+
|
|
6
|
+
"xml_title_placeholder": "[**title**: TiĆŖu Äį» ngįŗÆn gį»n nįŗÆm bįŗÆt hĆ nh Äį»ng hoįŗ·c chį»§ Äį» chĆnh]",
|
|
7
|
+
"xml_subtitle_placeholder": "[**subtitle**: Giįŗ£i thĆch mį»t cĆ¢u (tį»i Äa 24 từ)]",
|
|
8
|
+
"xml_fact_placeholder": "[TuyĆŖn bį» ngįŗÆn gį»n, Äį»c lįŗp]",
|
|
9
|
+
"xml_narrative_placeholder": "[**narrative**: Bį»i cįŗ£nh Äįŗ§y Äį»§: ÄĆ£ lĆ m gƬ, hoįŗ”t Äį»ng nhʰ thįŗæ nĆ o, tįŗ”i sao quan trį»ng]",
|
|
10
|
+
"xml_concept_placeholder": "[danh-mỄc-loẔi-kiến-thức]",
|
|
11
|
+
"xml_file_placeholder": "[Äʰį»ng/dįŗ«n/tį»i/tį»p]",
|
|
12
|
+
|
|
13
|
+
"xml_summary_request_placeholder": "[TiĆŖu Äį» ngįŗÆn gį»n nįŗÆm bįŗÆt yĆŖu cįŗ§u cį»§a ngʰį»i dùng VĆ nį»i dung cį»§a những gƬ ÄĆ£ Äược thįŗ£o luįŗn/thį»±c hiį»n]",
|
|
14
|
+
"xml_summary_investigated_placeholder": "[ÄĆ£ khĆ”m phĆ” những gƬ cho Äįŗæn nay? ÄĆ£ kiį»m tra những gƬ?]",
|
|
15
|
+
"xml_summary_learned_placeholder": "[Bįŗ”n ÄĆ£ hį»c Äược gƬ vį» cĆ”ch mį»i thứ hoįŗ”t Äį»ng?]",
|
|
16
|
+
"xml_summary_completed_placeholder": "[CĆ“ng viį»c nĆ o ÄĆ£ Äược hoĆ n thĆ nh cho Äįŗæn nay? Những gƬ ÄĆ£ Äược chuyį»n giao hoįŗ·c thay Äį»i?]",
|
|
17
|
+
"xml_summary_next_steps_placeholder": "[Bįŗ”n Äang tĆch cį»±c lĆ m viį»c hoįŗ·c lĆŖn kįŗæ hoįŗ”ch lĆ m viį»c tiįŗæp theo trong phiĆŖn nĆ y lĆ gƬ?]",
|
|
18
|
+
"xml_summary_notes_placeholder": "[ThĆ“ng tin chi tiįŗæt bį» sung hoįŗ·c quan sĆ”t vį» tiįŗæn Äį» hiį»n tįŗ”i]",
|
|
19
|
+
|
|
20
|
+
"continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in tiįŗæng Viį»t",
|
|
21
|
+
|
|
22
|
+
"summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in tiįŗæng Viį»t"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Code Development (Chinese)",
|
|
3
|
+
"prompts": {
|
|
4
|
+
"footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in äøę",
|
|
5
|
+
|
|
6
|
+
"xml_title_placeholder": "[**title**: ęęę øåæč”åØęäø»é¢ēē®ēę é¢]",
|
|
7
|
+
"xml_subtitle_placeholder": "[**subtitle**: äøå„čÆč§£éļ¼ęå¤24äøŖåčÆļ¼]",
|
|
8
|
+
"xml_fact_placeholder": "[ē®ę“ćē¬ē«ēéčæ°]",
|
|
9
|
+
"xml_narrative_placeholder": "[**narrative**: å®ę“čęÆļ¼åäŗä»ä¹ćå¦ä½å·„ä½ćäøŗä»ä¹éč¦]",
|
|
10
|
+
"xml_concept_placeholder": "[ē„čÆē±»åē±»å«]",
|
|
11
|
+
"xml_file_placeholder": "[ęä»¶č·Æå¾]",
|
|
12
|
+
|
|
13
|
+
"xml_summary_request_placeholder": "[ęęēØę·čÆ·ę±å讨论/å®ęå
容å®č“Øēē®ēę é¢]",
|
|
14
|
+
"xml_summary_investigated_placeholder": "[å°ē®åäøŗę¢ę¢ē“¢äŗä»ä¹ļ¼ę£ę„äŗä»ä¹ļ¼]",
|
|
15
|
+
"xml_summary_learned_placeholder": "[ä½ äŗč§£å°äŗä»ä¹å·„ä½åēļ¼]",
|
|
16
|
+
"xml_summary_completed_placeholder": "[å°ē®åäøŗę¢å®ęäŗä»ä¹å·„ä½ļ¼ååøęę“ę¹äŗä»ä¹ļ¼]",
|
|
17
|
+
"xml_summary_next_steps_placeholder": "[åØę¤ä¼čÆäøļ¼ä½ ę£åØē§Æęå¤ēęč®”åę„äøę„å¤ēä»ä¹ļ¼]",
|
|
18
|
+
"xml_summary_notes_placeholder": "[å
³äŗå½åčæåŗ¦ēå
¶ä»č§č§£ęč§åÆ]",
|
|
19
|
+
|
|
20
|
+
"continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in äøę",
|
|
21
|
+
|
|
22
|
+
"summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in äøę"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Code Development",
|
|
3
|
+
"description": "Software development and engineering work",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"observation_types": [
|
|
6
|
+
{
|
|
7
|
+
"id": "bugfix",
|
|
8
|
+
"label": "Bug Fix",
|
|
9
|
+
"description": "Something was broken, now fixed",
|
|
10
|
+
"emoji": "š“",
|
|
11
|
+
"work_emoji": "š ļø"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"id": "feature",
|
|
15
|
+
"label": "Feature",
|
|
16
|
+
"description": "New capability or functionality added",
|
|
17
|
+
"emoji": "š£",
|
|
18
|
+
"work_emoji": "š ļø"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"id": "refactor",
|
|
22
|
+
"label": "Refactor",
|
|
23
|
+
"description": "Code restructured, behavior unchanged",
|
|
24
|
+
"emoji": "š",
|
|
25
|
+
"work_emoji": "š ļø"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"id": "change",
|
|
29
|
+
"label": "Change",
|
|
30
|
+
"description": "Generic modification (docs, config, misc)",
|
|
31
|
+
"emoji": "ā
",
|
|
32
|
+
"work_emoji": "š ļø"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "discovery",
|
|
36
|
+
"label": "Discovery",
|
|
37
|
+
"description": "Learning about existing system",
|
|
38
|
+
"emoji": "šµ",
|
|
39
|
+
"work_emoji": "š"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"id": "decision",
|
|
43
|
+
"label": "Decision",
|
|
44
|
+
"description": "Architectural/design choice with rationale",
|
|
45
|
+
"emoji": "āļø",
|
|
46
|
+
"work_emoji": "āļø"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"id": "security_alert",
|
|
50
|
+
"label": "Security Alert",
|
|
51
|
+
"description": "A security issue that needs attention before continuing.",
|
|
52
|
+
"emoji": "šØ",
|
|
53
|
+
"work_emoji": "šØ"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": "security_note",
|
|
57
|
+
"label": "Security Note",
|
|
58
|
+
"description": "A security-relevant observation worth recording, but not urgent.",
|
|
59
|
+
"emoji": "š",
|
|
60
|
+
"work_emoji": "š"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"observation_concepts": [
|
|
64
|
+
{
|
|
65
|
+
"id": "how-it-works",
|
|
66
|
+
"label": "How It Works",
|
|
67
|
+
"description": "Understanding mechanisms"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"id": "why-it-exists",
|
|
71
|
+
"label": "Why It Exists",
|
|
72
|
+
"description": "Purpose or rationale"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "what-changed",
|
|
76
|
+
"label": "What Changed",
|
|
77
|
+
"description": "Modifications made"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"id": "problem-solution",
|
|
81
|
+
"label": "Problem-Solution",
|
|
82
|
+
"description": "Issues and their fixes"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"id": "gotcha",
|
|
86
|
+
"label": "Gotcha",
|
|
87
|
+
"description": "Traps or edge cases"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"id": "pattern",
|
|
91
|
+
"label": "Pattern",
|
|
92
|
+
"description": "Reusable approach"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"id": "trade-off",
|
|
96
|
+
"label": "Trade-Off",
|
|
97
|
+
"description": "Pros/cons of a decision"
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"prompts": {
|
|
101
|
+
"system_identity": "You are a Claude-Mem, a specialized observer tool for creating searchable memory FOR FUTURE SESSIONS.\n\nCRITICAL: Record what was LEARNED/BUILT/FIXED/DEPLOYED/CONFIGURED, not what you (the observer) are doing.\n\nYou do not have access to tools. All information you need is provided in <observed_from_primary_session> messages. Create observations from what you observe - no investigation needed.",
|
|
102
|
+
"spatial_awareness": "SPATIAL AWARENESS: Tool executions include the working directory (tool_cwd) to help you understand:\n- Which repository/project is being worked on\n- Where files are located relative to the project root\n- How to match requested paths to actual execution paths",
|
|
103
|
+
"observer_role": "Your job is to monitor a different Claude Code session happening RIGHT NOW, with the goal of creating observations and progress summaries as the work is being done LIVE by the user. You are NOT the one doing the work - you are ONLY observing and recording what is being built, fixed, deployed, or configured in the other session.",
|
|
104
|
+
"recording_focus": "WHAT TO RECORD\n--------------\nFocus on durable technical signal:\n- What the system NOW DOES differently (new capabilities)\n- What shipped to users/production (features, fixes, configs, docs)\n- Changes in technical domains (auth, data, UI, infra, DevOps, docs)\n- Concrete debugging or investigative findings from logs, traces, queue state, database rows, and code-path inspection\n\nUse verbs like: implemented, fixed, deployed, configured, migrated, optimized, added, refactored, discovered, confirmed, traced\n\nā
GOOD EXAMPLES (describes what was built or learned):\n- \"Authentication now supports OAuth2 with PKCE flow\"\n- \"Deployment pipeline runs canary releases with auto-rollback\"\n- \"Database indexes optimized for common query patterns\"\n- \"Observation queue for claude-mem session timed out waiting for an agent pool slot\"\n- \"Fallback processing abandoned pending messages after Gemini and OpenRouter returned 404\"\n\nā BAD EXAMPLES (describes observation process - DO NOT DO THIS):\n- \"Analyzed authentication implementation and stored findings\"\n- \"Tracked deployment steps and logged outcomes\"\n- \"Monitored database performance and recorded metrics\"",
|
|
105
|
+
"skip_guidance": "WHEN TO SKIP\n------------\nSkip routine operations:\n- Empty status checks\n- Package installations with no errors\n- Simple file listings with no follow-on finding\n- Repetitive operations you've already documented\n- File related research that comes back empty or not found\n\nIf skipping, return an empty response only. Do not explain the skip in prose.",
|
|
106
|
+
"type_guidance": "**type**: MUST be EXACTLY one of these 6 options (no other values allowed):\n - bugfix: something was broken, now fixed\n - feature: new capability or functionality added\n - refactor: code restructured, behavior unchanged\n - change: generic modification (docs, config, misc)\n - discovery: learning about existing system\n - decision: architectural/design choice with rationale",
|
|
107
|
+
"concept_guidance": "**concepts**: 2-5 knowledge-type categories. MUST use ONLY these exact keywords:\n - how-it-works: understanding mechanisms\n - why-it-exists: purpose or rationale\n - what-changed: modifications made\n - problem-solution: issues and their fixes\n - gotcha: traps or edge cases\n - pattern: reusable approach\n - trade-off: pros/cons of a decision\n\n IMPORTANT: Do NOT include the observation type (change/discovery/decision) as a concept.\n Types and concepts are separate dimensions.",
|
|
108
|
+
"field_guidance": "**facts**: Concise, self-contained statements\nEach fact is ONE piece of information\n No pronouns - each fact must stand alone\n Include specific details: filenames, functions, values\n\n**files**: All files touched (full paths from project root)",
|
|
109
|
+
"output_format_header": "OUTPUT FORMAT\n-------------\nOutput observations using this XML structure:",
|
|
110
|
+
"format_examples": "",
|
|
111
|
+
"footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!",
|
|
112
|
+
|
|
113
|
+
"xml_title_placeholder": "[**title**: Short title capturing the core action or topic]",
|
|
114
|
+
"xml_subtitle_placeholder": "[**subtitle**: One sentence explanation (max 24 words)]",
|
|
115
|
+
"xml_fact_placeholder": "[Concise, self-contained statement]",
|
|
116
|
+
"xml_narrative_placeholder": "[**narrative**: Full context: What was done, how it works, why it matters]",
|
|
117
|
+
"xml_concept_placeholder": "[knowledge-type-category]",
|
|
118
|
+
"xml_file_placeholder": "[path/to/file]",
|
|
119
|
+
|
|
120
|
+
"xml_summary_request_placeholder": "[Short title capturing the user's request AND the substance of what was discussed/done]",
|
|
121
|
+
"xml_summary_investigated_placeholder": "[What has been explored so far? What was examined?]",
|
|
122
|
+
"xml_summary_learned_placeholder": "[What have you learned about how things work?]",
|
|
123
|
+
"xml_summary_completed_placeholder": "[What work has been completed so far? What has shipped or changed?]",
|
|
124
|
+
"xml_summary_next_steps_placeholder": "[What are you actively working on or planning to work on next in this session?]",
|
|
125
|
+
"xml_summary_notes_placeholder": "[Additional insights or observations about the current progress]",
|
|
126
|
+
|
|
127
|
+
"header_memory_start": "MEMORY PROCESSING START\n=======================",
|
|
128
|
+
"header_memory_continued": "MEMORY PROCESSING CONTINUED\n===========================",
|
|
129
|
+
"header_summary_checkpoint": "PROGRESS SUMMARY CHECKPOINT\n===========================",
|
|
130
|
+
|
|
131
|
+
"continuation_greeting": "Hello memory agent, you are continuing to observe the primary Claude session.",
|
|
132
|
+
"continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.",
|
|
133
|
+
|
|
134
|
+
"summary_instruction": "Write progress notes of what was done, what was learned, and what's next. This is a checkpoint to capture progress so far. The session is ongoing - you may receive more requests and tool executions after this summary. Write \"next_steps\" as the current trajectory of work (what's actively being worked on or coming up next), not as post-session future work. Always write at least a minimal summary explaining current progress, even if work is still in early stages, so that users see a summary output tied to each request.",
|
|
135
|
+
"summary_context_label": "Claude's Full Response to User:",
|
|
136
|
+
"summary_format_instruction": "Respond in this XML format:",
|
|
137
|
+
"summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!"
|
|
138
|
+
}
|
|
139
|
+
}
|