Spaces:
Sleeping
Sleeping
release: v1.8.2 ICH M15 citation alignment
Browse files- memory/mica.yaml +12 -4
memory/mica.yaml
CHANGED
|
@@ -1,21 +1,21 @@
|
|
| 1 |
-
mica_spec: "0.2.
|
| 2 |
name: stem-ai-bio
|
| 3 |
mode: protocol_evolution
|
| 4 |
description: "STEM BIO-AI distributed skill (16+ platforms). Single archive update authority. Platform deployments are read-only consumers. Never update archive in deployed copies."
|
| 5 |
|
| 6 |
layers:
|
| 7 |
- name: archive
|
| 8 |
-
path: memory/stem-ai.mica.v1.
|
| 9 |
format: json
|
| 10 |
loading_hint: always
|
| 11 |
|
| 12 |
- name: playbook
|
| 13 |
-
path: memory/stem-ai-playbook.v1.
|
| 14 |
format: markdown
|
| 15 |
loading_hint: always
|
| 16 |
|
| 17 |
- name: lessons
|
| 18 |
-
path: memory/stem-ai-lessons.v1.
|
| 19 |
format: markdown
|
| 20 |
loading_hint: on_demand
|
| 21 |
|
|
@@ -23,6 +23,14 @@ update_triggers:
|
|
| 23 |
- on_version_bump
|
| 24 |
- on_explicit_save
|
| 25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
archive_policy:
|
| 27 |
rotation: on_version_bump
|
| 28 |
retention: indefinite
|
|
|
|
| 1 |
+
mica_spec: "0.2.4"
|
| 2 |
name: stem-ai-bio
|
| 3 |
mode: protocol_evolution
|
| 4 |
description: "STEM BIO-AI distributed skill (16+ platforms). Single archive update authority. Platform deployments are read-only consumers. Never update archive in deployed copies."
|
| 5 |
|
| 6 |
layers:
|
| 7 |
- name: archive
|
| 8 |
+
path: memory/stem-ai.mica.v1.8.2.json
|
| 9 |
format: json
|
| 10 |
loading_hint: always
|
| 11 |
|
| 12 |
- name: playbook
|
| 13 |
+
path: memory/stem-ai-playbook.v1.8.2.md
|
| 14 |
format: markdown
|
| 15 |
loading_hint: always
|
| 16 |
|
| 17 |
- name: lessons
|
| 18 |
+
path: memory/stem-ai-lessons.v1.8.2.md
|
| 19 |
format: markdown
|
| 20 |
loading_hint: on_demand
|
| 21 |
|
|
|
|
| 23 |
- on_version_bump
|
| 24 |
- on_explicit_save
|
| 25 |
|
| 26 |
+
invocation_protocol:
|
| 27 |
+
primary_pattern: readme_protocol
|
| 28 |
+
self_test_runtime: readme_protocol_ai_session
|
| 29 |
+
hook_output_prefix: "[MICA]"
|
| 30 |
+
hook_output:
|
| 31 |
+
max_di_lines: 3
|
| 32 |
+
di_filter: violations_only
|
| 33 |
+
|
| 34 |
archive_policy:
|
| 35 |
rotation: on_version_bump
|
| 36 |
retention: indefinite
|