# AGENT-MANIFEST · indeed-contract-work

> Single source of truth for **HC (Hermes)** + **OC-1 (OpenClaw-1)** + any future agent.
> Owner: Khalid Rind · NeuraNest AI · Melbourne · Updated: 2026-05-18

---

## 1 · Project

| | |
|---|---|
| Firebase project ID | `indeed-contract-work` |
| Project number | 616407032172 |
| Live URL | https://indeed-contract-work.web.app |
| Console | https://console.firebase.google.com/project/indeed-contract-work/overview |
| Hosting account | cybersmartchoice@gmail.com |
| Created | 2026-05-18 |

## 2 · Filesystem

```
WIN  C:\AI-AIR-TEAM-HQ\INDEED-CONTRACT-WORK\
MAC  ~/AI-AIR-TEAM-HQ/INDEED-CONTRACT-WORK/    (mirror · Tailscale or git)
```
```
.firebaserc            → project default: indeed-contract-work
firebase.json          → public: dist · cleanUrls: true
AGENT-MANIFEST.md      ← this file (canonical)
HC-AGENT-CONFIG.md     ← Hermes-specific
OC-1-AGENT-CONFIG.md   ← OpenClaw-1-specific
README.md              ← human index
dist/                  ← Firebase serves this
  index.html             master client directory
  AGENT-MANIFEST.md      public mirror (read-only for agents)
  <company>/             one folder per pursuit
    index.html             4-door hub
    <pitch-pages>.html
    application/
      index.html · CV.pdf · cover-letter.pdf · diagram.png
dist-proposals/        ← agents write here · NEVER to dist/
  hc/<company>/
  oc-1/<company>/
```

## 3 · Firebase CLI essentials

```bash
# Auth (read-only)
firebase login:list
firebase projects:list

# Preview deploy without going live
firebase hosting:channel:deploy preview --only hosting --project indeed-contract-work

# Production deploy (HUMAN APPROVAL REQUIRED)
firebase deploy --only hosting --project indeed-contract-work
```

**Windows PATH fix (required before any firebase command):**
```bash
export PATH="/c/Program Files/nodejs:/c/Program Files/Git/cmd:$PATH"
```

**Mac:** Node + Git already in `/usr/local/bin` — no PATH fix needed.

**CLI version**: 15.15.0 · **Auth**: cybersmartchoice@gmail.com

## 4 · All 16 Firebase projects (truth from `firebase projects:list`)

| Project ID | URL | Used for |
|---|---|---|
| **indeed-contract-work** ⭐ | indeed-contract-work.web.app | THIS project |
| airtasker-demos | airtasker-demos.web.app | Airtasker leads + client tray demos |
| anzacata-neuranest-2026 | anzacata-neuranest-2026.web.app | ANZACATA client |
| apm-project-18fa6 | apm-project-18fa6.web.app | APM Human Services |
| gen-lang-client-0737933227 | — | D-In-P-Partner |
| gen-lang-client-0896413040 | **www.neuranestai.agency** | 🌟 NeuraNest agency live |
| kr-nnai-supernova | kr-nnai-supernova.web.app | khalidrind.io mirror + /calc/ |
| neuranest-agency-hub-v3 | neuranest-agency-hub-v3.web.app | Agency hub v3 |
| neuranest-vyyawp | — | Legacy NeuraNest |
| planning-with-ai-1bd44 / -c8e7a | — | Planning workspace × 2 |
| rind-ai-air-team | rind-ai-air-team.web.app | Catalyst Firebase mirror |
| rind-partner-72266798-48db4 | — | Partnership project |
| savethechildren-neuranest-2026 | savethechildren-neuranest-2026.web.app | Save the Children BRACE |
| studio-2817764142-bd3c3 | — | Firebase Studio scratch |
| vocus-neuranest-2026 | vocus-neuranest-2026.web.app | Vocus Group |

## 5 · Tailscale mesh (HC ↔ OC-1 sync)

