edge-connect-client/.claude/commands/do-todo.md
Waldemar 1e48e1b059 feat(apply): Implement EdgeConnect configuration parsing foundation
- Add comprehensive YAML configuration types for EdgeConnectConfig
- Implement robust parser with validation and path resolution
- Support both k8sApp and dockerApp configurations
- Add comprehensive test coverage with real example parsing
- Create validation for infrastructure uniqueness and port ranges
- Generate instance names following pattern: appName-appVersion-instance

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 16:18:35 +02:00

381 B

  1. Open apply-todo.md and select the first unchecked items to work on.
  2. Start to implement your plan:
    • Write robust, well-documented code.
    • Include comprehensive tests and debug logging.
    • Verify that all tests pass.
  3. Commit your changes.
  4. Check off the items on TODO.md

Take apply.md into account, as this file provide a broader context of the application.