docs: mark phase 1.4 as complete in PLAN.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-14 20:34:28 +01:00
parent 535e9eef4f
commit 85e79c97ac

View File

@@ -74,7 +74,7 @@ Goal: A working SSH honeypot that logs attempts, stores them in SQLite, and can
- Retention policy: background goroutine that prunes old records on a schedule
- **Database migrations:** Version-tracked migrations using embedded SQL files. Store current schema version in a `schema_version` table, apply pending migrations on startup. Keep it simple - no external migration tool, just sequential numbered `.sql` files embedded in the binary.
### 1.4 Shell Interface & Registry
### 1.4 Shell Interface & Registry
- Shell interface definition
- Registry with weighted random selection
- Basic bash-like shell: