Skip to content

nafisIslam/StoryContextGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StoryContextGen

StoryContextGen is a small .NET CLI tool that generates focused workspace context files for a specific story or feature.

It helps reduce noise by keeping only the folders you care about visible in VS Code and available to Cursor.

Download

Windows executable:

Download story-context-gen

What it generates

  • .vscode/settings.json
    Hides folders that are not included in your config from the VS Code explorer

  • .cursorignore
    Excludes folders that are not included in your config from Cursor context

Usage

story-context-gen.exe "<path-to-json-config>"

Configuration File Format

{
  "repoRoot": "C:/path/to/your/repository",
  "folders": [
    { "path": "functions/ProjectA" },
    { "path": "web/ProjectB" }
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages