Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 79 additions & 0 deletions .gds/repository.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
schema_version: 1

repository:
id: "repo_01KYQWYHVWP8NRZ5E233GFWQ0H"
display_name: "rldyour-claudecode"
roles:
- "project"
lifecycle: "active"

provider:
type: "github"
installation: "installation:github-organization"
repository_id: 1231429433
owner: "NDDev-it-com"
name: "rldyour-claudecode"

classification:
portfolios:
- "portfolio:organization-projects"
visibility_contract: "public"
data_classification: "public"

policy:
profiles:
- "repository-default"
- "organization-default"
rollout_ring: "standard"

git:
default_branch: "main"
integration: "pull-request"
branch_model: "task-branches"
handoff_pr: "preferred"
cleanup: "merged-only"

verification:
commands:
lint:
- "ruff check ."
typecheck:
- "pyright"
test:
- "pytest"
fast:
- "python3 scripts/validate_json_schemas.py"
- "python3 scripts/validate_plugin_versions.py"
- "python3 scripts/validate_boundaries.py"
- "python3 scripts/validate_skill_routing.py"
- "python3 scripts/validate_agent_tools.py"
- "python3 scripts/validate_text_hygiene.py"
pr-required:
- "python3 scripts/validate_json_schemas.py"
- "python3 scripts/validate_plugin_versions.py"
- "python3 scripts/validate_boundaries.py"
- "python3 scripts/validate_skill_routing.py"
- "bash scripts/smoke_hooks.sh"
- "pytest"
full:
- "claude plugin validate ."
- "python3 scripts/validate_json_schemas.py"
- "python3 scripts/validate_boundaries.py"
- "pytest"
release:
- "python3 scripts/validate_release_state.py"
required:
- "lint"
- "test"
- "fast"
- "pr-required"

agent:
context_profile: "project-default"
generated_agents: true
serena:
enabled: true
provenance_required: true

release:
mode: "github-release"