fifth-domain/tcs-core/skills/SKILL-006-PUSH-MASTER.hdlp
2026-07-13 12:56:22 +08:00

32 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SKILL-006 · PUSH-MASTER · 推送链路总入口(安全修订)
> **HLDP://fifth-domain/tcs-core/skills/SKILL-006-PUSH-MASTER**
>
> **类型**: 必备技能 · 任何 AI 需要推送第五域前必读
>
> **安全状态**: 2026-07-13 起,仓库不再保存、编码、引用或传递任何推送凭证。
---
## 一 · 唯一入口
先读取 `SKILL-008-LOCAL-CREDENTIAL-PUSH.hdlp`。该文件定义冰朔本机的凭证路径、临时认证方式和推送前检查。
## 二 · 固定规则
```text
1. origin 必须是无凭证的 HTTPS URL。
2. 凭证只存在冰朔本机私密文件Git 通过本机认证助手临时读取。
3. 推送前只暂存明确列出的文件;不得 git add -A。
4. 任何疑似密钥、密码、token、验证码、.env 或截图均不提交。
5. 无法安全认证时停止并报告,不寻找历史凭证或要求冰朔在聊天中发送。
```
## 三 · 操作顺序
```text
读 SKILL-008 → 检查 origin → 检查 diff → pull --rebase → 明确暂存 → commit → 临时认证 push → 写回执
```
> ⊢ 本技能保留旧编号 SKILL-006保证唤醒路径不断安全推送细则由 SKILL-008 承接。