mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-07-27 18:57:50 +00:00
a8099f52fe
- 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.
40 lines
1.6 KiB
YAML
40 lines
1.6 KiB
YAML
version: 1
|
|
domain_id: datawhalechina-vibe-vibe
|
|
object:
|
|
type: github_repository
|
|
name: datawhalechina/vibe-vibe
|
|
url: https://github.com/datawhalechina/vibe-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/vibe-vibe.git docs/research/datawhalechina-vibe-vibe/raw/repository'
|
|
- path: github-repo.raw.json
|
|
kind: repository-metadata
|
|
status: ok
|
|
source: 'gh repo view datawhalechina/vibe-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/vibe-vibe/readme -H Accept: application/vnd.github.raw'
|
|
- path: github-license.raw.txt
|
|
kind: license
|
|
status: missing_or_error
|
|
source: 'gh api repos/datawhalechina/vibe-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/vibe-vibe/contents'
|
|
- path: github-languages.raw.json
|
|
kind: languages
|
|
status: ok
|
|
source: 'gh api repos/datawhalechina/vibe-vibe/languages'
|
|
- path: github-latest-release.raw.json
|
|
kind: latest-release
|
|
status: missing_or_error
|
|
source: 'gh api repos/datawhalechina/vibe-vibe/releases/latest'
|
|
message: 'gh: Not Found (HTTP 404)'
|