Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7706be0
feat: Gravity v2 — live Figma-connected DesignOps dashboard
0xbeam Mar 16, 2026
c156b79
fix: update Vercel cron to daily for Hobby plan
0xbeam Mar 16, 2026
d3810d8
feat: add OAuth login, seed data for Vercel, release log
0xbeam Mar 16, 2026
5f3b3f7
feat: Gravity v3 — incremental sync, designer profiles, project velocity
0xbeam Mar 16, 2026
caa6e87
chore: update seed.json with latest sync data
0xbeam Mar 16, 2026
e7af47b
feat: Gravity v4 — Studio Intelligence Platform
0xbeam Mar 16, 2026
2ef6c62
fix: escape single quotes in SQL coverage-trend queries
0xbeam Mar 16, 2026
9ca89da
feat: Gravity v5 — Universal Gallery, faster sync, Figma links
0xbeam Mar 16, 2026
f672a73
Move Gallery tab to 2nd position after Overview for prominence
0xbeam Mar 16, 2026
063f513
feat: add Feedback Hub — multi-source feedback-to-instructions platform
0xbeam Mar 17, 2026
79633fb
chore: add Vercel deployment config for feedback-hub
0xbeam Mar 17, 2026
f6d2569
feat: split-pane Agent Dispatch — jobs list + result detail side by side
0xbeam Mar 17, 2026
081299a
feat: scaffold parc CLI — agent-first architecture intelligence tool
0xbeam Mar 17, 2026
11c48fd
Add parc landing page for Vercel deployment
0xbeam Mar 17, 2026
6a4a74f
feat: rename to Brane — fully functional multi-source scraping pipeline
0xbeam Mar 17, 2026
4765eae
parc v0.2: security fixes, enhanced detection, dark mode, live watch
0xbeam Mar 17, 2026
2d7d1f1
feat: live agent pipeline visualization + fix API status polling
0xbeam Mar 17, 2026
f57019a
feat: agentic scraping engine — Cloudflare + Lightpanda browser integ…
0xbeam Mar 17, 2026
a0ecd21
Update Gravity design system tokens and add architecture map
0xbeam Mar 17, 2026
b960d7e
Rename to Sanctuary and rewrite README
0xbeam Mar 17, 2026
4672d6c
fix: replace Figma token placeholder to pass push protection
0xbeam Mar 17, 2026
cadd6df
feat: transform Brane into agent control plane
0xbeam Mar 17, 2026
2f02a2f
fix(qa): ISSUE-001, ISSUE-010 — add missing branches endpoint and fix…
0xbeam Mar 18, 2026
d84db67
fix(qa): ISSUE-006 — filter stale agents with cwd="/" from dashboard …
0xbeam Mar 18, 2026
fdfe685
fix(qa): ISSUE-008 — validate required fields on /api/agents/spawn
0xbeam Mar 18, 2026
389f31d
fix(qa): ISSUE-003, ISSUE-004 — hide sidebar on mobile, responsive st…
0xbeam Mar 18, 2026
fc11e12
feat: transform Brane into autonomous agent orchestration platform
0xbeam Mar 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .claude/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "gravity",
"runtimeExecutable": "/bin/bash",
"runtimeArgs": ["-c", "cd /Users/pluto/Downloads/Documents/sanctuary-parc/miniverse/gravity && node server/index.js"],
"port": 3847
}
]
}
86 changes: 36 additions & 50 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,66 +1,52 @@
# Sanctuary Parc
# 🏔️ Sanctuary

Sanctuary Parc is the main monorepo for your active projects. The goal is simple: one home base, clean folders, predictable branch names, and fewer accidental commits from the wrong tool or IDE.
The Sanctuary Parc venture studio game — one monorepo, all the plays.

## Local git identity
## What's inside

This repo is set up to use:
### `miniverse/proposal-builder`
Client-facing proposal engine. Scoped quotes, deal rooms, the works.

- `user.name = 0xbeam`
- `user.email = p@spacekayak.xyz`
### `miniverse/andromeda`
Personal CRM for tracking people, intros, and relationship context across deals.

## Project layout
### `miniverse/design-plus`
Design builds, experiments, and Figma plugin work. The creative lab.

- `dashboard/`
Shared notes for the separate Saakets' Sanctuary Parc dashboard fork.
- `miniverse/`
Home for core product projects: Proposal Builder, Andromeda, and Design+.
- `bangalore/`
Smaller Bangalore-focused projects and experiments.
- `data/`
Debug assets, data utilities, and smaller research-heavy work.
### `miniverse/gravity`
Gravity engine — the connective tissue between projects.

## Preferred branches
### `miniverse/parc`
Core Parc workspace and shared tooling.

- `main`
Shared repo structure, docs, scripts, and multi-project changes.
- `project/proposal-builder`
`miniverse/proposal-builder`
- `project/andromeda`
`miniverse/andromeda`
- `project/design-plus`
`miniverse/design-plus`
- `project/bangalore`
`bangalore`
- `project/data`
`data`
- `project/dashboard-fork`
`dashboard`
### `brane/`
Full-stack app runtime — Vite + Express, deployed on Vercel.

## Daily workflow
### `bangalore/`
Bangalore-focused projects and experiments (including attnc-preview).

1. Run `git workon <project>` before starting.
2. Work inside that project's folder.
3. Run `git context` any time you want a quick branch/path sanity check.
4. Commit normally. The pre-commit hook will stop obvious branch/path mismatches.
### `dashboard/`
Shared notes and docs for the Sanctuary dashboard.

Examples:
### `data/`
Debug assets, data utilities, and research-heavy work.

```bash
git workon proposal-builder
git workon andromeda
git context
```
## Branches

## Remote layout
| Branch | Maps to |
|---|---|
| `main` | Repo structure, docs, multi-project changes |
| `project/proposal-builder` | `miniverse/proposal-builder` |
| `project/andromeda` | `miniverse/andromeda` |
| `project/design-plus` | `miniverse/design-plus` |
| `project/bangalore` | `bangalore` |
| `project/data` | `data` |

- `origin`
Sanctuary Parc master repo.
- `dashboard-fork`
Separate dashboard fork remote.
## Workflow

## Notes
```bash
git workon proposal-builder # switch context
git context # sanity check branch vs. path
```

- `dashboard/` is intentionally documentation-only inside this monorepo. Keep the actual dashboard fork as its own repo and use the `dashboard-fork` remote when you need it.
- `miniverse/andromeda` is ready as the personal CRM workspace, with `project/andromeda` reserved for Claude or any other agent.
- `miniverse/design-plus` is the umbrella for design builds, experiments, and Figma plugin work.
Pre-commit hooks catch branch/path mismatches before they happen.
Loading