Files
vibe-coding-cn/docs/research/datawhalechina-easy-vibe/raw/sources.yml
T
tradecatlabs a8099f52fe docs: add research domains and resource registry
- add local external resources registry
- add research domain contract and per-repository research domains
- add raw fact snapshot governance and validation scripts

Validation:
- make test
- git diff --check HEAD~1..HEAD

Note:
- welcome workflow failed because its action input names are stale; core content CI passed.
2026-07-03 08:20:22 +08:00

40 lines
1.6 KiB
YAML

version: 1
domain_id: datawhalechina-easy-vibe
object:
type: github_repository
name: datawhalechina/easy-vibe
url: https://github.com/datawhalechina/easy-vibe
pulled_at: '2026-07-02T22:47:14+00:00'
puller: scripts/fetch-research-raw.py
files:
- path: repository/
kind: git-working-tree
status: ok
source: 'git clone --depth=1 --single-branch --no-tags https://github.com/datawhalechina/easy-vibe.git docs/research/datawhalechina-easy-vibe/raw/repository'
- path: github-repo.raw.json
kind: repository-metadata
status: ok
source: 'gh repo view datawhalechina/easy-vibe --json nameWithOwner,url,description,homepageUrl,isArchived,isFork,isMirror,defaultBranchRef,licenseInfo,primaryLanguage,repositoryTopics,stargazerCount,forkCount,watchers,createdAt,updatedAt,pushedAt,latestRelease --jq .'
- path: github-readme.raw.md.txt
kind: readme
status: ok
source: 'gh api repos/datawhalechina/easy-vibe/readme -H Accept: application/vnd.github.raw'
- path: github-license.raw.txt
kind: license
status: missing_or_error
source: 'gh api repos/datawhalechina/easy-vibe/license -H Accept: application/vnd.github.raw'
message: 'gh: Not Found (HTTP 404)'
- path: github-root-contents.raw.json
kind: root-contents
status: ok
source: 'gh api repos/datawhalechina/easy-vibe/contents'
- path: github-languages.raw.json
kind: languages
status: ok
source: 'gh api repos/datawhalechina/easy-vibe/languages'
- path: github-latest-release.raw.json
kind: latest-release
status: missing_or_error
source: 'gh api repos/datawhalechina/easy-vibe/releases/latest'
message: 'gh: Not Found (HTTP 404)'