merge: sync local backlog with kalinamall production URLs
Integrate diverged kalinamall/main; keep v0.7 agent-update docs and kalinamall.ru paths in deploy/docs; mirror scripts remain removed. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -6,22 +6,26 @@
|
||||
|
||||
## 1. Расположение репозиториев (пример)
|
||||
|
||||
| Имя в workspace | Публичный remote |
|
||||
|-----------------|------------------|
|
||||
| `ssh-monitor` | github.com/PTah/ssh-monitor |
|
||||
| `rdp-monitor` | github.com/PTah/RDP-login-monitor |
|
||||
| `security-alert-center` | github.com/PTah/security-alert-center |
|
||||
| Имя в workspace | Путь (пример Windows) | Remote |
|
||||
|-----------------|----------------------|--------|
|
||||
| `ssh-monitor` | `D:\Soft\Git\ssh-monitor` | git.kalinamall.ru/PapaTramp/ssh-monitor |
|
||||
| `rdp-monitor` | `D:\Soft\Git\RDP-login-monitor` | git.kalinamall.ru/PapaTramp/RDP-login-monitor |
|
||||
| `security-alert-center` | `D:\Soft\Git\security-alert-center` | git.kalinamall.ru/PapaTramp/security-alert-center |
|
||||
|
||||
Пути подставьте свои.
|
||||
|
||||
---
|
||||
|
||||
## 2. Файл workspace
|
||||
|
||||
Создайте `security-monitors.code-workspace`:
|
||||
|
||||
```json
|
||||
{
|
||||
"folders": [
|
||||
{ "path": "ssh-monitor", "name": "ssh-monitor" },
|
||||
{ "path": "RDP-login-monitor", "name": "rdp-monitor" },
|
||||
{ "path": "security-alert-center", "name": "security-alert-center" }
|
||||
{ "path": "D:/Soft/Git/ssh-monitor", "name": "ssh-monitor" },
|
||||
{ "path": "D:/Soft/Git/RDP-login-monitor", "name": "rdp-monitor" },
|
||||
{ "path": "D:/Soft/Git/security-alert-center", "name": "security-alert-center" }
|
||||
],
|
||||
"settings": {
|
||||
"files.eol": "\n"
|
||||
@@ -29,22 +33,44 @@
|
||||
}
|
||||
```
|
||||
|
||||
Открыть: **File → Open Workspace from File**.
|
||||
|
||||
---
|
||||
|
||||
## 3. Соглашения
|
||||
## 3. Порядок работ по фазам
|
||||
|
||||
| Фаза | Где править |
|
||||
|------|-------------|
|
||||
| 0 — ТЗ | `security-alert-center/docs/` |
|
||||
| 1 — MVP SAC | `security-alert-center/backend`, `frontend` |
|
||||
| 2 — UseSAC | `ssh-monitor`, `RDP-login-monitor` + мелкие правки SAC при необходимости |
|
||||
|
||||
---
|
||||
|
||||
## 4. Соглашения
|
||||
|
||||
- Контракт событий: `security-alert-center/schemas/event-schema-v1.json` — **единственный источник истины**.
|
||||
- Изменение схемы → обновить ТЗ + версию `schema_version` + оба агента.
|
||||
- Коммиты в три репо **раздельные**; связь через теги/версии в README.
|
||||
- Коммиты в три репо **раздельные**; связь через теги/версии в README (см. [roadmap.md](roadmap.md)).
|
||||
|
||||
```bash
|
||||
git clone https://github.com/PTah/security-alert-center.git
|
||||
git clone https://github.com/PTah/ssh-monitor.git
|
||||
git clone https://github.com/PTah/RDP-login-monitor.git
|
||||
git add …
|
||||
git commit -m "…"
|
||||
git push kalinamall main
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 5. URL репозиториев
|
||||
|
||||
| Проект | URL |
|
||||
|--------|-----|
|
||||
| security-alert-center | `https://git.kalinamall.ru/PapaTramp/security-alert-center.git` |
|
||||
| ssh-monitor | `https://git.kalinamall.ru/PapaTramp/ssh-monitor.git` |
|
||||
| RDP-login-monitor | `https://git.kalinamall.ru/PapaTramp/RDP-login-monitor.git` |
|
||||
|
||||
---
|
||||
|
||||
## См. также
|
||||
|
||||
- [work-plan.md](work-plan.md)
|
||||
- [work-plan.md](work-plan.md) фаза 0.6
|
||||
|
||||
Reference in New Issue
Block a user