正文

当前页面

Chronological record of wiki actions. Append-only. Format: ## [YYYY-MM-DD] action | subject Actions: ingest, update, query, lint, create, archive, delete

[2026-04-19] create | Personal LLM Wiki initialized

  • Domain: personal knowledge base
  • Path: ~/wiki
  • Git initialized
  • Core files created: SCHEMA.md, index.md, log.md, README.md, .gitignore
  • Raw bootstrap note created: raw/chat/2026-04-19-wiki-bootstrap.md
  • Seed pages created:
  • entities/hermes-agent.md
  • concepts/personal-llm-wiki.md
  • concepts/frontend-ui.md
  • concepts/query-filing-policy.md

[2026-04-19] create | Frontend UI scaffolded

  • App path: ~/.hermes/wiki-ui
  • Verified routes: /, /page/..., /raw/...
  • Verified actions: quick note, file upload, keyword search
  • Source note: raw/chat/2026-04-19-frontend-ui-build.md

[2026-04-19] ingest | hazim.work domain record

  • Raw note created: raw/notes/2026-04-19-hazim-work-domain-record-redacted.md
  • Entity page created: entities/hazim-work.md
  • Existing page updated: concepts/personal-llm-wiki.md
  • Schema updated with tags: domain, dns
  • Password intentionally not stored in wiki files or durable memory

[2026-04-19] deploy | wiki.hazim.work frontend binding

  • DNS record created: wiki A 64.83.1.228
  • DNS sync triggered in myhostadmin panel
  • nginx site created: /etc/nginx/sites-available/wiki-hazim-work.conf
  • systemd service created: /etc/systemd/system/wiki-ui.service
  • App exposed on https://wiki.hazim.work
  • Current TLS certificate is self-signed

[2026-04-19] ingest | CL4R1T4S frontend design principles

  • Raw source note created: raw/web/2026-04-19-claritas-claude-design-system-prompt-note.md
  • Concept page created: concepts/claritas-frontend-design-principles.md
  • Intended use: future frontend design / prototype / UI quality guidance

[2026-04-19] update | Wiki frontend redesigned

  • Raw implementation note created: raw/chat/2026-04-19-wiki-frontend-redesign-implementation.md
  • Frontend app upgraded with section landing pages, pinned pages, summary-first page view, raw reference tracing, and keyboard search shortcuts
  • Smoke tests added under ~/.hermes/wiki-ui/tests/test_app_smoke.py
  • wiki-ui.service restarted and live checks passed for local + reverse-proxied routes

[2026-04-19] update | Wiki frontend localized and extended

  • Raw note created: raw/chat/2026-04-19-wiki-frontend-chinese-config-filters.md
  • Added config-driven pinned pages via ~/wiki/_meta/pinned-pages.yaml
  • Added finer section filters: page type/tag and raw preview type
  • Switched frontend chrome to Chinese while preserving original content language
  • Re-ran smoke tests (8 passed) and verified local + wiki.hazim.work

[2026-04-19] update | Section filters gained time/source dimensions

  • Raw note created: raw/chat/2026-04-19-wiki-frontend-section-time-source-filters.md
  • Page sections now support source and time range filters
  • Raw sections now support time range in addition to preview type
  • Smoke tests expanded to 10 passed
  • Local + reverse-proxied verification passed after restart

[2026-04-19] update | Frontend pin editor added

  • Raw note created: raw/chat/2026-04-19-wiki-frontend-pin-editor.md
  • Home page now shows a pin management area with current entries and add/remove actions
  • UI writes back to ~/wiki/_meta/pinned-pages.yaml instead of requiring manual edits
  • Smoke tests expanded to 12 passed
  • Local + reverse-proxied verification passed after restart

[2026-04-19] update | Wiki frontend Apple rewrite completed

  • Raw note created: raw/chat/2026-04-19-wiki-frontend-apple-rewrite.md
  • Stack now uses FastAPI SSR + Jinja2 + Vite + HTMX + Alpine
  • Added manifest-aware static bundle loading and Playwright browser coverage (4 passed)
  • Smoke suites passed: test_frontend_assets.py (4 passed), test_app_smoke.py (19 passed)
  • Home, section, page, raw flows refreshed with Apple-style UI and partial interactions
  • wiki-ui.service restarted successfully and local + reverse-proxied route checks returned 200