Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,23 @@
**Advanced Safety & Predictive Intelligence Layer for Flight-Ready Systems**

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![CI](https://github.com/dfeen87/HLV-RAPS/actions/workflows/ci.yml/badge.svg)](https://github.com/dfeen87/HLV-RAPS/actions/workflows/ci.yml)
[![C++](https://img.shields.io/badge/C%2B%2B-17-blue.svg)](https://isocpp.org/)
[![CMake](https://img.shields.io/badge/CMake-3.10+-064F8C.svg)](https://cmake.org/)
Copy link

Copilot AI Feb 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CMake badge advertises 3.10+, but the repo’s CMake entry points currently require cmake_minimum_required(VERSION 3.16) (e.g., tests/sil/CMakeLists.txt and examples/api_client/CMakeLists.txt). Please update the badge (and keep the README prerequisites in sync) so users aren’t told an unsupported minimum CMake version.

Suggested change
[![CMake](https://img.shields.io/badge/CMake-3.10+-064F8C.svg)](https://cmake.org/)
[![CMake](https://img.shields.io/badge/CMake-3.16+-064F8C.svg)](https://cmake.org/)

Copilot uses AI. Check for mistakes.
[![Platform](https://img.shields.io/badge/Platform-Linux%20%7C%20RTOS-lightgrey.svg)](https://github.com/dfeen87/HLV-RAPS)
[![Documentation](https://img.shields.io/badge/docs-available-brightgreen.svg)](docs/)
[![Sponsor](https://img.shields.io/badge/Sponsor-GitHub-ea4aaa.svg)](https://github.com/sponsors/dfeen87)

[![GitHub Stars](https://img.shields.io/github/stars/dfeen87/HLV-RAPS?style=social)](https://github.com/dfeen87/HLV-RAPS/stargazers)
[![GitHub Forks](https://img.shields.io/github/forks/dfeen87/HLV-RAPS?style=social)](https://github.com/dfeen87/HLV-RAPS/network/members)
[![GitHub Issues](https://img.shields.io/github/issues/dfeen87/HLV-RAPS)](https://github.com/dfeen87/HLV-RAPS/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/dfeen87/HLV-RAPS)](https://github.com/dfeen87/HLV-RAPS/pulls)
[![Last Commit](https://img.shields.io/github/last-commit/dfeen87/HLV-RAPS)](https://github.com/dfeen87/HLV-RAPS/commits)
[![Repo Size](https://img.shields.io/github/repo-size/dfeen87/HLV-RAPS)](https://github.com/dfeen87/HLV-RAPS)
[![Code Size](https://img.shields.io/github/languages/code-size/dfeen87/HLV-RAPS)](https://github.com/dfeen87/HLV-RAPS)
[![Top Language](https://img.shields.io/github/languages/top/dfeen87/HLV-RAPS)](https://github.com/dfeen87/HLV-RAPS)
[![Maintained](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/dfeen87/HLV-RAPS/graphs/commit-activity)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
Copy link

Copilot AI Feb 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The “PRs welcome” badge link uses http://makeapullrequest.com. Please switch this to HTTPS to avoid insecure redirects/mixed-content warnings and to match typical repository link hygiene.

Suggested change
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com)

Copilot uses AI. Check for mistakes.

*Powered by the Helix–Light–Vortex (HLV) Framework*

Expand Down Expand Up @@ -472,18 +488,21 @@ We welcome contributions! This project is MIT licensed and open to:

## Publications & References

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17848351.svg)](https://doi.org/10.5281/zenodo.17848351)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17849083.svg)](https://doi.org/10.5281/zenodo.17849083)

### Primary Documentation

**RAPS Foundational Document + Part II (HLV Physics Math Implementation)**
- [AI-Augmented Rigor: A Zero-Trust Governance Architecture](https://dfeen.substack.com/p/ai-augmented-rigor-a-zero-trust-governance)
- 📖 [AI-Augmented Rigor: A Zero-Trust Governance Architecture](https://dfeen.substack.com/p/ai-augmented-rigor-a-zero-trust-governance)

### Academic Publications

**Preprint: Gaussian Vacuum Solitons, Spiral-Time HLV Dynamics, RAPS Coherence Architecture**
- [Zenodo Record 17848351](https://zenodo.org/records/17848351)
- 📄 [Zenodo Record 17848351](https://zenodo.org/records/17848351) • [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17848351.svg)](https://doi.org/10.5281/zenodo.17848351)

**Book Download**
- [Zenodo Record 17849083](https://zenodo.org/records/17849083)
- 📚 [Zenodo Record 17849083](https://zenodo.org/records/17849083) • [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17849083.svg)](https://doi.org/10.5281/zenodo.17849083)

### Citation

Expand Down