```
rind         100.98.6.81      windows   ONLINE
ks-imac-pro  100.110.222.19   macOS     ⚠ OFFLINE (last seen 2026-05-18 ~09:00 AEST)
```
Both authed as `neuranest.artificial@gmail.com` (note: different from Firebase account).
**Agent work on iMac blocked until ks-imac-pro is back online.**

## 6 · Two-account rule

| Account | Used for |
|---|---|
| cybersmartchoice@gmail.com | Firebase CLI + all 16 hosting projects · GCP |
| neuranest.artificial@gmail.com | Tailscale · NotebookLM · Gemini Gems · LinkedIn |

**Agents must never confuse these.** Firebase = cybersmartchoice. Everything else = neuranest.artificial.

## 7 · Agent roles

| | **OC-1 (OpenClaw-1)** | **HC (Hermes)** |
|---|---|---|
| Lives on | iMac Pro | iMac Pro |
| Role | Discovery + Drafting | Monitor + Verify |
| Daily | Poll Indeed MCP for contract-fit roles | HEAD-check every URL in `dist/` |
| On find | Generate `<company>/` draft folder from `thecareside/` template | Diff live `/AGENT-MANIFEST.md` against repo |
| Writes to | `dist-proposals/oc-1/<company>/` | `dist-proposals/hc/<company>/` |
| Alert channel | Telegram bot | OS notification + log |
| Config | OC-1-AGENT-CONFIG.md | HC-AGENT-CONFIG.md |

## 8 · Hard rules (Rind Standard — non-negotiable)

1. ❌ No `firebase deploy` to production without human approval
2. ❌ No writes to `dist/` directly — only to `dist-proposals/<agent>/`
3. ❌ No autonomous email sending — save Gmail drafts only
4. ❌ No modifying `.firebaserc` / `firebase.json` — humans only
5. ❌ No touching `cybersmartchoice@gmail.com` auth tokens
6. ✅ Every claim verified against source — no fabrication
7. ✅ Australian English (en-AU) in client-facing copy
8. ✅ "NeuraNest AI / consultancy" voice externally — never "Empire/Emperor/AI AIR Team"

## 9 · Active pursuits

| # | Company | Role | URL | Status |
|---|---|---|---|---|
| 01 | The CareSide | Tech Marketing Specialist · Remote · Contract | /thecareside | 🟢 LIVE · submitted |

## 10 · Add a new pursuit (any agent · proposal flow)

```bash
# Agent writes proposal
cp -r dist/thecareside/* dist-proposals/<agent>/<company>/
# Adapt: 4 doors · audit · cover letter · CV reference

# Khalid reviews
ls dist-proposals/<agent>/<company>/
# If good:
mv dist-proposals/<agent>/<company> dist/<company>
# Edit dist/index.html → add client-row above .empty

# Khalid deploys (humans only)
firebase deploy --only hosting --project indeed-contract-work
```

## 11 · Design tokens (any agent generating client folders MUST match)

```
BG #0A1418 · SURFACE #0F1C22 · BODY #E6EEF0 · MUTED #7DA2A9
LIME #B8E04A (active+CTA) · EMBER #D95E38 (feature nums)
BORDER rgba(0,78,124,0.3)

FONTS  JetBrains Mono (labels) · Fraunces italic em (headings) · Inter (body)
EXTRAS Playfair · Manrope · Cormorant Garamond (per-door variations)

STRUCTURE  Brand bar → Hero → Context strip → Stacked direction cards → Why → Mono footer
DOORS      Header (num · name · CTA) + Preview pane 340-380px · distinct per door
META       noindex,nofollow on every page
```

## 12 · Git remote (recommended next)

```bash
gh repo create rind-ai/indeed-contract-work --private --source=. --remote=origin --push
# iMac:
git clone git@github.com:rind-ai/indeed-contract-work.git ~/AI-AIR-TEAM-HQ/INDEED-CONTRACT-WORK
```
Then HC + OC-1 `git pull` on demand, `git push` proposals to branches (never main).
