502971d147
Files changed: - .gitea/workflows/ci.yml - .wikitool-kb.json - AGENTS.md - CHANGES.md - INSTALL.md - README.md - VERSION - instructions/CONTRACT.md - instructions/dev/testing-conventions.md - instructions/german-terminology.md - instructions/kb-profiles.md - instructions/migrations/3.0.0-authoring-conventions.md - instructions/private-instance.md - instructions/setup-instance.md - instructions/wiki-ingest/SKILL.md - instructions/wiki-manage/SKILL.md - kb/CONTRACT.md - kb/CONVENTIONS.md - kb/CONVENTIONS.md.template - kb/comparisons/COLLECTION.md - kb/concepts/COLLECTION.md - kb/entities/COLLECTION.md - kb/sources/COLLECTION.md - tools/CONTRACT.md - tools/README.md - tools/chemenu/commands/dist_cmd.py - tools/chemenu/commands/docs_verify.py - tools/chemenu/commands/doctor.py - tools/chemenu/commands/new_page.py - tools/chemenu/conventions.py - tools/chemenu/kb_collections.py - tools/chemenu/kb_scan.py - tools/chemenu/provenance.py - tools/chemenu/sections.py - tools/chemenu/tests/conftest.py - tools/chemenu/tests/test_conventions.py - tools/chemenu/tests/test_dist_cmd.py - tools/chemenu/tests/test_doctor.py - tools/chemenu/tests/test_new_page.py - tools/chemenu/tests/test_types_cmd.py - types/comparison.md - types/concept.md - types/entity.md - types/source.md - types/type-spec.md
51 lines
2.0 KiB
Markdown
51 lines
2.0 KiB
Markdown
---
|
|
profile: comparisons
|
|
required_by_stack: false
|
|
---
|
|
|
|
# kb/comparisons/ - Collection Contract
|
|
|
|
Structured head-to-head evaluations of two or more things that already have pages here. A
|
|
comparison exists so that neither subject's own page has to argue against the other.
|
|
|
|
**Quality goal:** decidability - a reader with a concrete situation should be able to choose.
|
|
That needs named, checkable dimensions and a stated trade-off; a page that lists differences
|
|
without saying what they cost has described, not compared.
|
|
|
|
Inherits [kb/CONTRACT.md](../CONTRACT.md) for the rules the stack enforces - linking mechanics,
|
|
provenance, citation, the confidence machinery - and
|
|
[kb/CONVENTIONS.md](../CONVENTIONS.md) for what this instance decided: language, naming forms,
|
|
tone, relationship labels, the confidence rubric. Neither is restated here.
|
|
|
|
## Types offered
|
|
|
|
`comparison` (`tools/wikitool types describe comparison`).
|
|
|
|
## Naming
|
|
|
|
The title form is [kb/CONVENTIONS.md § Naming](../CONVENTIONS.md#naming)'s. What is local here
|
|
is the ordering: name the subjects as they are most commonly spoken together, not
|
|
alphabetically.
|
|
|
|
## Requirements
|
|
|
|
- **Every subject must already have its own page.** A comparison is a view over existing
|
|
knowledge, not a place to introduce it. Create the entity or concept pages first, then
|
|
compare them.
|
|
- Compare on stated, checkable dimensions - a table with one row per dimension, one column per
|
|
subject. Cite hard facts the same way any other page does.
|
|
- State the trade-off, not a winner. Where a recommendation is genuinely warranted, scope it:
|
|
"for X workload", not "better".
|
|
|
|
## Outbound linking
|
|
|
|
A comparison links to every subject with `related to`, and each subject links back. Comparison
|
|
pages are **exempt from the orphan check** - they are reached through `index.md` rather than
|
|
through inbound prose links.
|
|
|
|
## What does not belong here
|
|
|
|
- A comparison of things this wiki does not otherwise cover.
|
|
- Feature-matrix dumps copied from a vendor page. If the material is a source, ingest it as one
|
|
and compile the comparison from it.
|