diff --git a/intents/test_intent.yaml b/intents/test_intent.yaml new file mode 100644 index 0000000..9e0167d --- /dev/null +++ b/intents/test_intent.yaml @@ -0,0 +1,8 @@ +# This is a test intent file for testing purposes only. + +intent: + name: Test Intent + description: This is a test intent to verify the GitHub Agent's ability to create and manage files in the repository. + actions: + - action: Test Action + description: Perform a test action to ensure functionality. \ No newline at end of file