Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,16 @@ npx skills add aliasunder/agent-skills --skill obsidian-vault

[Skill source →](https://github.com/aliasunder/agent-skills/tree/main/skills/obsidian-vault)

## Companion: vault-onboarding skill

Starting from scratch? The **vault-onboarding** skill bootstraps the collaboration system this server powers — memory files, session protocols, task boards, and per-client instruction files — through a conversational interview. It works standalone with native file tools; connected to vault-cortex, the generated setup unlocks remote access, hybrid search, and semantic memory recall.

```bash
npx skills add aliasunder/vault-onboarding
```

[Skill source →](https://github.com/aliasunder/vault-onboarding)

---

## Roadmap
Expand Down
1 change: 1 addition & 0 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"ai-memory-system",
"knowledge-base",
"note-taking",
"second-brain",
"pkm",
"personal-knowledge-management",
Comment on lines +38 to 40

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Align PR description with the actual keyword change
Low severity · subtle bugs · high confidence

The PR description claims package.json keywords were changed as attachments → pkm + personal-knowledge-management (kept pdf), but the diff only adds second-brain to cli/package.json; attachments remains in the list and pkm/personal-knowledge-management were already present before this PR.

Failure scenario: A maintainer relying on the PR description to review the keyword change believes attachments was removed from the published npm package's keywords, but it is still shipped, so the LobeHub listing (generated from these keywords post-merge) still advertises attachments while the description claimed otherwise.

Suggested fix
Update the PR description to state that `second-brain` was added to align cli/package.json keywords with the root package.json and GitHub topics, and that `attachments` was retained.

"hybrid-search",
Expand Down
1 change: 1 addition & 0 deletions scripts/generate-dockerhub-readme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const EXCLUDED_H2 = new Set([
"Authentication",
"Development",
"Companion: obsidian-vault skill",
"Companion: vault-onboarding skill",
"Contributing",
"Security",
"Roadmap",
Expand Down
Loading