From e3444a8bc0aefb9245457ff57d4726ff1eaca2b4 Mon Sep 17 00:00:00 2001 From: president Date: Thu, 18 Dec 2025 21:26:34 +0900 Subject: [PATCH] Add manifest generator and publish manifest.json --- manifest.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..3033240 --- /dev/null +++ b/manifest.json @@ -0,0 +1,13 @@ +{ + "repo": "openRepo/AI-ART", + "branch": "main", + "readme": "https://git.sunamura-llc.com/openRepo/AI-ART/raw/branch/main/README.md", + "task_template": "https://git.sunamura-llc.com/openRepo/AI-ART/raw/branch/main/prompts/task_template.md", + "rules": "https://git.sunamura-llc.com/openRepo/AI-ART/raw/branch/main/.cursorrules", + "images_dir": "https://git.sunamura-llc.com/openRepo/AI-ART/src/branch/main/images", + "images": [{"name":".DS_Store","path":"images/.DS_Store","url":"https://git.sunamura-llc.com/openRepo/AI-ART/raw/branch/main/images/.DS_Store"}], + "notes": [ + "README.md を条件(ポリシー)として読む", + "prompts/task_template.md を実行指示として扱う" + ] +}