Skip to content

Add agent command group with create-from-dir support#188

Draft
jason-rl wants to merge 1 commit intomainfrom
jason/agent-commands
Draft

Add agent command group with create-from-dir support#188
jason-rl wants to merge 1 commit intomainfrom
jason/agent-commands

Conversation

@jason-rl
Copy link
Copy Markdown
Contributor

  • Add rli agent list/get/create/create-from-dir commands
  • create-from-dir reads .runloopignore (gitignore syntax) for tar exclusions
  • Falls back to sensible defaults (.git, node_modules, pycache, etc.)
  • Reads agent.yaml for config (skills, webhooks, setup commands)
  • Packages directory, uploads via object storage, creates agent

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

- Add rli agent list/get/create/create-from-dir commands
- create-from-dir reads .runloopignore (gitignore syntax) for tar exclusions
- Falls back to sensible defaults (.git, node_modules, __pycache__, etc.)
- Reads agent.yaml for config (skills, webhooks, setup commands)
- Packages directory, uploads via object storage, creates agent

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jason-rl jason-rl force-pushed the jason/agent-commands branch from 34406bd to d2af536 Compare March 30, 2026 23:04
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