Jiang canon promotion
Skill apresmoi/jianglens/.codex/skills/jiang-canon-promotion
Agentic Organization Research Project - Jiang Lens is an independent research and reading project built from Jiang Xueqin's lectures, interviews, and writing.
npx -y skills add apresmoi/jianglens --skill jiang-canon-promotionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 7 stars7 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use this skill when promoting Jiang Lens proposals, glossary entries, model claims, ledger items, or chronology-sensitive material into canonical content after source grounding and review records exist.
SKILL.md
2.1 KB, as published. Nobody here has run it
Jiang Canon Promotion
Use this only when material is ready to move from draft/proposal/review into canonical project state.
This skill protects the project from turning agent interpretation into canon too early.
Inputs
- source refs with dates,
- processed transcripts or article text,
- semantic proposals,
- reviews from
content/workflow/reviews/, - existing canon/glossary/ledger material,
- public docs that may need links to promoted entries.
Canon Rule
Canonical Jiang lens material must cite Jiang-authored or Jiang-spoken source spans.
Do not promote:
- unsupported synthesis,
- undated latest-position claims,
- external commentary as Jiang canon,
- an averaged summary that erases chronological change,
- quoted literary/source material as Jiang's own position unless Jiang's gloss supports it.
Promotion Flow
- Identify the proposal and exact target:
canon:model/<slug>
glossary:<slug>
ledger:prediction/<slug>
- Verify source refs exist and are dated enough for the claim.
- Compare older and newer source positions when chronology matters.
- Confirm review records address grounding and consistency.
- Write or update canonical files under
content/lens/canon/,content/lens/glossary/, orcontent/lens/ledger/. - Record the accepted change in
content/workflow/promotions/. - Update public docs only where useful for readers.
Chronology
If Jiang said A in 2020 and B in 2022, do not collapse that into "Jiang believes B" unless B is explicitly the latest dated position and the old position remains visible as historical evidence.
Promotion should preserve:
- older formulation,
- newer formulation,
- what changed,
- whether Jiang explains the change,
- latest dated position.
Validation
Run:
node ops/scripts/compile-content.mjs
node ops/scripts/validate-content.mjs
cd website && npm run build