jterm/.github/copilot-instructions.md
2026-01-25 19:06:08 +01:00

17 lines
517 B
Markdown

# Workspace Instructions
- Project: Java 11 SSH Terminal
- Language: Java 11
- UI Framework: Swing
- SSH Library: JSch (mwiede fork)
- Security: AES Encryption with Master Password
## Steps Completed
- [x] Initialize project structure and pom.xml
- [x] Implement Encryption Service
- [x] Implement Connection Model and Storage
- [x] Implement SSH Terminal UI component
- [x] Implement Main UI with SplitPane and Tabs
- [x] Add Connection Management (Add/Remove)
- [x] Compile and Test
- [x] README and Documentation