docs: sync repo to ghl-workflow-tools rename, brand Legion Code Inc. - #6
Conversation
- Point all references at ghl-workflow-tools / GHL Workflow Backup (root README, CLAUDE.md, CHANGELOG, bug report template, popup.html) - Reconcile the read-only contract with the shipped import feature: exports stay GET-only; writes are explicit, user-initiated restores with draft-by-default and published-overwrite acknowledgement - Fix CLAUDE.md pagination fact (list endpoint takes limit/offset, not skip) and record the restore-path API facts - Brand root/tool READMEs, manifest author + homepage_url, and popup footer with Legion Code Inc. + github.com/legioncodeinc
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughThe pull request renames the workflow exporter as GHL Workflow Backup. Documentation now covers workflow restoration, guarded writes, overwrite acknowledgement, and restore API sequencing. The extension adds Legion Code Inc. attribution and manifest metadata. ChangesWorkflow Tools Update
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
Repo-wide sync after the
ghl-workflow-exporter→ghl-workflow-toolsrename landed in #5, plus Legion Code Inc. branding.Stale references fixed
ghl-workflow-exporter/folder (404s)<title>/<h1>still said "Workflow Exporter"; now "GHL Workflow Backup" / "Workflow Backup"v0.1.0entry now describes what actually ships (export and import/restore)Contract reconciliation (the important part)
The toolset docs claimed "Read-only. Every request a tool makes is a GET" — but
ghl-workflow-tools1.1.0 ships Import (POST/PUT/DELETE). Both READMEs and CLAUDE.md hard rule 3 now state the real contract: exports are GET-only; writes exist only as explicit, user-initiated restores with draft-by-default and a published-overwrite acknowledgement. Also fixed CLAUDE.md's wrong pagination fact (list endpoint takeslimit/offset, notskip— the exact bug 1.1.0 fixed) and recorded the restore-path API facts.Branding
Legion Code Inc. + https://github.com/legioncodeinc on both READMEs,
manifest.json(author,homepage_url), and a popup footer.Validation
node scripts/validate-manifests.mjspassesghl-workflow-exporterrefs outside historical audit reports (left intact deliberately)Summary by CodeRabbit
Documentation
Branding & Metadata