- Created CACHE_AUDIT.md with comprehensive findings
- Confirmed cache was already removed in commit 322ab63
- Fixed stale comment in internal/rpc/server.go
- All tests passing, MCP multi-repo working correctly
- Closed bd-bc2c6191
Amp-Thread-ID: https://ampcode.com/threads/T-c1286278-b1ff-4b8a-b090-2b3a1c38c9dd
Co-authored-by: Amp <amp@ampcode.com>
11 lines
641 B
Go
11 lines
641 B
Go
package rpc
|
|
|
|
// This file has been refactored into multiple files for better organization:
|
|
// - server_core.go: Server struct definition and NewServer constructor
|
|
// - server_lifecycle_conn.go: Server lifecycle (Start, Stop, WaitReady) and connection handling
|
|
// - server_routing_validation_diagnostics.go: Request routing, validation, and diagnostics
|
|
// - server_issues_epics.go: Issue CRUD operations and epic status handling
|
|
// - server_labels_deps_comments.go: Labels, dependencies, and comments operations
|
|
// - server_compact.go: Issue compaction operations
|
|
// - server_export_import_auto.go: Export, import, and auto-import operations
|