Skip to content

Releases: PSkinnerTech/RankForge

RankForge 0.4.0

23 May 03:14

Choose a tag to compare

  • Added explicit route-to-HTML route-list mappings for SPA repository audits, with deterministic Vite SPA fixture coverage.
  • Added repo source-finding developer guidance, including inspect-next targets, next actions, and rerun acceptance checks.
  • Improved Markdown and HTML repository evidence reports so source findings show the next artifact to inspect.
  • Added route-list documentation and a copy-paste GitHub Actions example that uploads JSON, Markdown, and HTML RankForge reports.
  • Sanitized invalid route-list evidence so rejected mapped entries do not leak absolute local filesystem paths.

RankForge v0.3.0

22 May 19:42

Choose a tag to compare

Summary

  • Renamed the project, repository, skill, package, and CLI identity to RankForge.
  • Added standalone HTML audit reports for both audit and audit-repo.
  • Expanded deterministic repo audit coverage with explicit build support, route lists, repo evidence, framework signals, and CI fail-on thresholds.
  • Added render parity and deterministic rule-depth findings for stronger SEO/GEO readiness checks.
  • Added release-readiness docs, getting-started commands, and a next-phase developer repo audit roadmap.

Verification

  • npm test: 233 passed, 0 failed
  • npm run validate: passed
  • npm audit --omit=dev: 0 vulnerabilities
  • npm publish --dry-run --workspace packages/cli --access public: passed packaging dry-run
  • Registry install smoke: npm install rankforge@0.3.0, rankforge --version, rankforge --help, and rankforge explain-rule indexability.noindex passed
  • Superbuilders smoke: generated RankForge-branded HTML reports for https://superbuilders.dev and superbuilders/sb-home

Distribution

RankForge is published on npm as rankforge@0.3.0.

npm install -g rankforge
rankforge --help

The attached rankforge-0.3.0.tgz is the same release artifact for direct tarball installs.