agentic-codebase 0.3.0

Semantic code compiler for AI agents - transforms codebases into navigable concept graphs
Documentation
name: Install Command Guardrails

on:
  push:
    paths:
      - "README.md"
      - "INSTALL.md"
      - "install.sh"
      - "scripts/install.sh"
      - "scripts/check-install-commands.sh"
      - "docs/**"
      - "src/**"
      - "crates/**"
      - "Cargo.toml"
      - "Cargo.lock"
      - ".github/workflows/install-command-guardrails.yml"
  pull_request:
    paths:
      - "README.md"
      - "INSTALL.md"
      - "install.sh"
      - "scripts/install.sh"
      - "scripts/check-install-commands.sh"
      - "docs/**"
      - "src/**"
      - "crates/**"
      - "Cargo.toml"
      - "Cargo.lock"
      - ".github/workflows/install-command-guardrails.yml"

jobs:
  validate-install-surface:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Run install guardrails
        run: ./scripts/check-install-commands.sh