From 8bff15a0ad02b7aee1fde56f44807cca861b5fb9 Mon Sep 17 00:00:00 2001 From: nfel Date: Fri, 28 Aug 2026 15:13:18 +0330 Subject: [PATCH] docs: use SSH for workspace handoff --- README.md | 4 ++-- REFACTORING-TODO.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d9a6f1..35a8565 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Multi-service monorepo for the Darano financial/crypto platform. The Darano workspace is an aggregate of independent Git repositories. These commands reproduce the current directory layout and select the branches used by this refactor. They expect the local branches to have been pushed first and -require SSH access to `git.darano.ir` (except `dev-procfile`, which uses HTTPS). +require SSH access to `git.darano.ir`. ```bash mkdir darano @@ -46,7 +46,7 @@ git clone --branch main git@git.darano.ir:KuknosNode/Scripts.git Kuknos-Node-scr git clone --branch dev git@git.darano.ir:Kahroba/alert.git alert git clone --branch main git@git.darano.ir:Kahroba/api.git api git clone --branch feat/refactor-v1 git@git.darano.ir:Kahroba/auth.git auth -git clone --branch main https://git.darano.ir/Kahroba/dev-procfile.git dev-procfile +git clone --branch main git@git.darano.ir:Kahroba/dev-procfile.git dev-procfile git clone --branch dev git@git.darano.ir:Kahroba/docs.git docs git clone --branch feat/refactor-v1 git@git.darano.ir:Kahroba/proto.git proto git clone --branch fix/contact-us git@git.darano.ir:Kahroba/ui.git ui diff --git a/REFACTORING-TODO.md b/REFACTORING-TODO.md index 4725426..407e695 100644 --- a/REFACTORING-TODO.md +++ b/REFACTORING-TODO.md @@ -98,6 +98,7 @@ This is the authoritative execution tracker for the refactor. Work is performed | T009 | `DONE` | Add Gitea CI/CD configuration to GL. | Seven action/workflow YAML files parse successfully; the exact buildx action produced both GL OCI tags using the mandated proxy; committed as `675def5`. | | T010 | `DONE` | Commit outstanding workspace work and centralize root Markdown files in `dev-procfile` with root symlinks. | Pending work committed in DevOps (`665fd6b`), docs (`2c49a92`), Kuknos Node scripts (`c114c13`), and proto (`c778fda`); all eight root Markdown paths resolve through relative symlinks to tracked files in `dev-procfile`. | | T011 | `DONE` | Document commands for cloning the complete Darano workspace on another machine. | `README.md` now has copy-paste commands for all 12 repositories with configured origins, pins the current branches, recreates all eight root Markdown symlinks, and identifies `private-chain` as lacking a clone URL. | +| T012 | `DONE` | Push every committed project branch required for cross-machine continuation. | All 12 top-level repositories with configured origins are synchronized; AdminPanel, Auth, and Proto refactor branches now have upstreams; `dev-procfile` uses SSH for non-interactive access; `private-chain` remains local because it has no remote. | ## Phase 2 — `auth` architecture