Skip to content

chore: llm advice to avoid running in interactive mode#191

Merged
james-rl merged 2 commits intomainfrom
james/interactive-mode
Apr 2, 2026
Merged

chore: llm advice to avoid running in interactive mode#191
james-rl merged 2 commits intomainfrom
james/interactive-mode

Conversation

@james-rl
Copy link
Copy Markdown
Contributor

@james-rl james-rl commented Apr 1, 2026

Description

Note: PR titles should follow Conventional Commits format (e.g., feat(devbox): add support for custom env vars or fix(snapshot): resolve pagination issue) as they are used for automatic release notes generation.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test updates

Related Issues

Closes #

Changes Made

Testing

  • I have tested locally
  • I have added/updated tests
  • All existing tests pass

Checklist

  • My code follows the code style of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Screenshots (if applicable)

Additional Notes

@james-rl james-rl requested review from jrvb-rl and sid-rl April 1, 2026 19:52
@james-rl james-rl enabled auto-merge (squash) April 1, 2026 19:52
llms.txt Outdated
- Use `-o json` or `-o yaml` flags for machine-readable output (most commands default to JSON for `list` and `get` operations)
- Run `rli --help` for top-level help, `rli <command> --help` for command group help, and `rli <command> <subcommand> --help` for detailed flag documentation
- Command aliases exist for convenience: `devbox`/`d`, `snapshot`/`snap`, `blueprint`/`bp`, `object`/`obj`, `network-policy`/`np`, `secret`/`s`, `gateway-config`/`gwc`, `mcp-config`/`mcpc`
- Avoid running in interactive mode.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

should we be specific about what interactive mode is? i.e. don't run just rli or something along those lines

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

good suggestion. Changed the wording to make it more explicit

@james-rl james-rl merged commit 8ce39d9 into main Apr 2, 2026
14 checks passed
@james-rl james-rl deleted the james/interactive-mode branch April 2, 2026 02:29
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.

3 participants