Skip to content

Releases: Tiger3807861189/J-Space-Cognition-Suite-V3.7

J-Space Cognition Suite v3.7.0

Choose a tag to compare

@Tiger3807861189 Tiger3807861189 released this 23 Aug 07:27

J-Space Cognition Suite V3.7.0


EN — The J-Space Cognition Suite V3.7 is a set of instructions a language model reads before it starts working. It teaches the model how to use its own inner workspace — the J-space — where thoughts form before, and often without, being said. This release adds the problem-model reference (incorporating the proposal and discussion from PR #11, opened by @lanting200 with commit contributions from @afeer123).

中文 —— J-Space 认知套件 V3.7 是一套模型在开始干活之前读取的指令。它教模型如何使用自己本来就有的内部工作台(J-space)——想法在被说出来之前、而且常常是根本没被说出来——就已经在那里成形。本版本新增问题模型(problem-model)参考模块(吸收自 PR #11 的提案与讨论,由 @lanting200 发起,包含 @afeer123 的提交贡献)。


Contents | 内容

J-Space-Cognition-Suite-V3.7/
├── .github/workflows/verify.yml    # three-platform integrity and regression checks
├── CITATION.cff                    # machine-readable citation metadata
├── CONTRIBUTING.md                 # contribution and provenance requirements
├── LICENSE                         # Apache License 2.0
├── README.md                       # English engineering guide
├── README.zh-CN.md                 # Chinese engineering guide
├── THIRD_PARTY_NOTICES.md          # attribution and license boundaries
├── tests/test_jspace.py            # standard-library controller regression tests
└── j-space/
    ├── SKILL.md                    # single entry, gate, routing, and invariants
    ├── modules/                    # nine selectively loaded protocols
    ├── references/                 # evidence, induction, problem-model, and exemplars
    └── scripts/
        ├── jspace.py               # optional loop controller
        ├── workspace-ledger.md     # ledger template and contract
        └── verify_suite.py         # authoring-time integrity check

Highlights | 亮点

  • Problem-model reference: settle the interpretation before acting
  • Nine selectively loaded protocol modules + four supporting references
  • Controller anchors checked against SKILL.md (issue #16 fix)
  • Multilingual checkpoint coverage and decoding fixes (PR #15 / #21)
  • Standard-library regression tests (21), three-platform CI
  • Bilingual (EN/中文) engineering guides
  • Apache License 2.0
  • Concept DOI: 10.5281/zenodo.21971181 (resolves to latest version)