meaning-update

Sync the semantic index with filesystem changes by detecting and updating modified files.

1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/bozaah/meaning-fs --skill meaning-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meaning-update
Source: https://github.com/bozaah/meaning-fs/tree/main/.claude/skills/meaning-update
Command: npx skills add https://github.com/bozaah/meaning-fs --skill meaning-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Solves drift between the semantic index and the filesystem by syncing changes.

Core Features & Use Cases

  • Detect changes: identifies new, modified, and deleted files to keep the index accurate.
  • Incremental inference: runs inference only on changed items to update tags and relationships.
  • Review workflow: flags entries for review when confidence is low or new semantics are uncertain.
  • Safe persistence: validates and saves updates to the index, preserving existing data.

Quick Start

Run the skill in your project to synchronize the semantic index. Example: /meaning-update; to process only new files: /meaning-update --new; to process all changes: /meaning-update --all

Frequently Asked Questions about meaning-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync a semantic index with filesystem changes?

Incremental semantic indexing processes only changed files rather than the entire project. It detects new, modified, and deleted items, runs inference solely on those changes, and updates tags and relationships to keep the index accurate.

How do I update metadata for newly added project files only?

To update metadata for newly added project files only, execute the update command with the new flag. This restricts the inference and sync process to detecting and processing just new files, saving time over a full sync.

When should I use incremental indexing for local projects?

Use incremental indexing for local projects when you need to resolve drift between the semantic index and the filesystem. It is ideal for applying inference only to changed files and validating updates before saving.

Does the semantic index update process preserve existing data?

Yes, the semantic index update process preserves existing data through safe persistence. It validates all changes and runs inference on changed files before saving updates to the index.yaml file.

How are low confidence semantic tags handled during index synchronization?

During index synchronization, low confidence semantic tags trigger a review workflow. The system flags entries for review when confidence is low or new semantics are uncertain, ensuring metadata accuracy before persistence.