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 を実行指示として扱う" + ] +}