Elyxr Wholesale

Updates

Elyxr Wholesale

Updates

Sales Ops
Loading updates...
Living log

Empty Workspace Fix

If another Codex says it has Cloudflare but no source

Download this workspace kit. It is the current editable site/ source plus deploy and test scripts. Cloudflare itself cannot recreate the original source folder from a direct upload.

curl -L -H "x-site-password: <private Updates password>" "https://elyxrsales.com/api/workspace" -o elyxrsales-workspace-kit.tar
mkdir elyxrsales-workspace-kit
tar -xf elyxrsales-workspace-kit.tar -C elyxrsales-workspace-kit
cd elyxrsales-workspace-kit
./verify-live.sh

Sina Codex Rule

Every site change must be added to this Updates log

Before changing the site, read this page. After any edit, deploy, test, fix, rollback, or failed attempt, write a structured entry to POST /api/updates. No silent changes.

Required after work:
POST https://elyxrsales.com/api/updates
Header: x-site-password: <private Updates password>
Body: use post-update-template.json from the workspace kit
Set author and sourceSession to Sina Codex

Daily Report

Sina Codex Changes

Open report JSON

Monday through Friday report source. This uses Updates log entries marked as Sina Codex.

Project Brain

Mac Mini Knowledge

Outside Codex

No Git Handoff

Copy-safe starter prompt

      

Access Needed

Full Backend Access

Use this first Full Codex operator kit

One protected download with the site folder, source mirror, deploy script, live test script, update template, and starter prompt.

Download full operator kit Download kit JSON
Download site source bundle Download JSON bundle Source-only backup. Use the full operator kit for outside Codex deploy work.
Outside Codex bootstrap
curl -L -H "x-site-password: <private Updates password>" "https://elyxrsales.com/api/operator-kit?format=tar" -o elyxrsales-operator-kit.tar
mkdir elyxrsales-operator-kit
tar -xf elyxrsales-operator-kit.tar -C elyxrsales-operator-kit
cd elyxrsales-operator-kit
./verify-live.sh

SOP

Mandatory Living Log


    

PDF Contract

Updates SOP Implementation

Routes and API

  • /updatesProtected page for the living log.
  • GET /api/updates?limit=20Returns instructions, deploy status, log health, audit events, handoff, rollback entries, and updates.
  • POST /api/updatesCodex-only logging endpoint for structured updates, handoffs, decisions, and incidents.

project_updates fields

id, entry_type, title, body, author, created_at, commit_sha, previous_commit_sha, branch, deploy_target, deploy_url, deployment_id, rollback_command, rollback_target, rollback_notes, files_touched, verification, risks, source_session, change_status, completeness_score, missing_fields, metadata_json.

api_audit_events fields

id, method, path, query, status, request_hash, actor, user_agent, commit_sha, deploy_url, error, created_at.

Posting rules

  • Before workRead this page, the latest handoff, recent updates, deploy state, and open risks.
  • During workLog real activity as it happens. Small related steps can be batched.
  • After workInclude files touched, behavior changed, verification, risks, next action, and rollback path.
  • SecretsNever log passwords, tokens, private keys, or full environment values.

Verification

SOP Checklist

Handoff

Latest Handoff

Rollback

Rollback Entries

Log

Recent Updates

Audit

Mutation Trail