Files
John Doe 762f51b890 docs: Create Heretek fork documentation and patch management system
- Add HERETEK_FORK.md with fork strategy and upstream sync workflow
- Add CHANGELOG_HERETEK.md tracking all Heretek-specific changes
- Create patches/ directory with README documentation
- Generate Phase 1 patch files:
  - a2a-protocol-infrastructure.patch
  - agent-lifecycle-steward-primary.patch
  - approval-system-liberation.patch
- Add patch management scripts:
  - patch-apply.sh - Apply all patches from .patchestoo
  - patch-create.sh - Create new patches from diffs
  - patch-status.sh - Show patch application status
  - upstream-sync.sh - Sync with upstream repository
- Add .patchestoo file listing patches in order
- Update package.json with patch-related npm scripts
- Add postinstall hook for automatic patch application

Phase 1 fixes include:
- A2A Protocol infrastructure (Redis messaging, Gateway, WebSocket bridge)
- Agent lifecycle improvements (auto-registration, heartbeat, /agent-status)
- Approval system liberation (auto-apply patches, approval bypass)
2026-04-01 12:53:16 -04:00

29 lines
902 B
Plaintext

# Heretek OpenClaw Core - Patch List
# Patches are applied in the order listed below
# Format: path/to/patch/file.patch (relative to repository root)
#
# Lines starting with # are comments
# Empty lines are ignored
# Phase 1 Bug Fixes (2026-04-01)
# 1. A2A Protocol Infrastructure
# - Redis-based A2A messaging
# - WebSocket-to-Redis bridge
# - Gateway server for agent communication
# - Modular Docker Compose configurations
patches/a2a-protocol-infrastructure.patch
# 2. Agent Lifecycle and Steward Primary
# - Automatic agent registration
# - Heartbeat mechanism
# - /agent-status HTTP endpoint
# - Steward configuration as primary agent
patches/agent-lifecycle-steward-primary.patch
# 3. Approval System Liberation
# - Auto-apply safety section patches
# - Approval bypass integration
# - Heretek-specific configuration
patches/approval-system-liberation.patch