文件操作 - AGENTS.md
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/creatormedianetwork/public_html/wp-content/plugins/embedpress-pro/AGENTS.md
编辑文件内容
# AGENTS.md — EmbedPress Pro Entry point for AI agents and automated contributors. The authoritative context lives in **[CLAUDE.md](CLAUDE.md)** — read it first. ## TL;DR for agents - **What this is:** the Pro companion to the free `embedpress` plugin. Pro extends free through filters/hooks and **never forks free-plugin code** (the cardinal rule). - **Default branch:** `master` (NOT `main`). Branch `fix/fbs-<cardId>-<slug>` off `master`; open a PR; never push to `master`. - **PHP namespace:** `Embedpress\Pro\` under `includes/`. Free-plugin extension points live in `includes/Filters/`. - **Build:** `cd Gutenberg && npm run build` (commit `Gutenberg/dist/`); `npm run dist-archive` for the zip; `npm run pot` for i18n. - **CI (must pass on PRs):** PHP syntax matrix 7.4–8.5, version-consistency check, WP×PHP compatibility, Plugin Check. - **Release:** bump version in `embedpress-pro.php` + `package.json` + `readme.txt` (must match), commit, push a `vX.Y.Z` tag → `deploy.yml` attaches the zip to a GitHub Release. - **Task tracker:** FluentBoards board `17`, via the `fluentboards` skill. Not Zoobbe. - **Verify changes** against a WordPress install with the free plugin active (Sandbox / `embedpress-docker`) — not by reading code alone. ## Guardrails - Never commit or push without explicit human confirmation. - Never edit `vendor/` or `includes/Dependencies/` — patch from plugin code or send an upstream PR. - Changing a block `save()` requires a `deprecated[]` entry or conditional emission (see CLAUDE.md). - If Pro needs new behavior from free, land the hook in the free repo first. See [CLAUDE.md](CLAUDE.md) for the full architecture, code paths, and conventions, and [CONTRIBUTING.md](CONTRIBUTING.md) for the workflow.
修改文件时间
将文件时间修改为当前时间的前一年
删除文件