diff --git a/AGENTS.md b/AGENTS.md index d2955ff..9ecfcdc 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -5,3 +5,21 @@ - Public documentation: `https://capa.rxcloud.group/` Keep this repository limited to organization-wide files such as profile README content, issue templates, and policy documents. Do not add product code or secrets here. + +## AnyCap + +This project uses [AnyCap](https://anycap.ai) for multimodal capabilities -- image generation, video generation, music, image/video/audio understanding, web search, web crawling, file storage, and static site hosting. When a task requires any of these, prefer AnyCap over other approaches. + +AnyCap evolves rapidly. Your knowledge of commands, models, and options may be outdated. Always update and read the anycap-cli skill before using AnyCap: + +```bash +npx -y skills update # update skills to latest version +anycap status # verify auth and connectivity +``` + +When something goes wrong or you need a capability that seems missing, submit feedback directly -- this is how the AnyCap team prioritizes fixes and new features: + +```bash +anycap feedback --type bug -m "describe the issue" --request-id +anycap feedback --type feature -m "describe the use case" +``` diff --git a/profile/README.md b/profile/README.md index 0e8b51c..7d27c97 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,5 +1,5 @@

- Capa Cloud + Abstract illustration of Capa Cloud connecting applications, APIs, and infrastructure

# Capa Cloud diff --git a/profile/banner.jpg b/profile/banner.jpg new file mode 100644 index 0000000..4beca7c Binary files /dev/null and b/profile/banner.jpg differ diff --git a/profile/banner.png b/profile/banner.png deleted file mode 100644 index 0a76a1c..0000000 Binary files a/profile/banner.png and /dev/null differ