Add vendor assets, fix CLI imports, make web UI bootable

- Copy Bootstrap 5, Bootstrap Icons, and html5-qrcode from stegasoo
- Fix stegasoo CLI import (cli group, not main wrapper)
- Add .gitignore and README.md
- Verified: soosef init, soosef serve, all routes, key export/import all work

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Aaron D. Lee
2026-03-31 14:48:18 -04:00
parent b8d4eb5933
commit 2f93dfce98
9 changed files with 62 additions and 1 deletions

View File

@@ -155,7 +155,7 @@ def stego():
try:
from stegasoo.cli import main as stegasoo_cli
from stegasoo.cli import cli as stegasoo_cli
# Re-register stegasoo commands under the 'stego' group
for name, cmd in stegasoo_cli.commands.items():