Anthropic's new launch#3001
Conversation
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip Every Git commit and branch gets its own deployment URL automatically |
Greptile SummaryThis PR adds a new blog post covering Anthropic's Claude for Small Business launch, along with its cover image and an update to the image optimization cache.
Confidence Score: 4/5Safe to merge after removing the incorrect cache entry; both issues are minor and do not affect site rendering or content delivery. The blog post content and cover image are correct. The only real concern is the stale
Important Files Changed
Reviews (1): Last reviewed commit: "new blog" | Re-trigger Greptile |
| "static/images/blog/announcing-user-impersonation/cover.png": "0d637f5d3a748e033945741a9e926a001b84c51854077ac5de4fedbc8801a40a", | ||
| "static/images/blog/announcing-variables-api/cover.png": "e8fb298d6e2ab46b4293eaf7d9414bd83fbbce421d4eea288d17d37f6a4f8fa2", | ||
| "static/images/blog/announcing-webhooks-api/cover.png": "a029dca7fc776d3d81ec0502a8fe3fb0d3e170e474a515b4ad9d61c9854ca745", | ||
| "static/images/blog/anthropic-just-launched-claude-for-small-business/cover.png": "9b89a91dab0f56e4d49777ca4a370c558edca339e573c155d6c1838f04a1dbd6", |
There was a problem hiding this comment.
Stale cache entry for a non-existent file
The entry key is cover.png, but the actual image uploaded in this PR is cover.avif. The optimize script (scripts/optimize-assets.js) only walks and processes raster files with extensions .png, .jpg, .jpeg, or .webp — .avif files are intentionally skipped because they are already the target format. As a result, there will never be a cover.png at this path to hash against this entry. Compare with anthropic-doubles-claude-code-rate-limits, which also ships a cover.avif and has no cache entry at all. This entry should be removed.
|
|
||
| The [Appwrite plugin for Claude Code](https://appwrite.io/blog/post/announcing-appwrite-claude-code-plugin) bundles the Appwrite API MCP server, the Appwrite Docs MCP server, and eleven SDK-specific agent skills into a single install, so your Claude Code agent can stand up users, databases, storage, and functions against your Appwrite project without manually wiring together the MCP infrastructure yourself. | ||
|
|
||
| Check out the [Claude Code integration guide](https://appwrite.io/docs/tooling/ai/ai-dev-tools/claude-code) and the [Appwrite MCP server docs](https://appwrite.io/docs/tooling/ai/mcp-servers) to get started, or [join us on Discord](https://appwrite.io/discord). No newline at end of file |
There was a problem hiding this comment.
The file is missing a trailing newline, which differs from every other
.markdoc post in this directory and can cause noisy diffs in future edits.
| Check out the [Claude Code integration guide](https://appwrite.io/docs/tooling/ai/ai-dev-tools/claude-code) and the [Appwrite MCP server docs](https://appwrite.io/docs/tooling/ai/mcp-servers) to get started, or [join us on Discord](https://appwrite.io/discord). | |
| Check out the [Claude Code integration guide](https://appwrite.io/docs/tooling/ai/ai-dev-tools/claude-code) and the [Appwrite MCP server docs](https://appwrite.io/docs/tooling/ai/mcp-servers) to get started, or [join us on Discord](https://appwrite.io/discord). |


Latest blog about Claude for small business