mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-07-27 18:57:50 +00:00
f1f0b9fe75
Move the complete research domain from docs/research to root-level research, update indexes and path-aware tooling, and align raw snapshot governance and CODEOWNERS.\n\nVerified with make test and GitHub CI.
40 lines
1.8 KiB
YAML
40 lines
1.8 KiB
YAML
version: 1
|
|
domain_id: ai-for-developers-awesome-vibe-coding
|
|
object:
|
|
type: github_repository
|
|
name: ai-for-developers/awesome-vibe-coding
|
|
url: https://github.com/ai-for-developers/awesome-vibe-coding
|
|
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/ai-for-developers/awesome-vibe-coding.git research/ai-for-developers-awesome-vibe-coding/raw/repository'
|
|
- path: github-repo.raw.json
|
|
kind: repository-metadata
|
|
status: ok
|
|
source: 'gh repo view ai-for-developers/awesome-vibe-coding --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/ai-for-developers/awesome-vibe-coding/readme -H Accept: application/vnd.github.raw'
|
|
- path: github-license.raw.txt
|
|
kind: license
|
|
status: missing_or_error
|
|
source: 'gh api repos/ai-for-developers/awesome-vibe-coding/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/ai-for-developers/awesome-vibe-coding/contents'
|
|
- path: github-languages.raw.json
|
|
kind: languages
|
|
status: ok
|
|
source: 'gh api repos/ai-for-developers/awesome-vibe-coding/languages'
|
|
- path: github-latest-release.raw.json
|
|
kind: latest-release
|
|
status: missing_or_error
|
|
source: 'gh api repos/ai-for-developers/awesome-vibe-coding/releases/latest'
|
|
message: 'gh: Not Found (HTTP 404)'
|