kairos-chain 2.5.0 → 2.6.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: 4bb1a479485b0eeb8315806b9cb6b657aab0999da825b028c1bd164d29d7683a
4
- data.tar.gz: f0c41de78a0b1a83bd0826b71e7847a80549f5f3ce91673acaefcafd322b9c23
3
+ metadata.gz: fd37add4e10e999bc03fda6eb9563f61744d2b57e2655cdc855e1b32c42f3cb8
4
+ data.tar.gz: 581be43b3792007464fced342d535c4af805335dd6a07e748e936fbd8215b130
5
5
  SHA512:
6
- metadata.gz: 86afd61254c72f559565196bf3caa53f547b5f3483ae5562cbedac0ddaa9d56970ec19aa54eaed3278f338e2ca930ab5c7dcd9d6acbe681f61b0bc0d197ae706
7
- data.tar.gz: d8de0bb6abda6c4e1837c3976a1e85a4b2784d8e8619afda40434c64b1365733ca69666b5de981c87ec3f296667192e9b7a3d573a0301108c2fd7c3408e55b7e
6
+ metadata.gz: 1fb00f60fc782a70af64505c7fa227e2bc01e50286d5697e1302ad67bc4b340c6a4aeecf89339ee03308737fe95fb1000cb10a4a272da5a607bf534947c4d8a1
7
+ data.tar.gz: f81c3cc36cf14d7d6b959b9c38db00a3ae3a695dc88f5f68dab60468af12b15afad8dad43cb948400c79a2e745085818417a233499023e6b27c65f25adfbe236
data/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ 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.6.0] - 2026-03-05
8
+
9
+ ### Added
10
+
11
+ - **Self-Development Workflow (L1 Knowledge)**: New `kairoschain_self_development` knowledge documenting the self-referential development pattern — using KairosChain to develop KairosChain itself. Covers `.kairos/` initialization in project root, the three-step development cycle (develop → promote → reconstitute), promotion target guidelines (`knowledge/` vs `templates/`), ordering constraints for chicken-and-egg scenarios, and philosophical grounding (Propositions 5, 6, 7, 9). This is the last change made without using KairosChain's own tools — subsequent development will use the self-development workflow.
12
+
13
+ ---
14
+
7
15
  ## [2.5.0] - 2026-03-03
8
16
 
9
17
  ### Added
@@ -307,6 +315,7 @@ This project follows [Semantic Versioning](https://semver.org/).
307
315
  - Skill promotion with Persona Assembly
308
316
  - Tool guide and metadata system
309
317
 
318
+ [2.6.0]: https://github.com/masaomi/KairosChain_2026/compare/v2.5.0...v2.6.0
310
319
  [2.5.0]: https://github.com/masaomi/KairosChain_2026/compare/v2.4.0...v2.5.0
311
320
  [2.4.0]: https://github.com/masaomi/KairosChain_2026/compare/v2.3.1...v2.4.0
312
321
  [2.3.1]: https://github.com/masaomi/KairosChain_2026/compare/v2.3.0...v2.3.1
@@ -1,4 +1,4 @@
1
1
  module KairosMcp
2
- VERSION = "2.5.0"
2
+ VERSION = "2.6.0"
3
3
  CHANGELOG_URL = "https://github.com/masaomi/KairosChain_2026/blob/main/CHANGELOG.md"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kairos-chain
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0
4
+ version: 2.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masa Hatakeyama
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-03 00:00:00.000000000 Z
11
+ date: 2026-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -270,7 +270,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
270
270
  - !ruby/object:Gem::Version
271
271
  version: '0'
272
272
  requirements: []
273
- rubygems_version: 3.5.22
273
+ rubygems_version: 3.3.26
274
274
  signing_key:
275
275
  specification_version: 4
276
276
  summary: KairosChain - Memory-driven agent framework with blockchain auditability