强哥的思想宇宙
Go to file
wantsong f034d3fd9d feat: promote qpi cases and consolidate review bundle 2026-06-17 14:54:07 +08:00
cards feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00
ccra_review_bundle feat: promote qpi cases and consolidate review bundle 2026-06-17 14:54:07 +08:00
docs feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00
knowledge_assets feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00
models feat: promote qpi cases and consolidate review bundle 2026-06-17 14:54:07 +08:00
reports feat: promote qpi cases and consolidate review bundle 2026-06-17 14:54:07 +08:00
requirements docs: add project supplier boundaries 2026-06-16 07:06:45 +08:00
schemas feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00
scripts feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00
selector feat: promote qpi cases and consolidate review bundle 2026-06-17 14:54:07 +08:00
sources feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00
tests feat: promote qpi cases and consolidate review bundle 2026-06-17 14:54:07 +08:00
.gitignore feat: promote qpi cases and consolidate review bundle 2026-06-17 14:54:07 +08:00
AGENTS.md feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00
PROJECTS.md docs: add project supplier boundaries 2026-06-16 07:06:45 +08:00
README.md feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00
repo_tree.txt feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00

README.md

The Mindscape of Bro Tsong

Project: The Mindscape of Bro Tsong

Current phase: model_library_mvp

Current subsystem: Model Library / Model Management MVP

1. Project Definition

This project is a file-first MVP for a cognitive model library.

It turns core cognitive models into structured, traceable, callable, and testable model assets.

The first version validates the workflow with two sample models:

  • QPI
  • Intellectual Archaeology

2. What This Project Is

This project is:

  • A model asset library
  • A model card system
  • A source evidence index
  • A regression test container
  • A minimal model selection demo foundation
  • A foundation for a future question-answering / cognitive processing system

3. What This Project Is Not

This project is not:

  • A full model management platform
  • A public SaaS product
  • A user-facing application
  • A complete knowledge graph
  • A full RAG system
  • A commercial platform
  • A multi-user collaboration system
  • A complete question-answering system

4. Current MVP Goal

The current MVP tests whether a small number of core cognitive models can be represented as:

  • Human-readable model cards
  • Machine-readable JSON model specs
  • Source article records
  • Source evidence excerpts
  • Regression test cases
  • Minimal selector inputs and outputs

5. First Sample Models

QPI

QPI is a routing model that classifies a user input as:

  • Question: lack of information
  • Problem: lack of path or method
  • Issue: lack of stability, consensus, or dynamic balance

Intellectual Archaeology

Intellectual Archaeology is a deep modeling model that analyzes a topic through multiple depth layers, from surface application to mechanism, purpose, human capability, and philosophical assumptions.

6. Repository Structure

docs/      Project rules, contracts, workflow notes, decisions, non-goals, and handoff templates.
schemas/   JSON Schema files for model specs, source records, source excerpts, and regression cases.
models/    Machine-readable JSON model specifications.
cards/     Human-readable Markdown model cards.
sources/   Source article records and source evidence excerpts.
tests/     Regression cases for model use, misuse, and boundary checks.
selector/  Rule-based selector configuration and examples.
scripts/   Local validation and selector demo scripts.
reports/   Validation reports, extraction notes, and concrete session handoffs.
knowledge_assets/  Stable long-term reusable knowledge distilled from local project artifacts.
ccra_review_bundle/  Per-round CCRA review packages; each round must live in its own dated subdirectory.

7. Data Format

The project uses JSON as the machine-readable source format.

Markdown files are used for human-readable model cards and documentation.

8. Validation

All model JSON files should pass the local schema before they are treated as stable.

Validation should check:

  • Required fields
  • Enum values
  • Unique model IDs
  • Source article references
  • Source evidence references
  • Regression test references
  • Model/card indexes
  • Markdown card required sections
  • Regression case coverage

9. Minimal Selector

The selector is not a full AI system.

It is a simple demo that recommends candidate models based on:

  • Trigger keywords
  • Input type match
  • Negative triggers
  • Pipeline position
  • Selection priority

10. Development Principles

  • Keep the MVP small.
  • Prefer files over databases.
  • Prefer explicit schema over implicit conventions.
  • Prefer traceability over automation.
  • Prefer testability over expressive writing.
  • Do not expand to many models before the sample models are stable.
  • Treat model_library_mvp as the current phase, not as a nested project root.
  • knowledge-vault: source archive, discussion records, and durable upstream documentation.
  • ccpe-system: expert-agent, runtime, model, and protocol specification workbench.
  • skills-vault: canonical source for reusable automation skills.
  • writing-workbench: deep writing production workspace.
  • video-workbench: dimensional output workspace for scripts, presentations, and videos.

This repository consumes selected source material and model definitions from the surrounding ecosystem, but it remains the product/system boundary for The Mindscape of Bro Tsong.

See PROJECTS.md for the operative cross-repository boundary map, including request channels for ccpe-system and skills-vault.

12. Current Status

Foundation repair in progress for:

  • QPI
  • Intellectual Archaeology / 思想考古学

Current foundation assets include:

  • GPT plan localization protocol.
  • Model extraction rules.
  • Model card contract.
  • Model extraction workflow.
  • JSON schemas for model cards, source articles, source excerpts, regression cases, and indexes.
  • Machine-readable model index.
  • Human-readable card index.
  • Validation scripts for model library contracts and card headings.
  • Source article and source excerpt indexes.
  • Regression cases for model use, boundary behavior, and misuse.
  • Rule-based selector configuration and examples.
  • A standard-library validation script that writes reports/validation_report.md.
  • A standard-library index rebuild/check script that writes reports/index_rebuild_report.md.
  • ChatGPT handoff rules.
  • Long-term knowledge asset rules and initial knowledge_assets/ documents.

Current QPI and Intellectual Archaeology model contents pass the local contract and remain draft pending product review.

Indexes follow docs/INDEX_MAINTENANCE_PROTOCOL.md: every asset change must synchronize models/model_index.json and cards/card_index.md, and handoff/release points must run a full rebuild or check.

CCRA review packages are archived by round under ccra_review_bundle/round-NN_YYYY-MM-DD_topic/. Do not place new review bundle files directly in ccra_review_bundle/; create or update the current round directory instead.

13. Next Steps

  1. Review QPI and Intellectual Archaeology content for product correctness.
  2. Review whether the new knowledge_assets/ package is sufficient for ChatGPT / CCRA reuse.
  3. Decide whether to expand to a third core model.
  4. Decide whether extraction, inspection, and stability scoring should become CCPE or skills-vault requests.