The Integrity Framework

Changelog

The directory's own version log.

The directory is itself a product evaluated against the framework. Its own version-and-changelog discipline is published here, alongside its methodology and INTEGRITY.md.

Current directory version: v0.1.5. Framework version evaluated against: v1.0.

v0.1.5

2026-04-26
  • Filter + sort on /listings: client-side controls for tier (Bronze, Silver, All), category, and sort key (tier, name, last re-scanned, first listed). Fast even at small N; will hold up well past 30 listings without server changes.
  • /framework/v1: permanent permalink stub on the directory site that 307s to the canonical spec at claritylift.ai/framework/v1. If the canonical home ever moves, citations to theintegrityframework.org/framework/v1 keep working — flip the redirect target once.
  • Per-listing re-scan history: data/rescan-history.json schema added; the weekly rescan workflow now appends a pass/fail entry per listing per run and commits it back to master. /listings/<slug> renders the timeline.
  • Rescan workflow has contents:write permission and a self-commit step (rebase-on-conflict, github-actions[bot] identity).

v0.1.4

2026-04-26
  • /removed: public archive of delisted listings. Empty until first delisting; ready when one happens.
  • Per-listing OG images: each /listings/<slug> now renders a custom 1200×630 share card with the product name, tier, and operator-COI asterisk if applicable.
  • Re-scan health-check workflow: weekly GitHub Actions cron probes every listing's URLs and verifies Silver methodology pages still carry Version + Changelog headings. Opens an issue on failure.
  • /changelog page (this page): the directory's own version log.

v0.1.3

2026-04-26
  • /framework stub page added; closes the 404 the Nav was linking to.
  • Footer surfaces the canonical-spec link (claritylift.ai/framework) and the directory's public source on GitHub.
  • Sitemap includes /framework.

v0.1.2

2026-04-26
  • Listings populated: ClarityLift (Silver), adacompliancedocs (Silver), FieldLedger (Silver), IdeaLift (Bronze). All four under operator-COI disclosure.
  • CLI distribution pivoted from npm to git clone after npm bootstrap proved overwrought (org / 2FA-write / token-type). Install scripts at /install.sh and /install.ps1.
  • public/ files: install.sh, install.ps1, llms.txt.
  • SEO: sitemap.xml, robots.txt, programmatic /opengraph-image.
  • Dependabot: postcss override resolves the moderate advisory.

v0.1.1

2026-04-25
  • Submit page documents the email and (future) GitHub PR submission paths.
  • Methodology page published with required Version + Changelog headings.
  • /api/listings.json static endpoint for CLI consumption.
  • Tier badges (Bronze, Silver) and listing schema (zod) locked.

v0.1.0

2026-04-25
  • Initial scaffold: Next.js 16 App Router, Tailwind, MDX, Azure App Service Docker deploy, theintegrityframework.org custom domain with managed certificate.
  • Directory's own INTEGRITY.md self-rated Bronze pending external methodology review.

Source for every change is in the public repo at github.com/Startvest-LLC/theintegrityframework. Each entry corresponds to merged commits on master.