https://github.com/ysm446/wind-map
· scanned 2026-06-16 01:08 UTC (2 months, 1 week ago)
18 raw signals (0 security + 18 graph)
Last scanned 2 months, 1 week ago · v1 · 18 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 196 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
main |
software | healthy | scripts/test-db.ts:main |
main |
software | healthy | scripts/test-nomads.ts:main |
stats |
software | healthy | scripts/test-nomads.ts:stats |
main |
software | healthy | scripts/test-archive.ts:main |
stats |
software | healthy | scripts/test-archive.ts:stats |
makeStateTarget |
software | healthy | src/renderer/gpu-particles.ts:makeStateTarget |
makeQuadScene |
software | healthy | src/renderer/gpu-particles.ts:makeQuadScene |
idx |
software | healthy | src/renderer/gpu-particles.ts:idx |
make |
software | healthy | src/renderer/gpu-particles.ts:make |
speedColor |
software | healthy | src/renderer/particles.ts:speedColor |
t |
software | healthy | src/renderer/particles.ts:t |
lat |
software | healthy | src/renderer/particles.ts:lat |
base |
software | healthy | src/renderer/particles.ts:base |
seg |
software | healthy | src/renderer/particles.ts:seg |
f1 |
software | healthy | src/renderer/particles.ts:f1 |
x |
software | healthy | src/renderer/wind.ts:x |
y |
software | healthy | src/renderer/wind.ts:y |
x1 |
software | healthy | src/renderer/wind.ts:x1 |
u |
software | healthy | src/renderer/wind.ts:u |
v |
software | healthy | src/renderer/wind.ts:v |
makeSyntheticWind |
software | healthy | src/renderer/wind.ts:makeSyntheticWind |
latRad |
software | healthy | src/renderer/wind.ts:latRad |
lonRad |
software | healthy | src/renderer/wind.ts:lonRad |
tzLabel |
software | healthy | src/renderer/main.ts:tzLabel |
isoInTz |
software | healthy | src/renderer/main.ts:isoInTz |
tzInputToUtcIso |
software | healthy | src/renderer/main.ts:tzInputToUtcIso |
tzInputValue |
software | healthy | src/renderer/main.ts:tzInputValue |
describeField |
software | healthy | src/renderer/main.ts:describeField |
loadWindField |
software | healthy | src/renderer/main.ts:loadWindField |
init |
software | healthy | src/renderer/main.ts:init |
colorEl |
software | healthy | src/renderer/main.ts:colorEl |
applySettings |
software | healthy | src/renderer/main.ts:applySettings |
scheduleSave |
software | healthy | src/renderer/main.ts:scheduleSave |
currentStops |
software | healthy | src/renderer/main.ts:currentStops |
gradientCss |
software | healthy | src/renderer/main.ts:gradientCss |
renderLegend |
software | healthy | src/renderer/main.ts:renderLegend |
renderScreenLegend |
software | healthy | src/renderer/main.ts:renderScreenLegend |
pct |
software | healthy | src/renderer/main.ts:pct |
applyScheme |
software | healthy | src/renderer/main.ts:applyScheme |
applySurfaceColors |
software | healthy | src/renderer/main.ts:applySurfaceColors |
applyColors |
software | healthy | src/renderer/main.ts:applyColors |
syncOverlay |
software | healthy | src/renderer/main.ts:syncOverlay |
trailFadeFromSlider |
software | healthy | src/renderer/main.ts:trailFadeFromSlider |
rebuildParticles |
software | healthy | src/renderer/main.ts:rebuildParticles |
wrapDigits |
software | healthy | src/renderer/main.ts:wrapDigits |
setDateDisplayMs |
software | healthy | src/renderer/main.ts:setDateDisplayMs |
updateDateDisplay |
software | healthy | src/renderer/main.ts:updateDateDisplay |
fieldValidMs |
software | healthy | src/renderer/main.ts:fieldValidMs |
applyWind |
software | healthy | src/renderer/main.ts:applyWind |
refreshSourceLabel |
software | healthy | src/renderer/main.ts:refreshSourceLabel |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
vite.config.ts |
software | healthy | vite.config.ts |
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
package-lock.json |
software | healthy | package-lock.json |
tsconfig.json |
software | healthy | tsconfig.json |
AGENTS.md |
software | healthy | AGENTS.md |
changelog.md |
software | healthy | docs/changelog.md |
particle-rendering.md |
software | healthy | docs/architecture/particle-rendering.md |
electron-design-rules.md |
software | healthy | docs/rules/electron-design-rules.md |
noaa-gfs.md |
software | healthy | docs/references/noaa-gfs.md |
references.md |
software | healthy | docs/references/references.md |
goals.md |
software | healthy | docs/plan/goals.md |
plan.md |
software | healthy | docs/plan/plan.md |
progress.md |
software | healthy | docs/plan/progress.md |
test-db.ts |
software | healthy | scripts/test-db.ts |
test-nomads.ts |
software | healthy | scripts/test-nomads.ts |
test-archive.ts |
software | healthy | scripts/test-archive.ts |
settings.json |
software | healthy | .claude/settings.json |
gpu-particles.ts |
software | healthy | src/renderer/gpu-particles.ts |
particles.ts |
software | healthy | src/renderer/particles.ts |
wind.ts |
software | healthy | src/renderer/wind.ts |
index.html |
software | healthy | src/renderer/index.html |
types.d.ts |
software | healthy | src/renderer/types.d.ts |
main.ts |
software | healthy | src/renderer/main.ts |
overlay.ts |
software | healthy | src/renderer/overlay.ts |
globe.ts |
software | healthy | src/renderer/globe.ts |
i18n.ts |
software | healthy | src/renderer/i18n.ts |
wind-texture.ts |
software | healthy | src/renderer/wind-texture.ts |
style.css |
software | healthy | src/renderer/style.css |
grib2.ts |
software | healthy | src/main/grib2.ts |
archive.ts |
software | healthy | src/main/archive.ts |
preload.ts |
software | healthy | src/main/preload.ts |
store.ts |
software | healthy | src/main/store.ts |
main.ts |
software | healthy | src/main/main.ts |
db-build.ts |
software | healthy | src/main/db-build.ts |
nomads.ts |
software | healthy | src/main/nomads.ts |
AGENTS.md |
quality | healthy | AGENTS.md |
.claude/settings.json |
quality | healthy | .claude/settings.json |
| Label | Layer | Status | Path |
|---|---|---|---|
docs |
software | healthy | docs |
architecture |
software | healthy | docs/architecture |
rules |
software | healthy | docs/rules |
references |
software | healthy | docs/references |
plan |
software | healthy | docs/plan |
scripts |
software | healthy | scripts |
.claude |
software | healthy | .claude |
src |
software | healthy | src |
renderer |
software | healthy | src/renderer |
main |
software | healthy | src/main |
| Label | Layer | Status | Path |
|---|---|---|---|
GpuParticleSystem |
software | healthy | src/renderer/gpu-particles.ts:GpuParticleSystem |
ParticleSystem |
software | healthy | src/renderer/particles.ts:ParticleSystem |
WindField |
software | healthy | src/renderer/wind.ts:WindField |
SpeedOverlay |
software | healthy | src/renderer/overlay.ts:SpeedOverlay |
LodLines |
software | healthy | src/renderer/globe.ts:LodLines |
Globe |
software | healthy | src/renderer/globe.ts:Globe |
BitReader |
software | healthy | src/main/grib2.ts:BitReader |
CollectionBuilder |
software | healthy | src/main/store.ts:CollectionBuilder |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-ld_3nf6v |
software | healthy | /tmp/repobility-clone-ld_3nf6v |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | README.md |
This page is publicly accessible at:
https://repobility.com/scan/626bcc06-ba99-4d68-9da3-c788ef7f5e89/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/626bcc06-ba99-4d68-9da3-c788ef7f5e89/
Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.