diff --git a/README-test.md b/README-test.md new file mode 100644 index 0000000..3fab27b --- /dev/null +++ b/README-test.md @@ -0,0 +1,5 @@ +# Test Project + +This is a test project created by Copilot to test multi-commit pull requests. + +Created at: 2025-10-31T03:33:34.912Z diff --git a/config.json b/config.json new file mode 100644 index 0000000..067da3c --- /dev/null +++ b/config.json @@ -0,0 +1,6 @@ +{ + "test": true, + "engine": "copilot", + "purpose": "multi-commit-test", + "timestamp": "2025-10-31T03:33:34.912Z" +} diff --git a/test-script.js b/test-script.js new file mode 100644 index 0000000..68c772f --- /dev/null +++ b/test-script.js @@ -0,0 +1,8 @@ +#!/usr/bin/env node +function hello() { + console.log("Hello from Copilot multi-commit test!"); +} + +if (require.main === module) { + hello(); +} diff --git a/test.log b/test.log new file mode 100644 index 0000000..f686401 --- /dev/null +++ b/test.log @@ -0,0 +1 @@ +Test log file created at: 2025-10-31T03:33:34.912Z