You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Give starintel-server one typed, testable integration surface for the new StarIntel services instead of scattering private endpoints and feature probes through callers.
webhook/event delivery where StarIntel emits outbound events or consumes internal normalized events
Node-RED/MCP automation only through an explicit narrow contract if the architecture actually requires server participation
future agent/Space integrations through registered adapters rather than hard-coded private URLs
Requirements
Add a typed integration registry/config layer with stable integration IDs, enabled state, base endpoint/service reference, auth credential reference, capability flags, timeouts, limits, and health state.
Resolve endpoints from runtime/deployment configuration; do not compile private .star.intel names or credentials into client-visible assets/contracts.
Separate server-side service discovery from public client capability discovery. /api/v1/capabilities may advertise that a feature exists, but must not leak private origin hostnames, tokens, internal ports, or admin URLs.
Every adapter gets bounded timeouts, response/request size limits, retry rules only where safe/idempotent, circuit-breaker/health semantics, and explicit error mapping.
Service credentials come from runtime credential mechanisms and are scoped per integration.
Add machine-readable admin/operator status for configured integrations without exposing secrets.
No direct CouchDB/RabbitMQ access should be granted to external services just because they integrate with StarIntel.
Capability contract
Extend the existing capability/openapi/client-manifest work only where necessary so clients can discover supported features (for example federated search) and authority requirements without learning private topology.
Tests
enabled/disabled integration discovery
no private hostname/secret leakage in public capabilities/OpenAPI/client manifest
Run the full ADARD/ADADR loop autonomously: inspect current config/capability/client-contract architecture plus #109/#120/#123; design and record the integration-registry boundary; adversarial review + SSRF/credential/topology-leak/confused-deputy threat model; autonomous decision gate; TDD-first implementation; exact-head unit/contract/service-backed verification; push a focused branch and open/update a PR targeting master. Stop only for a genuinely unresolved requirement/security blocker, inaccessible dependency, or failed verification gate. Do not ask for approval between phases.
Goal
Give
starintel-serverone typed, testable integration surface for the new StarIntel services instead of scattering private endpoints and feature probes through callers.Existing work to preserve
Integrations to model
At minimum define configurable server-side integrations for:
Requirements
.star.intelnames or credentials into client-visible assets/contracts./api/v1/capabilitiesmay advertise that a feature exists, but must not leak private origin hostnames, tokens, internal ports, or admin URLs.Capability contract
Extend the existing capability/openapi/client-manifest work only where necessary so clients can discover supported features (for example federated search) and authority requirements without learning private topology.
Tests
Execution mode — AUTO-RAGE
Run the full ADARD/ADADR loop autonomously: inspect current config/capability/client-contract architecture plus #109/#120/#123; design and record the integration-registry boundary; adversarial review + SSRF/credential/topology-leak/confused-deputy threat model; autonomous decision gate; TDD-first implementation; exact-head unit/contract/service-backed verification; push a focused branch and open/update a PR targeting
master. Stop only for a genuinely unresolved requirement/security blocker, inaccessible dependency, or failed verification gate. Do not ask for approval between phases.