SPB Git

spb/airiskindex Public

The most methodologically rigorous, fully transparent AI job-exposure index.

TypeScript 88% Python 6.1% SQL 2.7% CSS 1.2% JavaScript 0.9% Shell 0.8%
543 B · 15 lines typescript
Raw Blame History
1//  File:    version.ts2//  Path:    packages/scoring/src/version.ts3//  Project: AI Risk Index — airiskindex.io4//  Author:  Simon-Pierre Boucher5//  Contact: contact@spboucher.ai6//  Copyright © 2026 Simon-Pierre Boucher. All rights reserved.7//8//  Description: Index semver version constant (bump on any methodology change).910/**11 * Index version (semver). Bump on any change to weights, formulas, or rater12 * prompts, with a docs/methodology/CHANGELOG.md entry — METHODOLOGY.md §7.13 */14export const INDEX_VERSION = "1.0.0-draft.1";15