Create lost-rob0t/auto-dig-quasar fork repository #107

Closed
opened 2026-07-27 04:15:47 +00:00 by lost-rob0t · 1 comment
lost-rob0t commented 2026-07-27 04:15:47 +00:00 (Migrated from github.com)

Blocker

The Auto-Dig Quasar integration is implemented on lost-rob0t/quasar-ui:agent/auto-dig-quasar-fork, but the required dedicated fork repository does not exist yet and the available GitHub connector cannot create repositories or forks.

Required repository setup

  1. Create/fork lost-rob0t/auto-dig-quasar from lost-rob0t/quasar-ui.
  2. Set its default branch to main.
  3. Push the existing integration commit and its history so commit ebf2d00c9c4a9397b0abc78a04c6069d444c50bd exists in the fork.
  4. Configure local remotes:
git remote set-url origin git@github.com:lost-rob0t/auto-dig-quasar.git
git remote add upstream git@github.com:lost-rob0t/quasar-ui.git
  1. Re-run the Auto-Dig integration workflow. Auto-Dig pins the exact integration commit in quasar-fork.lock.json.
  2. Move or recreate the scheduled upstream-sync workflow in the dedicated fork before merge.

Merge gate

Do not merge the Quasar or Auto-Dig integration PR until the dedicated fork exists, both repositories build from the exact pin, and the embedded end-to-end test passes.

## Blocker The Auto-Dig Quasar integration is implemented on `lost-rob0t/quasar-ui:agent/auto-dig-quasar-fork`, but the required dedicated fork repository does not exist yet and the available GitHub connector cannot create repositories or forks. ## Required repository setup 1. Create/fork `lost-rob0t/auto-dig-quasar` from `lost-rob0t/quasar-ui`. 2. Set its default branch to `main`. 3. Push the existing integration commit and its history so commit `ebf2d00c9c4a9397b0abc78a04c6069d444c50bd` exists in the fork. 4. Configure local remotes: ```bash git remote set-url origin git@github.com:lost-rob0t/auto-dig-quasar.git git remote add upstream git@github.com:lost-rob0t/quasar-ui.git ``` 5. Re-run the Auto-Dig integration workflow. Auto-Dig pins the exact integration commit in `quasar-fork.lock.json`. 6. Move or recreate the scheduled upstream-sync workflow in the dedicated fork before merge. ## Merge gate Do not merge the Quasar or Auto-Dig integration PR until the dedicated fork exists, both repositories build from the exact pin, and the embedded end-to-end test passes.
lost-rob0t commented 2026-07-27 05:44:15 +00:00 (Migrated from github.com)

Resolved.

The dedicated fork now exists at lost-rob0t/auto-dig-quasar and contains the preserved Quasar history plus the Auto-Dig integration layer. Auto-Dig pins fork commit c627c38da4ff16825ee0f15f4214810466fdf525, based on upstream 79ae7fb424302bf7ad0771d261b8c64f97a71875.

Validation evidence:

  • Auto-Dig integration run 30240438743: exact fork checkout, fork build, generated local research site/corpus, embedded artifact, host tests, Chromium, and full Playwright E2E all passed.
  • StarIntel conformance run 30240438739: Python, JavaScript, Common Lisp, and Nim matrix passed.

The fork also contains the Agent Zero mission prompt, StarIntel workspace manifest, and scripts/bootstrap-starintel.

Resolved. The dedicated fork now exists at `lost-rob0t/auto-dig-quasar` and contains the preserved Quasar history plus the Auto-Dig integration layer. Auto-Dig pins fork commit `c627c38da4ff16825ee0f15f4214810466fdf525`, based on upstream `79ae7fb424302bf7ad0771d261b8c64f97a71875`. Validation evidence: - Auto-Dig integration run `30240438743`: exact fork checkout, fork build, generated local research site/corpus, embedded artifact, host tests, Chromium, and full Playwright E2E all passed. - StarIntel conformance run `30240438739`: Python, JavaScript, Common Lisp, and Nim matrix passed. The fork also contains the Agent Zero mission prompt, StarIntel workspace manifest, and `scripts/bootstrap-starintel`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nsaspy/quasar-ui#107
No description provided.