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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb6f9b51791860a4898475d255ec105e4de84ac49cdbb8efb22297fff9db3337
4
- data.tar.gz: 9c13b5e3743eeb39d84fa037f84027a0be9865d75ba5851123fe57fdd21133f6
3
+ metadata.gz: dbbc431c994ddee8387bb629cc71847e11846bf0e30932bdd6390664c3b9cbfc
4
+ data.tar.gz: 975b2415a95a9281d84bd71ce3dfcf91665f45e6e52f1aeafb7f13e3bd34371a
5
5
  SHA512:
6
- metadata.gz: 955cca06fa60a00c344412a98e73dd47c9164a122fcb185c72c27a9bcc948691477835b69ba51974a5e4702451b7264c61f6627d5791fb3657ecdb817a29af0d
7
- data.tar.gz: 105ac2714d16387a47392a20e9fb707034702829abb071cd03f0be4bcf42896bec655ecede56236b4965ddc0ddb140227bcea137a3ca140bddcb2cee7ac0e582
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
@@ -1,4 +1,4 @@
1
1
  module KairosMcp
2
- VERSION = "2.1.0"
2
+ VERSION = "2.2.0"
3
3
  CHANGELOG_URL = "https://github.com/masaomi/KairosChain_2026/blob/main/CHANGELOG.md"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kairos-chain
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masa Hatakeyama