Skip to content

Glob pattern issueΒ #114

@DavidWells

Description

@DavidWells

The following command

    "docs": "md-magic ./docs/**/*.md",

on the file tree

└── root
    └── docs
        β”œβ”€β”€ archive
        β”‚   β”œβ”€β”€ brainstorm-caching-idea.md *
        β”‚   β”œβ”€β”€ cache-issues.md *
        β”‚   β”œβ”€β”€ config-parsing-changes.md *
        β”‚   β”œβ”€β”€ cross-project-dependency-detection.md *
        β”‚   └── multi-project-type-design.md *
        β”œβ”€β”€ chats
        β”‚   └── manifest-ideation.md *
        β”œβ”€β”€ _flow.md *
        β”œβ”€β”€ caching.md *
        β”œβ”€β”€ cycle-detection.md *
        β”œβ”€β”€ deleted-projects.md *
        β”œβ”€β”€ deploy.md *
        β”œβ”€β”€ deployment-logic.md *
        β”œβ”€β”€ deployment-types.md *
        β”œβ”€β”€ development.md *
        β”œβ”€β”€ extractors.md *
        β”œβ”€β”€ last-successful-run.md *
        β”œβ”€β”€ manifest.md *
        β”œβ”€β”€ preflight-checks.md *
        β”œβ”€β”€ project-types.md *
        β”œβ”€β”€ running-tests.md *
        β”œβ”€β”€ serverless-plugin-flow.md *
        β”œβ”€β”€ state.md *
        β”œβ”€β”€ testing.md *
        └── validation.md *

Results in


Files scanned:           6
[
  'root/docs/archive/brainstorm-caching-idea.md',
  'root/docs/archive/cache-issues.md',
  'root/docs/archive/config-parsing-changes.md',
  'root/docs/archive/cross-project-dependency-detection.md',
  'root/docs/archive/multi-project-type-design.md',
  'root/docs/chats/manifest-ideation.md'
]

Files with transforms:   0
πŸ“‘  Execution plan:

No transforms to run. Exiting markdown magic early.
If you think this is incorrect, verify your comment blocks in your src and the settings in your config.

πŸ’«  Results:

──────────────────────────────────────────────────────────
 βœ”  Markdown Magic Done. 0.01 seconds

This seems wrong why are we missing the md files at docs level?

Metadata

Metadata

Assignees

No one assigned

    Labels

    auto-generatedAutomatically generated contentclaude-codeItems created or modified by Claude Code

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions