docs: remove the automations module - #19
Merged
Merged
Conversation
trypostit/trypost#333 removed Automations end to end. Drops the four knowledge-base pages and the nav group, then clears every reference the rest of the docs still made to the feature. Checked against origin/main of the app: - `CreatedVia` is now web/mcp/api only, so the webhooks payload table and the two automation FAQ accordions go with it - routes/console.php has no `automation:*` commands — out of the production scheduler table - Horizon has no automations supervisor — Horizon/scheduler/queue rows in installation.mdx, production.mdx and configuration.mdx reworded - SafeHttpFetcher no longer serves RSS, so TRYPOST_ALLOW_PRIVATE_NETWORK lists webhooks, URL media fetches and brand autofill instead `automations_rewritten` stays in the upgrading.mdx log sample: the 2026_08_21 social-accounts migration is byte-identical on main and still reads the table, so anyone crossing that version still sees the key. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Dropping the automations bullet left the queue list without the one remaining Horizon supervisor the docs describe elsewhere. installation.mdx and the production checklist both already say Horizon delivers webhooks. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follows trypostit/trypost#333, which removed the Automations module end to end. This clears everything the docs still said about it.
Deleted —
knowledge-base/automations/{introduction,triggers-and-nodes,variables,monitoring}.mdxand the Automations nav group indocs.json.Rewritten references, each checked against
origin/mainof the app:knowledge-base/webhooks.mdxcreated_viais nowweb,api,mcp, ornull—CreatedViahas noAutomationcase. Dropped the intro contrast with the automation Webhook node, the automation-created-post sentence, and two FAQ accordions.self-hosting/production.mdxautomation:*rows are gone from the scheduler table (routes/console.phpno longer registers them), plus the queue bullet, the cron warning, and the Horizon / Scheduler checklist rows. Second commit puts webhooks back in the queue list — it was the one remaining Horizon supervisor the list didn't name.self-hosting/installation.mdxself-hosting/configuration.mdxQUEUE_CONNECTIONsays webhooks instead of automations.TRYPOST_ALLOW_PRIVATE_NETWORKdrops RSS — #333 made the same edit to the config comment inconfig/trypost.php, and onmainSafeHttpFetcherserves webhooks, URL media fetches, brand autofill and link cards.self-hosting/upgrading.mdxknowledge-base/plans-and-billing.mdxknowledge-base/social-accounts.mdxDeliberately kept
automations_rewrittenstays in theupgrading.mdxlog sample. A commit inside #333 briefly made the2026_08_21_130941_add_workspace_platform_identity_unique_to_social_accounts_tablemigration skip its automation repointing, but review reverted it to exactly what production ran — it still readsDB::table('automations'), and the create migrations were kept. Anyone crossing that version still sees the key in their logs.No redirects
The four deleted pages will 404. Decided against a
redirectsblock indocs.json.Not included
Two pre-existing drifts spotted while diffing against the app, left for a separate PR:
production.mdxnever listedposts:check-upcoming-connections(every 15 min), andCLAUDE.mdstill callssocial:refresh-expiring-tokenshourly when it runs every 15 minutes.Test plan
grep -rni automaover the whole repo (including.md/.json) returns onlyautomations_rewrittenand unrelated uses of "automatically"vue-flow,codemirror,unovis,simplepie,rss, the node names,dry-run,invocation, and the "Beta" pilldocs.jsonhas a file, every.mdxis in the nav, and every internal](/...)link across all pages resolvesdocs.jsonparsesimages/only holds MCP client icons and the logo🤖 Generated with Claude Code