Research-Stack/5-Applications
Devin AI a496d8d3ce fix(infra): Q16_SCALE int not float, add missing Path/sys imports
- Q16_SCALE: float → int in lib/q16.py (int // float returns float,
  breaking Q16_16 integer contract in gccl_waveprobe, vcn_famm_transport)
- qr_spatial_hash.py: sys → _sys (only _sys was imported)
- Add missing 'from pathlib import Path' to 7 files that use Path()
  without importing it: test_fpga, compare_tier1_vs_tier2,
  generate_avm_gold_trace, burgers_triad_core, hot_path_cold_path,
  sabotage_prevention, generate_diat_tables
- hot_path_cold_path.py: also add missing 'import sys'

Co-Authored-By: Allaun Silverfox <bigdataiscoming+9i37y6j2@protonmail.com>
2026-06-16 01:16:31 +00:00
..
AppFlowy-Cloud Add EC2 recovery backup: NixOS config, AppFlowy compose/env template, credential server bootstrap, recovery guide 2026-05-18 10:44:23 -05:00
audio-dsp Track remaining source and documentation inventory 2026-05-11 22:18:31 -05:00
audit initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
caddy-edge feat(infra): WebRTC bridge + Caddy edge config + Tailscale Funnel 2026-05-28 13:11:53 -05:00
cff Track remaining source and documentation inventory 2026-05-11 22:18:31 -05:00
cluster-dashboard fix(security): remove hardcoded secrets, patch command injection, tighten CORS and Cypher guard (#76) 2026-06-14 20:42:14 -05:00
compression-core Track remaining source and documentation inventory 2026-05-11 22:18:31 -05:00
dashboard fix(adversarial-review): resolve 35 critical coding bugs across 8 subsystems 2026-05-31 23:38:03 -05:00
hutter_prize refactor(infra): extract shared utilities from duplicated code patterns 2026-06-15 02:26:45 +00:00
linear-native-tauri Bump the linear-tauri-cargo-minor-patch group 2026-05-20 23:03:27 -05:00
nodupe fix(security): remove hardcoded secrets, patch command injection, tighten CORS and Cypher guard (#76) 2026-06-14 20:42:14 -05:00
notion-native-tauri Bump the notion-tauri-cargo-minor-patch group 2026-05-20 23:03:27 -05:00
out/verilog feat: 12 math enhancements — Q16 LUT, braid VCN encoder, FPGA Verilog, FFT, crypto 2026-05-28 14:49:26 -05:00
parquet_compressor Bump dashmap 2026-05-20 23:03:27 -05:00
pist-scripts initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
plugins/substack-connector Track remaining source and documentation inventory 2026-05-11 22:18:31 -05:00
scripts fix(infra): Q16_SCALE int not float, add missing Path/sys imports 2026-06-16 01:16:31 +00:00
teleport-kanban fix(adversarial-review): resolve 35 critical coding bugs across 8 subsystems 2026-05-31 23:38:03 -05:00
tests initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
text-to-cad refactor(infra): extract shared utilities from duplicated code patterns 2026-06-15 02:26:45 +00:00
tools-scripts fix(infra): Q16_SCALE int not float, add missing Path/sys imports 2026-06-16 01:16:31 +00:00
webrtc-bridge feat(infra): WebRTC bridge + Caddy edge config + Tailscale Funnel 2026-05-28 13:11:53 -05:00
finance_manager.py chore: preserve working tree before secure wipe 2026-05-13 17:36:02 -05:00
README.md initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
requirements_swarm_api.txt initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
visualizer_service.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00

5-Applications

Purpose: End-to-end pipelines, integration tests, automation scripts, benchmarks, audit.

Depends on: 0 through 4

Contents (Target)

Source Destination
5-Applications/scripts/ 5-Applications/scripts/
5-Applications/tests/ 5-Applications/tests/
5-Applications/out/ 5-Applications/out/
5-Applications/audit/ 5-Applications/audit/

Scripts

  • build_manifold_graphml.py
  • export_manifold_to_obsidian.py
  • hot_swap_daemon.py
  • hot_swap_manager.py

Pipeline

  1. Generate provably hard question (Builder: ADD clock)
  2. Route via OmnidirectionalInterface (Lean)
  3. Execute via DomainModelIntegration (Lean → Python shim)
  4. Store in Google Drive topological storage (Warden: SUBTRACT clock)
  5. Hardware triumvirate integration (Judge: PAUSE clock)