commit 8f365da0081dba1e50316a44230a67ca149481db Author: Funky Waddle Date: Sun Feb 15 16:48:17 2026 -0600 Initial commit with gitignore and empty NOTES.md file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/NOTES.md b/NOTES.md new file mode 100644 index 0000000..9996990 --- /dev/null +++ b/NOTES.md @@ -0,0 +1 @@ +Tasker is a CLI Tool Management system built originally for use in the Phred Framework, but opened to the public to install in any codebase. \ No newline at end of file