Skip to content

Commit 8a1e4be

Browse files
committed
Feat: Adds doc update command config
Adds a configuration file defining the command for updating documentation based on code changes, including a description and prompt.
1 parent afc6cb5 commit 8a1e4be

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gemini/commands/doc/update.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
description = "Update docs based on code changes"
2+
prompt = "Check the code changes and update the docs accordingly"

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
shamefully-hoist=true
22
strict-peer-dependencies=false
3-
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

0 commit comments

Comments
 (0)