// File: version.ts // Path: packages/scoring/src/version.ts // Project: AI Risk Index — airiskindex.io // Author: Simon-Pierre Boucher // Contact: contact@spboucher.ai // Copyright © 2026 Simon-Pierre Boucher. All rights reserved. // // Description: Index semver version constant (bump on any methodology change). /** * Index version (semver). Bump on any change to weights, formulas, or rater * prompts, with a docs/methodology/CHANGELOG.md entry — METHODOLOGY.md §7. */ export const INDEX_VERSION = "1.0.0-draft.1";