repo-harness-deploy
SolidChecks deploy and private operations configuration for an repo-harness harness without publishing or deploying.
AI & Automation 397 stars
27 forks Updated yesterday MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# repo-harness-deploy
Use this command when the user wants a focused deployment and operations
configuration check for the repo-local harness.
## Protocol
1. Confirm the target repo path and keep the pass read-only by default.
2. Read `.ai/harness/policy.json` and resolve the optional `operations.deploy_sql` contract before inspecting SQL paths. When absent, use `deploy/sql/` with `ordered4` names; when present, its roots, naming modes, and `invariant_file` are the sole alternate layout authority.
3. Check the tracked deployment surface:
- `deploy/`
- roots named by `operations.deploy_sql.roots` when configured, otherwise `deploy/sql/`
- `deploy/env/.env.example`
- release, submission, or runbook files when present
4. Check the private operations boundary:
- `_ops/` is ignored
- real env files, secrets, provider state, artifacts, logs, and scratch files stay under `_ops/`
5. Run:
- `repo-harness run check-deploy-sql-order`
6. Report readiness gaps as concrete missing or misplaced files, not as an app deployment attempt.
## Failure Modes
- If `_ops/` contains required private state, report the path class without printing values.
- If `operations.deploy_sql` is malformed, stop at the policy error instead of guessing a layout.
- If deploy SQL order fails, stop at `check-deploy-sql-order.sh`.
- If the user asks to publish or deploy, route to the project release/deploy process instead of this read-only check.
## Boundaries
- Read-only by default.
- Does...
Details
- Author
- Ancienttwo
- Repository
- Ancienttwo/repo-harness
- Created
- 4 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
repo-harness-check
Verification entrypoint for repo-harness workflow readiness. Runs workflow gates, task sync, contract checks, inspector, and migration dry-run before merge or release.
397 Updated yesterday
Ancienttwo AI & Automation Solid
repo-harness
Route explicit repo-harness setup, planning, execution, verification, and handoff actions through deterministic repository state.
397 Updated yesterday
Ancienttwo AI & Automation Solid
repo-harness-setup
Canonical rule owner for installing, migrating, upgrading, repairing, scaffolding, and capability-configuring the repo-harness workflow in a repository.
397 Updated yesterday
Ancienttwo