Skip to content

Add glob path-separator note to globbing demo #2

@CGMossa

Description

@CGMossa

Context

A2-ai/dvs2#159 added documentation to dvs_add and dvs_get clarifying that globs use a literal path separator:

*.csv only matches files in the target directory and will not match subdir/file.csv. Use **/*.csv to match recursively across subdirectories.

What to do

The globbing demo should surface this behavior explicitly — ideally with a concrete example showing:

  • *.csv matching only top-level files
  • **/*.csv matching across subdirectories

This is a common footgun and worth calling out in the demo so users discover it before hitting it in practice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions