Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Maestro do ciclo de desenvolvimento OLI: worktree, brainstorm, review, plano, escrita TDD, review, pre-push gate, PR e finalize.

Install to Claude Code

/plugin install oli-dev@oli-devops

Run in Claude Code. Add the marketplace first with /plugin marketplace add devoliveiraeolivi/oli-devops if you haven't already.

README.md

oli-devops

Centralized security baseline for OLI repositories.

This repo provides a single source of truth for pre-commit security hooks and CI security workflows across all OLI projects. Consumer repos reference pinned versions of this baseline; Renovate propagates updates automatically.

What's in the box

  • Pre-commit hooks: trivy-fs (vulns + misconfig) and gitleaks (secrets)
  • Reusable GitHub Actions workflow: trivy image + gitleaks history scan
  • Templates: drop-in configs per profile (python-docker, js-docker)
  • Policies: enforcement matrix, SemVer rules, exceptions format
  • Onboarding procedure: canonical step-by-step in docs/ONBOARDING.md

Quick start (consumer repo)

Assuming you already have an OLI repo with a Dockerfile:

# .pre-commit-config.yaml
repos:
  - repo: https://github.com/devoliveiraeolivi/oli-devops
    rev: v1.0.0
    hooks:
      - id: trivy-fs
      - id: gitleaks
# .github/workflows/ci.yml
jobs:
  security-baseline:
    uses: devoliveiraeolivi/oli-devops/.github/workflows/security.yml@v1.0.0
    with:
      image-name: your-repo-name

Full procedure: docs/ONBOARDING.md.

Enforcement matrix (short)

| Check | Pre-commit | CI | |---|---|---| | Secrets | 🔴 fail | 🔴 fail | | Vuln CRITICAL + fix | 🔴 fail | 🔴 fail | | Vuln CRITICAL no fix | — | 🔴 fail | | Vuln HIGH + fix | — | 🔴 fail | | Vuln HIGH no fix | — | 🟡 warn | | Dockerfile misconfig CRITICAL | 🔴 fail | Phase 2 |

Full matrix and rationale: policies/ENFORCEMENT.md.

Versioning

Strict SemVer. Consumers pin exact versions (rev: v1.0.0). Renovate propagates bumps. See policies/SEMVER.md.

For humans (onboarding a new repo)

Follow docs/ONBOARDING.md step-by-step.

Plugin de fluxo de desenvolvimento (mudou de casa)

O plugin oli-dev (maestro do ciclo de dev) vivia neste repo e mudou-se para o marketplace próprio devoliveiraeolivi/oli-plugins, com histórico preservado e versionamento independente:

/plugin marketplace add devoliveiraeolivi/oli-plugins
/plugin install oli-dev

Layout

scripts/       # pre-commit hook scripts (trivy-fs.sh, gitleaks-protect.sh)
.github/       # reusable workflow + self-test meta-CI
templates/     # per-profile drop-in files
policies/      # enforcement matrix, SemVer, exceptions format
docs/          # onboarding, troubleshooting, release, adoption status
tests/         # self-test fixtures

Contributing

This is an internal OLI baseline. Changes follow the release procedure in docs/RELEASE.md. Do not merge without:

  • Self-test CI green
  • CHANGELOG updated
  • SemVer decision documented

License

MIT. See LICENSE.

Related plugins

Browse all →