This repository has been archived on 2026-07-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
OpenCodeInit/.opencode/canonical-manifest.json
2026-05-03 22:18:56 +08:00

57 lines
2.5 KiB
JSON
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.
{
"version": 1,
"description": "OpenCode 模板框架规范清单 — 定义 init 阶段 1 文件分组的唯一数据源。框架整合时需同步更新此文件。",
"canonical_root": [
{"path": "AGENTS.md", "note": "项目规则文件(项目根目录)"},
{"path": "opencode.json", "note": "OpenCode 配置文件"}
],
"canonical_opencode_top": [
{"path": ".opencode/.gitignore", "note": "node_modules 等忽略规则"},
{"path": ".opencode/canonical-manifest.json", "note": "框架规范清单自身(本文件)"},
{"path": ".opencode/package.json", "note": "opencode 插件运行时依赖(@opencode-ai/plugin"},
{"path": ".opencode/package-lock.json", "note": "依赖锁定文件"}
],
"canonical_skills": [
".opencode/skills/opencode-init/",
".opencode/skills/deferred-decisions/",
".opencode/skills/dev-changelog/",
".opencode/skills/epee-orchestrator/",
".opencode/skills/pitfall-journal/",
".opencode/skills/problem-distillery/",
".opencode/skills/profile-memory/",
".opencode/skills/spec-docs/",
".opencode/skills/game-design/",
".opencode/skills/skill-tester/"
],
"template_data_files": [
".opencode/data/changelog/changelog-full.md",
".opencode/data/changelog/changelog-recent.md",
".opencode/data/changelog/changelog-headlines.md",
".opencode/data/deferred/registry.md",
".opencode/data/pitfalls/pitfalls.md",
".opencode/data/distillery/problems.md",
".opencode/data/distillery/insights.md",
".opencode/data/distillery/golden-rules.md",
".opencode/data/profile/user-profile.md",
".opencode/data/profile/user-profile-log.md",
".opencode/data/profile/project-profile.md",
".opencode/data/profile/project-profile-log.md",
".opencode/data/spec-docs/state.json"
],
"template_phase_files": [
".opencode/phase/current.json",
".opencode/phase/data/design/state.json",
".opencode/phase/data/design/concept.md",
".opencode/phase/data/design/design-outline.md",
".opencode/phase/data/design/qa-quality-report.md",
".opencode/phase/data/design/reference-analysis/gdd-reverse.md",
".opencode/phase/data/design/reference-analysis/community-iteration.md"
],
"cleanup_delete_patterns": [
{ "pattern": ".opencode/*.log", "note": "调试日志" },
{ "pattern": ".opencode/_init-backup/", "note": "上一轮冲突备份残留" },
{ "pattern": ".opencode/skills/skill-tester/reports/*.md", "note": "测试报告(运行时产物)" }
],
"sentinel": ".opencode/.init-done"
}