Implement reconnect, idle reporting, and security hardening #2

Merged
jihoson merged 1 commits from feat/remoteenter-hardening into main 2026-02-16 23:14:07 +09:00
Collaborator

Summary

  • require critical Slack/security env vars at startup
  • add Socket Mode reconnect loop with configurable delay
  • add idle status reporting for input/output inactivity
  • block dangerous command patterns before forwarding to Claude session
  • update tests and docs for new config behavior

Validation

  • ruff check src/ tests/
  • pytest -q (9 passed, 1 skipped)
  • mypy currently fails due existing external stub/type gaps
## Summary - require critical Slack/security env vars at startup - add Socket Mode reconnect loop with configurable delay - add idle status reporting for input/output inactivity - block dangerous command patterns before forwarding to Claude session - update tests and docs for new config behavior ## Validation - ruff check src/ tests/ - pytest -q (9 passed, 1 skipped) - mypy currently fails due existing external stub/type gaps
agentson added 1 commit 2026-02-16 23:13:35 +09:00
jihoson merged commit 906022555a into main 2026-02-16 23:14:07 +09:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jihoson/LazyEnter#2