Skip to content

Fix dev server healthcheck and distribution issues#111

Merged
renardeinside merged 3 commits intomainfrom
fix/distribution-issues
Feb 20, 2026
Merged

Fix dev server healthcheck and distribution issues#111
renardeinside merged 3 commits intomainfrom
fix/distribution-issues

Conversation

@renardeinside
Copy link
Copy Markdown
Collaborator

@renardeinside renardeinside commented Feb 20, 2026

Summary

  • Add --skip-healthcheck flag to dev start and dev restart commands for faster startup when health verification isn't needed
  • Fix HTTP health probe to accept any HTTP response (including 5xx) as healthy — only connection failures indicate the server isn't ready
  • Remove hooks from skill distribution (no longer bundled via install_skills_to)
  • Fix docs formatting and table alignment

Test plan

  • Run apx dev start --skip-healthcheck and verify server starts without waiting for health probe
  • Run apx dev restart --skip-healthcheck and verify restart skips healthcheck
  • Run apx dev start (without flag) and verify normal healthcheck still works
  • Verify MCP tools still pass false for skip_healthcheck by default
  • Run just check and confirm all lints pass

🤖 Generated with Claude Code

@renardeinside renardeinside merged commit 8ab1743 into main Feb 20, 2026
3 checks passed
@renardeinside renardeinside deleted the fix/distribution-issues branch February 20, 2026 18:35
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