Add some contextual awareness when reporting edits

Resolved 💬 2 comments Opened Jun 26, 2025 by NiloCK Closed Aug 16, 2025

When CC makes edits, they are helpfully reported to the user:

● Update(package.json)                                                                                                                                                                        
  ⎿  Updated package.json with 1 addition                      
       45            "@types/fs-extra": "^11.0.0",
       46            "@types/inquirer": "^9.0.0",            
       47            "@types/node": "^20.0.0",
       48 +          "@vue-skuilder/studio-ui": "workspace:*",
       49            "typescript": "~5.7.2"    
       50        },                 
       51        "engines": {
                                                                                               
● Update(package.json)
  ⎿  Updated package.json with 3 additions and 1 removal                                                                                                                                      
       18            }                                                                                                                                                                        
       19        },                         

... but sometimes the reports are ambiguous.

In cases like my monorepo, it'd be really great to see Update([dirname]/package.json).

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