Skip to content

Commit 189c8b1

Browse files
author
SIN-Agent
committed
feat: merge upgraded clone docs, instructions, AGENTS.md, README, remove default model
1 parent 9e3ef82 commit 189c8b1

9 files changed

Lines changed: 590 additions & 333 deletions

File tree

AGENTS.md

Lines changed: 10 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -684,10 +684,10 @@ Du darfst die Aufgabe nicht abbrechen oder nach manueller Hilfe fragen. Du musst
684684

685685
**LESEN UND MERKEN!**
686686

687-
| Profil | Email | WANN NUTZEN | Doku |
688-
| ---------------- | ------------------------------------- | --------------------------------------------------- | --------------------------------------------------------------------------------- |
689-
| **Geschäftlich** | info@zukunftsorientierte-energie.de | ✅ Admin Console, Domain-Wide Delegation, Workspace | [Doku](./dev/docs/chrome/admin-profiles/info@zukunftsorientierte-energie.de/) |
690-
| **Default** | zukunftsorientierte.energie@gmail.com | ❌ NUR privat - NIEMALS für Admin! | [Doku](./dev/docs/chrome/private-profiles/Credentials (ENTFERNT – siehe profiles/) |
687+
| Profil | Email | WANN NUTZEN | Doku |
688+
| ---------------- | ------------------------------------- | --------------------------------------------------- | ----------------------------------------------------------------------------- |
689+
| **Geschäftlich** | info@zukunftsorientierte-energie.de | ✅ Admin Console, Domain-Wide Delegation, Workspace | [Doku](./dev/docs/chrome/admin-profiles/info@zukunftsorientierte-energie.de/) |
690+
| **Default** | zukunftsorientierte.energie@gmail.com | ❌ NUR privat - NIEMALS für Admin! | [Doku](./dev/docs/chrome/private-profiles/Credentials (ENTFERNT) |
691691

692692
**WENN DU ADMIN CONSOLE BRAUCHST: IMMER "Geschäftlich" PROFIL!**
693693

@@ -1118,12 +1118,11 @@ browser = await uc.start(
11181118
| `antigravity-gemini-3.1-pro` | Gemini 3.1 Pro |
11191119
| `antigravity-gemini-3-flash` | Gemini 3 Flash |
11201120

1121-
| Model ID | Name |
1122-
| --------------------- | ------------ |
1123-
| `openai/gpt-5.2` | GPT-5.2 |
1124-
| `openai/gpt-5.5` | GPT-5.5 |
1125-
| `openai/gpt-5.5-fast` | GPT-5.5 Fast |
1126-
| `openai/gpt-5.5-pro` | GPT-5.5 Pro |
1121+
| Model ID | Name |
1122+
| --------------------------- | ------------------ |
1123+
| `openai/gpt-5.2` | GPT-5.2 |
1124+
| `openai/gpt-5.2-codex` | GPT-5.2 Codex |
1125+
| `openai/gpt-5.2-codex-mini` | GPT-5.2 Codex Mini |
11271126

11281127
#### NVIDIA NIM
11291128

@@ -1208,7 +1207,7 @@ Format-Vorlage:
12081207

12091208
- When creating new `SIN-Solver` A2A agents, treat code, docs, agent card, dashboard/workforce registry, landing linkage, and OpenCode/MCP wiring as one deployment unit.
12101209
- Do not stop after code generation. A new A2A agent must also have:
1211-
- `agent.json`, `A2A-CARD.md`, `AGENTS.md`, `mcp-config.json`, `clients/opencode-mcp.json`
1210+
- `agent.json`, `A2A-CARD.md`, `AGENTS.md`, `mcp-config.json`, `clients/opencode-mcp.json`, `clients/codex-config.toml`
12121211
- `.well-known/agent-card.json`, `.well-known/agent.json`, `.well-known/oauth-client.json`
12131212
- repo `.opencode/opencode.json` MCP entry
12141213
- global OpenCode MCP/config entry if the agent should be available globally
@@ -1437,27 +1436,3 @@ Die Tabellen `account` und `control_account` in der SQLite-Datenbank enthalten K
14371436
## Vollständige Dokumentation
14381437
14391438
Siehe: `/Users/jeremy/dev/upgraded-opencode-stack/docs/qwen-plugin-architecture.md`
1440-
1441-
---
1442-
1443-
# 📚 DOCUMENTATION MIGRATION (2026-05-03)
1444-
1445-
## Status: ✅ COMPLETE
1446-
1447-
The rules in this file have been migrated to a modular documentation structure under `docs/`.
1448-
1449-
### New Structure
1450-
1451-
| Topic | New Location |
1452-
|-------|--------------|
1453-
| Vision Gate Loop | [`docs/rules/core/vision-gate.md`](./docs/rules/core/vision-gate.md) |
1454-
| Design Routing | [`docs/rules/design/design-routing.md`](./docs/rules/design/design-routing.md) |
1455-
| LLM Call Rules | [`docs/rules/llm/llm-calls.md`](./docs/rules/llm/llm-calls.md) |
1456-
| Chrome Session | [`docs/rules/browser/chrome-session.md`](./docs/rules/browser/chrome-session.md) |
1457-
| Browser Automation | [`docs/rules/browser/browser-automation.md`](./docs/rules/browser/browser-automation.md) |
1458-
| Model Configuration | [`docs/configuration/models.md`](./docs/configuration/models.md) |
1459-
| Tool Documentation | [`docs/tools/look_at.md`](./docs/tools/look_at.md) |
1460-
1461-
### Migration Guide
1462-
1463-
See [`docs/MIGRATION.md`](./docs/MIGRATION.md) for complete migration instructions.

CODE_OF_CONDUCT.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
# CODE_OF_CONDUCT.md
1+
# Code of Conduct
2+
3+
## Unser Versprechen
4+
5+
Wir als Mitglieder verpflichten uns...

INSTALL.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ cd upgraded-opencode-stack
1212

1313
## What This Installs
1414

15-
| Category | Count | Description |
16-
| ---------------- | ----- | ----------------------------------------------------------------------------------------------------------------------- |
17-
| **Skills** | 45 | Custom workflows for A2A creation, deployment, debugging, browser automation, media analysis, and thumbnail A/B testing |
18-
| **Plugins** | 3 | Auth plugins for Antigravity and OpenRouter |
19-
| **Agents** | 21 | Custom agents including SIN-Zeus, OMOC swarm, and multimodal tools |
20-
| **Commands** | 14 | Custom CLI commands for swarm orchestration, terminal management, Zeus control, video analysis |
21-
| **Scripts** | 13 | Utility scripts for sync, rotation, PR watching, GitHub management, video analysis |
22-
| **CLI Tools** | 12 | sin-\* CLI tools for docs, n8n, telegram, health, metrics |
23-
| **Templates** | 5 | JSON schemas for work items, PR watchers, governance |
24-
| **Hooks** | 1 | Pre-commit hook for auto-sync |
25-
| **Instructions** | 4 | Orchestrator, planner, worker guidelines |
26-
| **Rules** | 1 | Model preservation rules |
15+
| Category | Count | Description |
16+
| ---------------- | ----- | ------------------------------------------------------------------------------------------------------- |
17+
| **Skills** | 29 | Custom workflows for A2A creation, deployment, debugging, browser automation, and thumbnail A/B testing |
18+
| **Plugins** | 4 | Auth plugins for Antigravity, Qwen, OpenRouter |
19+
| **Agents** | 21 | Custom agents including SIN-Zeus, OMOC swarm, and multimodal tools |
20+
| **Commands** | 13 | Custom CLI commands for swarm orchestration, terminal management, Zeus control |
21+
| **Scripts** | 12 | Utility scripts for sync, rotation, PR watching, GitHub management |
22+
| **CLI Tools** | 12 | sin-\* CLI tools for docs, n8n, telegram, health, metrics |
23+
| **Templates** | 5 | JSON schemas for work items, PR watchers, governance |
24+
| **Hooks** | 1 | Pre-commit hook for auto-sync |
25+
| **Instructions** | 4 | Orchestrator, planner, worker guidelines |
26+
| **Rules** | 1 | Model preservation rules |
2727

2828
## Prerequisites
2929

@@ -61,7 +61,3 @@ upgraded-opencode-stack/
6161
2. Configure auth plugins with your credentials
6262
3. Run `sin-sync` to sync to other machines
6363
4. Verify with `opencode --version` and test a skill
64-
65-
### Video Analysis
66-
67-
Use `/video-check <video-path> [custom-prompt]` for token-efficient video summaries powered by `nvidia/meta/llama-3.2-11b-vision-instruct`.

0 commit comments

Comments
 (0)