知识工作台

个人知识库

先搜索,再捕获,再把原始证据连接到稳定页面。

搜索、置顶、最近更新,与原始资料入口集中在同一个中文知识工作台。

Search-first workspace

按 / 或 Ctrl/Cmd+K 立即搜索页面、原始资料、标题和正文,再决定继续浏览、置顶或整理。

Wiki 页面
6
原始资料
10
置顶页面
6
快速笔记 上传文件 打开索引 打开 Schema 打开日志

搜索

结果

可搜索页面、原始资料、标题和正文。按 / 或 Ctrl/Cmd+K 可直接聚焦搜索框。

管理置顶

当前置顶配置

直接修改 _meta/pinned-pages.yaml
首页索引

从总目录进入整个知识库。

Schema 规则

查看命名、标签、frontmatter 与维护规则。

变更日志

追踪最近 ingest、更新与部署动作。

个人 Wiki

当前知识库的目标、结构与运行方式。

前端界面

当前工作台前端的职责、能力与设计方向。

Hermes Agent

维护 Wiki 的核心 agent 与其职责。

管理置顶

新增置顶项

doc 填核心文档名;page 填页面 slug;raw 填文件名。section 只对 page/raw 生效。

浏览

分区入口

捕获

快速笔记

先记录,后整理。笔记会直接进入 raw/notes

捕获

上传文件

图片进入 raw/assets,PDF 和其他文件进入 raw/uploads

最近知识

最近页面

实体 2026-04-19
hazim.work
entities/hazim-work.md

`hazim.work` 是当前记录在个人知识库中的一个域名资产。已记录注册信息、到期时间和 DNS 服务器,便于后续做解析、建站或反代配置。

实体 2026-04-19
Hermes Agent
entities/hermes-agent.md

Hermes Agent 是此个人知识库的主要维护者。它负责 ingest 资料、整理结论、维护页面、更新索引与日志。

概念 2026-04-19
CL4R1T4S Frontend Design Principles
concepts/claritas-frontend-design-principles.md

这是一组可吸收进 Hermes 的前端设计工作原则。核心不是复读某个 prompt,而是把其中对“设计上下文、问题澄清、系统化设计、强变体探索、避免 AI 味”的要求转成稳定能力。

概念 2026-04-19
Frontend UI
concepts/frontend-ui.md

Frontend UI 是个人 Wiki 的中文知识工作台。它保持 Markdown-first 与文件系统真相层不变,同时现在采用 Apple 风格设计系统、Vite 资产管线、HTMX 局部刷新与 Alpine 轻状态交互,提供搜索优先浏览、置顶入口、section landing、更细过滤、raw 引用追踪、quick note、文件上传,以及前端直接

概念 2026-04-19
Personal LLM Wiki
concepts/personal-llm-wiki.md

Personal LLM Wiki 是一个 Markdown-first 个人知识库,用于长期整理 Hermes 做过的事情、用户发来的文件与后续研究资料。

概念 2026-04-19
Query Filing Policy
concepts/query-filing-policy.md

高价值 query 默认自动沉淀。目标是让可复用的分析和结论进入 Wiki,而不是死在聊天记录里。

最近导入

最近原始资料

Markdown 2026-04-19T17:43
2026-04-19-wiki-frontend-apple-rewrite.md
raw/chat/2026-04-19-wiki-frontend-apple-rewrite.md

# Wiki frontend Apple rewrite Date: 2026-04-19 App path: `~/.hermes/wiki-ui` Public URL: `https://wiki.hazim.work` ## Goal Move the personal wiki frontend from a dark devtool-st

Markdown 2026-04-19T16:39
2026-04-19-wiki-frontend-pin-editor.md
raw/chat/2026-04-19-wiki-frontend-pin-editor.md

# Wiki Frontend Pin Editor Date: 2026-04-19 ## Summary 首页现在可以直接编辑置顶配置,不再要求用户手动打开 `~/wiki/_meta/pinned-pages.yaml`。 ## New Capabilities ### 1. Current pinned config panel - 首页新

Markdown 2026-04-19T16:28
2026-04-19-wiki-frontend-section-time-source-filters.md
raw/chat/2026-04-19-wiki-frontend-section-time-source-filters.md

# Wiki Frontend Section Time/Source Filters Date: 2026-04-19 ## Summary Section landing 页面继续增强了过滤能力。现在不仅能按搜索、排序、类型、标签、预览类型过滤,还新增了时间范围与来源维度。 ## New Capabilities ### Page sectio

Markdown 2026-04-19T16:15
2026-04-19-wiki-frontend-chinese-config-filters.md
raw/chat/2026-04-19-wiki-frontend-chinese-config-filters.md

# Wiki Frontend Chinese UI + Configurable Pins + Section Filters Date: 2026-04-19 ## Summary 在已有 workspace redesign 基础上,wiki 前端继续迭代了三块能力: 1. 首页置顶页面改为配置驱动 2. section landing 增加更细

Markdown 2026-04-19T15:59
2026-04-19-wiki-frontend-redesign-implementation.md
raw/chat/2026-04-19-wiki-frontend-redesign-implementation.md

# Wiki Frontend Redesign Implementation Date: 2026-04-19 Scope: CL4R1T4S-driven redesign of the personal wiki frontend at `~/.hermes/wiki-ui` ## Summary The wiki frontend was up

Markdown 2026-04-19T15:33
2026-04-19-claritas-claude-design-system-prompt-note.md
raw/web/2026-04-19-claritas-claude-design-system-prompt-note.md

# CL4R1T4S Claude Design Prompt note Source URL: - https://github.com/elder-plinius/CL4R1T4S/blob/main/ANTHROPIC/Claude-Design-Sys-Prompt.txt Repository: - elder-plinius/CL4R1T4S

最近活动

最近日志

[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

[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 | 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 | 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 | 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] 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] 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 | 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