init repo
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Env
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
.pytest_cache/
|
||||||
|
.mypy_cache/
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
|
||||||
|
# Node
|
||||||
|
node_modules/
|
||||||
|
.next/
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
.nuxt/
|
||||||
|
.output/
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# bootstrap-gitea-no-git
|
||||||
|
时鲸科技业务介绍(0804).pdf
|
||||||
|
案例素材整理.docx
|
||||||
3
.memory/worklog.json
Normal file
3
.memory/worklog.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"entries": []
|
||||||
|
}
|
||||||
12
.project.json
Normal file
12
.project.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"name": "时鲸科技有限公司",
|
||||||
|
"description": "时鲸科技公司筹建与业务规划笔记",
|
||||||
|
"status": "archived",
|
||||||
|
"kind": "research",
|
||||||
|
"created": "2025-10-01",
|
||||||
|
"urls": [],
|
||||||
|
"worklog": {
|
||||||
|
"path": ".memory/worklog.json",
|
||||||
|
"auto": true
|
||||||
|
}
|
||||||
|
}
|
||||||
21
AGENTS.md
Normal file
21
AGENTS.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# 时鲸科技有限公司 Agent Rules
|
||||||
|
|
||||||
|
## Must Read First
|
||||||
|
|
||||||
|
- `.project.json` 是机器真源:公网链接、快捷登录、凭证引用都以它为准
|
||||||
|
- `RULES.md` 是人工规则和部署事实:启动命令、平台、域名、注意事项都写这里
|
||||||
|
- 不允许编造不存在的域名、账号、密码;未知就保持空白并明确标记待补充
|
||||||
|
|
||||||
|
## Deployment Metadata Contract
|
||||||
|
|
||||||
|
- 任何任务只要新增、删除或修改公网地址,必须在同一次任务里更新 `.project.json`
|
||||||
|
- `urls[]` 推荐显式写 `type`:`app`、`backend`、`docs`、`admin`、`repo`
|
||||||
|
- 项目专属的网页登录信息,如果允许放进仓库,就写 `.project.json.quick_login`
|
||||||
|
- 不能直接入库的敏感登录,不要伪造 `quick_login`,改为写 `.project.json.credentials` 引用
|
||||||
|
- 数据库密码、API Key、服务器 root 密码,不属于 `quick_login`
|
||||||
|
|
||||||
|
## Completion Gate
|
||||||
|
|
||||||
|
- 部署完成后,不允许在 `.project.json` 缺少最新公网链接的状态下结束任务
|
||||||
|
- 部署完成后,必须同步更新 `RULES.md` 的部署事实
|
||||||
|
- 如果只更新了代码但没回写部署元数据,这个任务不算完成
|
||||||
21
CLAUDE.md
Normal file
21
CLAUDE.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# 时鲸科技有限公司 Agent Rules
|
||||||
|
|
||||||
|
## Must Read First
|
||||||
|
|
||||||
|
- `.project.json` 是机器真源:公网链接、快捷登录、凭证引用都以它为准
|
||||||
|
- `RULES.md` 是人工规则和部署事实:启动命令、平台、域名、注意事项都写这里
|
||||||
|
- 不允许编造不存在的域名、账号、密码;未知就保持空白并明确标记待补充
|
||||||
|
|
||||||
|
## Deployment Metadata Contract
|
||||||
|
|
||||||
|
- 任何任务只要新增、删除或修改公网地址,必须在同一次任务里更新 `.project.json`
|
||||||
|
- `urls[]` 推荐显式写 `type`:`app`、`backend`、`docs`、`admin`、`repo`
|
||||||
|
- 项目专属的网页登录信息,如果允许放进仓库,就写 `.project.json.quick_login`
|
||||||
|
- 不能直接入库的敏感登录,不要伪造 `quick_login`,改为写 `.project.json.credentials` 引用
|
||||||
|
- 数据库密码、API Key、服务器 root 密码,不属于 `quick_login`
|
||||||
|
|
||||||
|
## Completion Gate
|
||||||
|
|
||||||
|
- 部署完成后,不允许在 `.project.json` 缺少最新公网链接的状态下结束任务
|
||||||
|
- 部署完成后,必须同步更新 `RULES.md` 的部署事实
|
||||||
|
- 如果只更新了代码但没回写部署元数据,这个任务不算完成
|
||||||
10
RULES.md
Normal file
10
RULES.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# 20251001-时鲸科技有限公司
|
||||||
|
|
||||||
|
## 核心文件
|
||||||
|
|
||||||
|
- `汽车灯案例/`
|
||||||
|
|
||||||
|
## 规则
|
||||||
|
|
||||||
|
- 商业资料项目,内容仅供内部参考
|
||||||
|
- 涉及商业敏感信息,不要推送到公开仓库
|
||||||
BIN
WechatIMG90 1.jpg
Normal file
BIN
WechatIMG90 1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 215 KiB |
BIN
WechatIMG90.jpg
Normal file
BIN
WechatIMG90.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 215 KiB |
BIN
WechatIMG91 1.jpg
Normal file
BIN
WechatIMG91 1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 212 KiB |
BIN
WechatIMG91.jpg
Normal file
BIN
WechatIMG91.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 212 KiB |
BIN
时鲸汇外贸联营项目介绍.9.7.pdf
Normal file
BIN
时鲸汇外贸联营项目介绍.9.7.pdf
Normal file
Binary file not shown.
BIN
时鲸科技营销推广合作协议 (哈伯尔).docx
Normal file
BIN
时鲸科技营销推广合作协议 (哈伯尔).docx
Normal file
Binary file not shown.
BIN
汽车灯案例/徐梓文 2025-10-10 07.24.56.mp4
Normal file
BIN
汽车灯案例/徐梓文 2025-10-10 07.24.56.mp4
Normal file
Binary file not shown.
BIN
汽车灯案例/徐梓文 2025-10-10 07.25.02.mp4
Normal file
BIN
汽车灯案例/徐梓文 2025-10-10 07.25.02.mp4
Normal file
Binary file not shown.
BIN
汽车灯案例/徐梓文 2025-10-10 07.25.05.mp4
Normal file
BIN
汽车灯案例/徐梓文 2025-10-10 07.25.05.mp4
Normal file
Binary file not shown.
BIN
汽车灯案例/徐梓文 2025-10-10 07.25.07.mp4
Normal file
BIN
汽车灯案例/徐梓文 2025-10-10 07.25.07.mp4
Normal file
Binary file not shown.
BIN
管理中心租赁协议2025.10.16.docx
Normal file
BIN
管理中心租赁协议2025.10.16.docx
Normal file
Binary file not shown.
Reference in New Issue
Block a user