Home / openbkn-ai / bkn-foundry · vega/vega-backend/CLAUDE.md · GitHub

CLAUDE.md@vega/vega-backend claudeA

CLAUDE.md@vega/vega-backend is agent-read markdown (claude) from openbkn-ai/bkn-foundry.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

## Build & Development Commands

### Backend (Go)
```bash
cd server
go mod tidy          # 安装依赖
go run main.go       # 运行服务
go build -o vega-backend  # 构建
go test ./...        # 运行所有测试
go test -v ./logics/catalog/...  # 运行单个包的测试
go vet ./...         # 静态检查
```

### Frontend (React)
```bash
cd frontend
npm install          # 安装依赖
npm run dev          # 开发服务器
npm run build        # 生产构建
npm run lint         # ESLint 检查
npm run preview      # 预览构建结果
```

### Configuration
服务配置文件: `./config/vega-backend-config.yaml`

## Architecture

VEGA Manager 采用六边形架构 (Hexagonal Architecture / Ports & Adapters):

```
server/
├── interfaces/         # 端口定义 (Ports) - 服务和数据访问接口
├── logics/             # 核心业务逻辑 - 服务实现
│   ├── catalog/        # Catalog 服务
│   ├── resource/       # Resource 服务
│   └── connectors/     # 数据源连接器 (Factory 模式)
├── driveradapters/     # 主适配器 (Primary Adapters) - HTTP REST 处理器
└── drivenadapters/     # 次适配器 (Secondary Adapters) - 数据库访问、外部服务
    ├── catalog/        # Catalog 数据访问
    ├── resource/       # Resource 数据访问
    └── opensearch/     # OpenSearch 客户端
```
…

Read the whole file at its exact version.

How to install

Latest version
mdr add openbkn-ai/bkn-foundry/vega/vega-backend/CLAUDE.md@git:20260922.d898021
Exact content
mdr add openbkn-ai/bkn-foundry/vega/vega-backend/CLAUDE.md@sha256:8a2052b7ccce8fd1

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_pexsd7lpdsg52x7c.svg)](https://markdownregistry.com/a/art_pexsd7lpdsg52x7c)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.d898021 latest2026-09-22 d898021 4,919 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (4919 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

openbkn-ai/bkn-foundry · 569 stars · license NOASSERTION · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_pexsd7lpdsg52x7c
GET https://markdownregistry.com/api/v1/resolve?ref=openbkn-ai/bkn-foundry/vega/vega-backend/CLAUDE.md
GET https://markdownregistry.com/api/v1/blob/8a2052b7ccce8fd1e583542d05db9f89890f56a9f689903d0f2ec8c6bac42dc5

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from openbkn-ai/bkn-foundry

AGENTS.md agents
openbkn-ai/bkn-foundry · AGENTS.md
git:20260811.c91c2cc · audit A · 569 stars
CLAUDE.md@adp claude
openbkn-ai/bkn-foundry · adp/CLAUDE.md
git:20260407.4ae969e · audit F · 569 stars
AGENTS.md@adp/bkn agents
openbkn-ai/bkn-foundry · adp/bkn/AGENTS.md
git:20260407.4ae969e · audit A · 569 stars
exchange-recovery skill
openbkn-ai/bkn-foundry · adp/bkn/bkn-backend/server/bkn-specification/examples/exchange-recovery/SKILL.md
git:20260708.acb43ca · audit C · 569 stars
k8s-network skill
openbkn-ai/bkn-foundry · adp/bkn/bkn-backend/server/bkn-specification/examples/k8s-network/SKILL.md
git:20260708.acb43ca · audit C · 569 stars
mock_system skill
openbkn-ai/bkn-foundry · adp/bkn/bkn-backend/server/bkn-specification/examples/mock_system/SKILL.md
git:20260708.acb43ca · audit C · 569 stars
supplychain-hd skill
openbkn-ai/bkn-foundry · adp/bkn/bkn-backend/server/bkn-specification/examples/supplychain-hd/SKILL.md
git:20260708.acb43ca · audit C · 569 stars
k8s-network skill
openbkn-ai/bkn-foundry · adp/bkn/bkn-backend/tests/integration_tests/bkn/helpers/examples/k8s-network/SKILL.md
git:20260407.4ae969e · audit C · 569 stars
AGENTS.md@adp/execution-factory/operator-integration agents
openbkn-ai/bkn-foundry · adp/execution-factory/operator-integration/AGENTS.md
git:20260407.4ae969e · audit A · 569 stars
AGENTS.md@data-migrator agents
openbkn-ai/bkn-foundry · data-migrator/AGENTS.md
git:20260602.4cc9194 · audit F · 569 stars
CLAUDE.md@data-migrator claude
openbkn-ai/bkn-foundry · data-migrator/CLAUDE.md
git:20260602.4cc9194 · audit F · 569 stars
openbkn-deploy skill
openbkn-ai/bkn-foundry · deploy/openbkn-deploy/SKILL.md · Deploy or upgrade OpenBKN on a customer-authorized Linux server through the repository's deploy scripts, with preflight…
git:20260902.358db28 · audit A · 569 stars

Every file in openbkn-ai/bkn-foundry

Browse by kind, by grade A, or by owner.