Skip to content

Implement PR #88: rebrand docs, fix duplicate package.json scripts, add operational runbooks#118

Merged
Asper Beauty Shop (asperpharma) merged 3 commits into
mainfrom
copilot/merge-29-commits-to-main
Mar 5, 2026
Merged

Implement PR #88: rebrand docs, fix duplicate package.json scripts, add operational runbooks#118
Asper Beauty Shop (asperpharma) merged 3 commits into
mainfrom
copilot/merge-29-commits-to-main

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 5, 2026

PR #88 (2026-03-04-lzdy) introduced documentation improvements, new health/sync CLI scripts, and a Supabase function refactor. This branch applies those changes, resolving a package.json with duplicate script keys (invalid JSON) and adding the missing docs.

Fixes

  • package.json — Removed duplicate health, brain, and sync:check script entries introduced by conflicting commits. Canonical scripts are health, brain, sync.
// Before (invalid — duplicate keys)
"health": "node scripts/health-check.js",
"brain": "node scripts/brain-check.js",
"sync": "node scripts/sync-check.js",
...
"health": "node scripts/health-check.js",   // ← duplicate
"brain": "node scripts/brain-check.js",    // ← duplicate
"sync:check": "node scripts/sync-check.js" // ← redundant alias

// After
"health": "node scripts/health-check.js",
"brain": "node scripts/brain-check.js",
"sync": "node scripts/sync-check.js"

Documentation

  • README.md — Rebranded to "Asper Beauty Shop"; added SNC (npm run sync / health / brain) usage, applyToAllProfiles Cursor settings snippet, and a complete available-scripts table.
  • WEBSITE-DESIGN.md (new) — Design handoff: tokens, palette, typography, component map, RTL/i18n, Dr. Bot entry points.
  • CURSOR-SETTINGS-FIX.md (new) — Remediation guide for corrupted Cursor User/settings.json (unknown-setting warning, broken JSON structure, duplicate keys).
  • docs/APPLY_AND_RUN.md (new) — Single apply-and-run flow: local sync/health commands → deploy → omnichannel webhooks → social media link checklist.
  • docs/BRAIN-CONFIG.md (new) — Canonical Supabase Brain (qqceibvalkoytafynwoc) config: workspace .env template, vault secrets, OAuth callbacks, webhook URLs, admin links.
  • docs/development.md (new) — Toolkit for Antigravity notes, PowerShell execution policy fix, diagnostic script usage, VITE_FEATURE_ANTIGRAVITY feature-flag pattern.
  • docs/installation-guides/install-cursor.md (new) — End-to-end Cursor IDE setup: install → clone → .envapplyToAllProfiles → verify with npm run sync.
  • docs/ROLE_AND_MANDATE.md — Updated deployment checklist references from MAIN_PROJECT.md to the new APPLY_AND_RUN.md and BRAIN-CONFIG.md.

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: asperpharma <252395498+asperpharma@users.noreply.github.com>
Copilot AI changed the title [WIP] Merge 29 commits into main from 2026-03-04-lzdy Implement PR #88: rebrand docs, fix duplicate package.json scripts, add operational runbooks Mar 5, 2026
@asperpharma Asper Beauty Shop (asperpharma) marked this pull request as ready for review March 5, 2026 16:20
Copilot AI review requested due to automatic review settings March 5, 2026 16:20
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 5, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Free

Run ID: d3dc8247-8af7-40b0-a0e2-083065ccc1a9

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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

@asperpharma Asper Beauty Shop (asperpharma) merged commit 44c3f36 into main Mar 5, 2026
3 checks passed
@asperpharma Asper Beauty Shop (asperpharma) deleted the copilot/merge-29-commits-to-main branch March 5, 2026 16:20
Copy link
Copy Markdown
Member

@asperpharma asperpharma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

c

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.

2 participants