Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AI-powered policy builder and testing environment #31

Closed

Conversation

vishwamartur
Copy link

Related to #9

Implement an AI-powered policy builder and testing environment in the Permit CLI.

  • New Commands:

    • Add permit playground build command for interactive policy creation with AI suggestions.
    • Add permit playground test command for real-time policy testing and evaluation logs.
  • Documentation:

    • Update README.md to include new commands and their usage.
    • Describe the new AI-powered policy builder and testing environment features.
  • Dependencies:

    • Update package.json to include dependencies for AI-powered features.
    • Add scripts for building and testing the new features.
  • Command Implementations:

    • Create source/commands/playground/build.tsx to implement the permit playground build command.
    • Create source/commands/playground/test.tsx to implement the permit playground test command.
  • Command Index:

    • Update source/commands/index.tsx to include entries for the new permit playground build and permit playground test commands.

Related to permitio#9

Implement an AI-powered policy builder and testing environment in the Permit CLI.

* **New Commands**:
  - Add `permit playground build` command for interactive policy creation with AI suggestions.
  - Add `permit playground test` command for real-time policy testing and evaluation logs.

* **Documentation**:
  - Update `README.md` to include new commands and their usage.
  - Describe the new AI-powered policy builder and testing environment features.

* **Dependencies**:
  - Update `package.json` to include dependencies for AI-powered features.
  - Add scripts for building and testing the new features.

* **Command Implementations**:
  - Create `source/commands/playground/build.tsx` to implement the `permit playground build` command.
  - Create `source/commands/playground/test.tsx` to implement the `permit playground test` command.

* **Command Index**:
  - Update `source/commands/index.tsx` to include entries for the new `permit playground build` and `permit playground test` commands.

Signed-off-by: Vishwanath Martur <[email protected]>
@gemanor
Copy link
Collaborator

gemanor commented Nov 24, 2024

Hey, @vishwamartur, I'm closing this PR as we do not yet ranked the idea in the issue and it has invalid code in it (there's no v2/policies route in Permit).

@gemanor gemanor closed this Nov 24, 2024
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.

2 participants