PeerCortex/.claude/launch.json
Rene Fichtmueller 96b6ef2d4a feat: MANRS HTML scraping, AS relationships endpoint, rebrand to ASN News
- MANRS: replace broken Observatory API with public participants page scraping
  (www.manrs.org/netops/participants/), 24h cache, returns pass/fail with member count
- /api/validate: add 'relationships' field (upstreams/downstreams/top_peers)
  sourced from RIPE Stat asn-neighbours, no extra API calls needed
- /api/relationships?asn=X: new dedicated endpoint with resolved AS names,
  full upstream/downstream/peer lists sorted by power score, 10min cache
- editorial: rebrand 'The ASN Newspaper' → 'The ASN News' across index-editorial.html
2026-03-30 21:23:42 +02:00

12 lines
210 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "peercortex-redesign",
"runtimeExecutable": "npx",
"runtimeArgs": ["serve", "-p", "8902", "public"],
"port": 8902
}
]
}