Skip to content

docs: sync repo to ghl-workflow-tools rename, brand Legion Code Inc. - #6

Merged
thenotoriousllama merged 1 commit into
mainfrom
docs/sync-rebrand
Aug 21, 2026
Merged

thenotoriousllama merged 1 commit into
mainfrom
docs/sync-rebrand

Conversation

@thenotoriousllama

@thenotoriousllama thenotoriousllama commented Aug 21, 2026

Copy link
Copy Markdown
Member

Summary

Repo-wide sync after the ghl-workflow-exporterghl-workflow-tools rename landed in #5, plus Legion Code Inc. branding.

Stale references fixed

  • Root README — tool table, quick start, and usage links pointed at the deleted ghl-workflow-exporter/ folder (404s)
  • CLAUDE.md — first-tool link and skeleton-copy reference
  • popup.html<title>/<h1> still said "Workflow Exporter"; now "GHL Workflow Backup" / "Workflow Backup"
  • Bug report template — example tool name/version
  • CHANGELOG — unreleased v0.1.0 entry 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-tools 1.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 takes limit/offset, not skip — 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.mjs passes
  • No stale ghl-workflow-exporter refs outside historical audit reports (left intact deliberately)
  • Popup HTML change is text-only; no JS references the old heading

Summary by CodeRabbit

  • Documentation

    • Updated project documentation to describe workflow backup, export, and restoration capabilities.
    • Added guidance for draft restores, overwrite acknowledgements, and supported workflow operations.
    • Refreshed changelog and bug-report examples with the latest tool name and version.
  • Branding & Metadata

    • Updated the extension name to “GHL Workflow Backup.”
    • Added Legion Code Inc. attribution, homepage details, and updated copyright information.
    • Added an attribution link to the extension popup.

- 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
@coderabbitai

coderabbitai Bot commented Aug 21, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: a8be021a-fcf7-4bc4-a9bf-7fd0bfd0bc00

📥 Commits

Reviewing files that changed from the base of the PR and between b8ca467 and faac43b.

📒 Files selected for processing (7)
  • .github/ISSUE_TEMPLATE/bug_report.md
  • CHANGELOG.md
  • CLAUDE.md
  • README.md
  • ghl-workflow-tools/README.md
  • ghl-workflow-tools/manifest.json
  • ghl-workflow-tools/popup.html

📝 Walkthrough

Walkthrough

The 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.

Changes

Workflow Tools Update

Layer / File(s) Summary
Tool identity and attribution
.github/ISSUE_TEMPLATE/bug_report.md, CLAUDE.md, README.md, ghl-workflow-tools/...
Project and extension references use ghl-workflow-tools and “GHL Workflow Backup.” Attribution, homepage metadata, popup labels, and copyright text are updated.
Restore behavior documentation
CHANGELOG.md, CLAUDE.md, README.md
Documentation describes workflow import writes, draft defaults, overwrite acknowledgement, pagination, restore sequencing, trigger replacement, and backup reading.

Estimated code review effort: 2 (Simple) | ~10 minutes

Suggested reviewers: legioncodeinc

Poem

A rabbit packs workflows tight,
In backup files, both day and night.
Drafts stay safe, writes ask first,
New names guide the tools’ quick burst.
Legion’s mark now shines bright.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/sync-rebrand

Comment @coderabbitai help to get the list of available commands.

@thenotoriousllama
thenotoriousllama merged commit ab1a2c4 into main Aug 21, 2026
3 of 4 checks passed
@thenotoriousllama
thenotoriousllama deleted the docs/sync-rebrand branch August 21, 2026 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant