aigent 0.7.1

A library, CLI, and Claude plugin for managing agent skill definitions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pre-commit:
  parallel: true
  commands:
    format-check:
      run: cargo fmt --check
    lint:
      run: cargo clippy -- -D warnings

pre-push:
  commands:
    format-check:
      run: cargo fmt --check
    lint:
      run: cargo clippy -- -D warnings
    test:
      run: cargo test
    build:
      run: cargo build --release