kairos-chain 2.1.0 → 2.2.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +22 -0
- data/lib/kairos_mcp/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dbbc431c994ddee8387bb629cc71847e11846bf0e30932bdd6390664c3b9cbfc
|
|
4
|
+
data.tar.gz: 975b2415a95a9281d84bd71ce3dfcf91665f45e6e52f1aeafb7f13e3bd34371a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 413cc2d7dea0332b04c76d52cc90f8f0b88cdb8629228258b006088f3a47fa1aeec4219872b4a079da9b90a8c9eb7e0e45fea5e3556ac65af64de407cdace41f
|
|
7
|
+
data.tar.gz: 2864dc9ed059d9b1d58759f830d527ab0bf9f2c988666da06e57ce111a2beb3fa6e68e15e19287a7024f2d41b9655343c0ba3060ade323ea344cd42587f88475
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,27 @@ All notable changes to the `kairos-chain` gem will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
This project follows [Semantic Versioning](https://semver.org/).
|
|
6
6
|
|
|
7
|
+
## [2.2.0] - 2026-02-25
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- **Unified L1 Meta-Philosophy (v2.0)**: Integrated three meta-level philosophical analyses into a single L1 knowledge entry with 9 propositions organized in 4 thematic groups (Ontological Foundations, Integrity, Possibility and Time, Cognition and Relations). Each proposition carries [ML1/ML2/ML3] provenance labels. Structure marked as provisional per Persona Assembly consensus (6 personas, 2 rounds).
|
|
12
|
+
- New: `knowledge/kairoschain_meta_philosophy/kairoschain_meta_philosophy.md` (EN, v2.0)
|
|
13
|
+
- New: `knowledge/kairoschain_meta_philosophy_jp/kairoschain_meta_philosophy_jp.md` (JP, v2.0)
|
|
14
|
+
- Removed: `kairoschain_philosophy/kairoschain_meta_philosophy.md` (v1.0, superseded)
|
|
15
|
+
- Removed: `kairoschain_philosophy/kairoschain_meta_philosophy2.md` (v1.0, superseded)
|
|
16
|
+
- Removed: `kairoschain_philosophy_jp/kairoschain_meta_philosophy_jp.md` (v1.0, superseded)
|
|
17
|
+
- Removed: `kairoschain_philosophy_jp/kairoschain_meta_philosophy2_jp.md` (v1.0, superseded)
|
|
18
|
+
|
|
19
|
+
- **CLAUDE.md**: Updated Five Propositions → Nine Propositions with thematic groups and provenance labels. Updated Deep Reference to include third meta-level and case study.
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
- **Third Meta-Level Philosophy (docs/)**: Full analysis of metacognitive dynamic process, human-system composite cognition, and incompleteness as evolutionary driver (EN/JP)
|
|
24
|
+
- **Self-Referential Metacognition Case Study (docs/)**: Developer experience record documenting L1 registration triggering metacognitive reflection — classified as generative example, not L1 knowledge (EN/JP)
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
7
28
|
## [2.1.0] - 2026-02-25
|
|
8
29
|
|
|
9
30
|
### Added
|
|
@@ -221,6 +242,7 @@ This project follows [Semantic Versioning](https://semver.org/).
|
|
|
221
242
|
- Skill promotion with Persona Assembly
|
|
222
243
|
- Tool guide and metadata system
|
|
223
244
|
|
|
245
|
+
[2.2.0]: https://github.com/masaomi/KairosChain_2026/compare/v2.1.0...v2.2.0
|
|
224
246
|
[2.0.5]: https://github.com/masaomi/KairosChain_2026/compare/v2.0.4...v2.0.5
|
|
225
247
|
[2.0.4]: https://github.com/masaomi/KairosChain_2026/compare/v2.0.3...v2.0.4
|
|
226
248
|
[2.0.3]: https://github.com/masaomi/KairosChain_2026/compare/v2.0.2...v2.0.3
|
data/lib/kairos_mcp/version.rb
CHANGED