Skip to content

Commit ebdb77e

Browse files
authored
Merge branch 'anno-mods:main' into main
2 parents 68e340c + a013a27 commit ebdb77e

67 files changed

Lines changed: 983 additions & 2153 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/commands/translate.md

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,24 @@ When the user runs this command with a translation key:
321321
"traditional_chinese": "​虔誠 / ​信仰"
322322
},
323323
"name": "devotion"
324+
},
325+
{
326+
"lineID": -6913479974945708503,
327+
"locaText": {
328+
"brazilian": "Descoberta",
329+
"english": "Discovery",
330+
"french": "Découverte",
331+
"german": "Entdeckung",
332+
"italian": "Scoperta",
333+
"japanese": "​発見",
334+
"korean": "​발견",
335+
"polish": "Odkrycie",
336+
"russian": "Открытие",
337+
"simplified_chinese": "​发现",
338+
"spanish": "Descubrimiento",
339+
"traditional_chinese": "​發現"
340+
},
341+
"name": "discovery"
324342
},
325343
{
326344
"lineID": -6912820157918341621,
@@ -394,24 +412,6 @@ When the user runs this command with a translation key:
394412
},
395413
"name": "eventDuration"
396414
},
397-
{
398-
"lineID": -6900061796493286420,
399-
"locaText": {
400-
"brazilian": null,
401-
"english": "Extra Goods ",
402-
"french": null,
403-
"german": null,
404-
"italian": null,
405-
"japanese": null,
406-
"korean": null,
407-
"polish": null,
408-
"russian": null,
409-
"simplified_chinese": null,
410-
"spanish": null,
411-
"traditional_chinese": null
412-
},
413-
"name": "extraGoods"
414-
},
415415
{
416416
"lineID": -6910306885876902499,
417417
"locaText": {
@@ -771,6 +771,24 @@ When the user runs this command with a translation key:
771771
"traditional_chinese": null
772772
},
773773
"name": "residents"
774+
},
775+
{
776+
"lineID": -6900991734456921008,
777+
"locaText": {
778+
"brazilian": "Evento em andamento",
779+
"english": "Running Event",
780+
"french": "Événement en cours",
781+
"german": "Laufendes Ereignis",
782+
"italian": "Evento in corso",
783+
"japanese": "​開催​中​の​イベント",
784+
"korean": "​진행 ​중인 ​이벤트",
785+
"polish": "Wydarzenie w toku",
786+
"russian": "Текущее событие",
787+
"simplified_chinese": "​进行​中的​活动",
788+
"spanish": "Evento en activo",
789+
"traditional_chinese": "​正​發生​事件"
790+
},
791+
"name": "runningEvent"
774792
},
775793
{
776794
"lineID": -6915422247772755926,

.claude/commands/wrap-up.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ If during your session:
3737

3838
...that is relevant, was not known initially, and should be persisted, add it to the appropriate `CLAUDE.md` (for shared context) or
3939
`CLAUDE.local.md` (for private notes) file. If the information is relevant for a subdirectory only,
40-
place or update it in the `CLAUDE.md` file within that subdirectory. If it is structured information (e.g. relationship between classes, variables, or knockout observables, store it in "memory" - a model context protocol server for storing a knowledge graph)
40+
place or update it in the `CLAUDE.md` file within that subdirectory.
4141

4242
When specific information belongs to a particular subcomponent, ensure you place it in the CLAUDE file for that component.
4343
For example:
4444
* Information A belongs exclusively to writing html code with knockout bindings → put it in `templates/CLAUDE.md`
4545
* Information B belongs exclusively to programming in typescript → put it in `src/CLAUDE.md`
46+
* Information C belongs exclusively to testing -> ptu it in `tests/CLAUDE.md`
4647

47-
This ensures important knowledge is retained and available in future sessions.
48+
This ensures important knowledge is retained and available in future sessions.
49+
**Important**: Keept the information concise and compact. Provide a **summary** of the final architecture and encountered pitfalls.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,4 +343,6 @@ ASALocalRun/
343343
/TODO.txt
344344
/wheel_input.xcf
345345
/dist
346-
/test-results
346+
/docs/chats
347+
/test-results
348+
/calculator-preview*

0 commit comments

Comments
 (0)