mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
refactor(landlock-run): unify workspace release (review round 1)
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
packages:
|
||||
- vendor/*
|
||||
- packages/*/*
|
||||
# The Landlock launcher is developed with its harness consumers but keeps
|
||||
# its native build and publication scripts under native/landlock-run.
|
||||
- native/landlock-run
|
||||
- native/landlock-run/packages/*
|
||||
# Product assemblies over the package tier; apps/cli owns the `dsh` bin.
|
||||
- apps/*
|
||||
- website
|
||||
@@ -46,14 +50,7 @@ allowBuilds:
|
||||
# restores the executable bit on node-pty's macOS spawn helper.
|
||||
'@deepseek-ai/dsh-pty-local@file:packages/pty/pty-local': true
|
||||
|
||||
# The Landlock launcher family is our own sibling-repo release, consumed
|
||||
# fresh (hours old at each coordinated bump) — the release-age quarantine
|
||||
# would block every such bump, so the family is exempted BY NAME, not by
|
||||
# pinned version.
|
||||
minimumReleaseAgeExclude:
|
||||
- node-addon-landlock-run
|
||||
- node-addon-landlock-run-linux-arm64
|
||||
- node-addon-landlock-run-linux-x64
|
||||
# Cordis release candidates are source-vendored and pinned in vendor/README.md
|
||||
# during the same-day sync that updates package manifests and the lockfile.
|
||||
- '@cordisjs/plugin-loader@1.0.0-rc.5'
|
||||
|
||||
Reference in New Issue
Block a user