Commit a68e64e
committed
chore(release): bump to v0.6.0 — permission profiles + Round 2/3 wrap-up
The headline feature: `ai-config-kit profiles` switches Claude
Code permission profiles between python, laravel, node, go, mixed
(default), and global (inspection-only). Six built-in JSON
resources with parent-extends chain; resolver unions allow + deny.
Plus Round 2/3 remaining work:
- C1: decisions data types extracted to decisions.py
- C5: shared session-protocol template
- C6: 8-test real-FS integration suite
- #18 (Phase E): S3 sync opt-in scaffold + fail-loud NotImpl
294 tests pass; ruff + mypy strict clean across 6 source files;
build: ai_config_kit-0.6.0-py3-none-any.whl + .tar.gz.
PyPI publish gated on the trusted publisher config — if that's
not set up for ai-config-kit yet, the release workflow's
publish-pypi job will fail but publish-github still creates the
release with auto-generated notes.1 parent 7cf9cc4 commit a68e64e
2 files changed
Lines changed: 44 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
9 | 52 | | |
10 | 53 | | |
11 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments