5 Commits

Author SHA1 Message Date
ARCHITECT
41597fefc2 Update documentation for lock screen and security features
- deck-frontend/README.md: Added Security section with PIN info
- hst-frontend/README.md: Created with deploy and security docs
- Updated changelog with 2026-01-18 changes

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 00:08:39 +00:00
ARCHITECT
f199daf4ba Change PIN to 1451
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 23:31:52 +00:00
ARCHITECT
c152cacb90 Add PIN lock screen and block search engines
DECK and HST frontends:
- Add 4-digit PIN lock screen (default: 1234)
- PIN stored in sessionStorage (persists during browser session)
- Keypad with keyboard support
- Add meta robots noindex/nofollow tags
- Created robots.txt to disallow all crawlers

Security note: This is client-side only, not cryptographically secure,
but sufficient to prevent casual access and search engine indexing.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 23:28:09 +00:00
ARCHITECT
26c9f1f402 HST frontend: data-driven category classification using hst_rules
- Add tableRules to State for caching hst_rules data
- Add getTableRules() API function to fetch hst_rules table
- Modify getCategory() to check if table has categories (hst_permitidos)
- Only use set_hst for sub-categorization on tables with non-empty hst_permitidos
- Tables without categories now correctly show base name as category

Same fixes as DECK frontend for consistent behavior.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 23:16:31 +00:00
ARCHITECT
9b244138b5 Add pending apps and frontend components
- apps/captain-mobile: Mobile API service
- apps/flow-ui: Flow UI application
- apps/mindlink: Mindlink application
- apps/storage: Storage API and workers
- apps/tzzr-cli: TZZR CLI tool
- deck-frontend/backups: Historical TypeScript versions
- hst-frontend: Standalone HST frontend

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 18:26:59 +00:00