Skip to content

refactor(infra): standardize service execution and optimize build pipeline#300

Merged
victoriacheng15 merged 1 commit intomainfrom
feat/hardened-service-execution
Mar 12, 2026
Merged

refactor(infra): standardize service execution and optimize build pipeline#300
victoriacheng15 merged 1 commit intomainfrom
feat/hardened-service-execution

Conversation

@victoriacheng15
Copy link
Owner

Summary

This update hardens the platform's execution model by migrating host-resident "Pillar Services" to standard system paths and optimizing the Model Context Protocol (MCP) build pipeline. It resolves critical SELinux permission barriers and refines the hybrid host-cluster intelligence layer for high-fidelity observability.

List of Changes

  • Execution Integrity: Hardened the host-tier security posture by migrating service execution to standard system paths, resolving SELinux domain transition conflicts and ensuring long-term operational stability for the telemetry pipeline.
  • Build Lifecycle Optimization: Streamlined the Model Context Protocol (MCP) lifecycle through a root-centric build pipeline and atomic hot-swapping, eliminating "Text file busy" failure modes and enforcing a Single Source of Truth for system artifacts.
  • Health Intelligence Refinement: Elevated platform health fidelity by calibrating the Hub intelligence layer to correctly interpret systemd oneshot semantics, providing AI agents with an accurate assessment of transient task completion.
  • Filesystem Decoupling: Decoupled the service runtime from the project directory, reducing the risk of binary drift and ensuring that the platform remains resilient to source code movements.

Verification

  • Verified ingestion.service and proxy.service health via systemctl after migration.
  • Confirmed hub_inspect_platform reports 4/4 healthy services including completed oneshots.
  • Validated make targets for services and MCP servers complete successfully with automatic cleanup.

@victoriacheng15 victoriacheng15 force-pushed the feat/hardened-service-execution branch from 02a58db to 1b7b849 Compare March 12, 2026 15:19
@victoriacheng15 victoriacheng15 merged commit 8b9a662 into main Mar 12, 2026
3 checks passed
@victoriacheng15 victoriacheng15 deleted the feat/hardened-service-execution branch March 12, 2026 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant