Skip to content

docs: update documentation to use resource-specific ID flags#46

Merged
giordano-lucas merged 1 commit intomainfrom
docs/update-id-flags-documentation
Feb 4, 2026
Merged

docs: update documentation to use resource-specific ID flags#46
giordano-lucas merged 1 commit intomainfrom
docs/update-id-flags-documentation

Conversation

@giordano-lucas
Copy link
Member

@giordano-lucas giordano-lucas commented Feb 4, 2026

Update all documentation to reflect the new resource-specific flag names:

  • --id → --agent-id (agents commands)
  • --id → --function-id (functions commands)
  • --id → --vault-id (vaults commands)
  • --id → --persona-id (personas commands)
  • --id → --profile-id (profiles commands)

Files updated:

  • README.md
  • skills/notte-browser/SKILL.md
  • skills/notte-browser/references/account-management.md
  • skills/notte-browser/references/function-management.md
  • skills/notte-browser/templates/authenticated-session.sh

Greptile Overview

Greptile Summary

This PR updates all documentation to reflect the resource-specific flag names that were implemented in PR #44. The changes are purely documentation updates with no code changes.

Key Changes:

  • --id--agent-id for agents commands
  • --id--function-id for functions commands
  • --id--vault-id for vaults commands
  • --id--persona-id for personas commands
  • --id--profile-id for profiles commands

Files Updated:

  • Main README.md with all command examples
  • Skill documentation (SKILL.md)
  • Account management reference guide
  • Function management reference guide
  • Shell script templates

All updates are consistent with the actual CLI implementation verified in the codebase (agents.go, functions.go, vaults.go, personas.go, profiles.go).

Confidence Score: 5/5

  • This PR is completely safe to merge with zero risk
  • This is a documentation-only PR that perfectly aligns with the code changes from PR refactor: rename generic --id flags to resource-specific names #44. All flag name updates are accurate and verified against the actual implementation in the codebase. No code changes, no logic changes, zero risk.
  • No files require special attention

Important Files Changed

Filename Overview
README.md Updated all command examples to use resource-specific flags (--agent-id, --function-id, --vault-id, --persona-id, --profile-id)
skills/notte-browser/SKILL.md Updated all documentation and examples to reflect new resource-specific flag names
skills/notte-browser/references/account-management.md Updated vault and persona command examples with resource-specific flags
skills/notte-browser/references/function-management.md Updated function command examples to use --function-id flag consistently
skills/notte-browser/templates/authenticated-session.sh Updated shell script template and comments to use --vault-id flag

Update all documentation to reflect the new resource-specific flag names:
- --id → --agent-id (agents commands)
- --id → --function-id (functions commands)
- --id → --vault-id (vaults commands)
- --id → --persona-id (personas commands)
- --id → --profile-id (profiles commands)

Files updated:
- README.md
- skills/notte-browser/SKILL.md
- skills/notte-browser/references/account-management.md
- skills/notte-browser/references/function-management.md
- skills/notte-browser/templates/authenticated-session.sh

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@giordano-lucas giordano-lucas merged commit e725d0c into main Feb 4, 2026
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant