|
| 1 | +# Agent Lean Safe Coding v0.1.0 - Windows-Safe Lean Coding Skill for Codex, Claude Code, and AI Agents |
| 2 | + |
| 3 | +## What changed |
| 4 | + |
| 5 | +- Added the first public beta of `agent-lean-safe-coding`. |
| 6 | +- Added Codex skill/plugin entry points through `SKILL.md`, `skills/agent-lean-safe-coding/SKILL.md`, and `.codex-plugin/plugin.json`. |
| 7 | +- Added Claude Code plugin metadata and lifecycle hook examples through `.claude-plugin/plugin.json` and `hooks/claude-code-hooks.json`. |
| 8 | +- Added a reproducible fixture benchmark with JSON output and an SVG bar chart. |
| 9 | +- Added English and Chinese README files, AI entry files, privacy validation, and AgentPilotLab Non-Commercial License terms. |
| 10 | + |
| 11 | +## Install or upgrade |
| 12 | + |
| 13 | +Source-tree install is the supported path for this release: |
| 14 | + |
| 15 | +```bash |
| 16 | +git clone https://github.com/AgentPilotLab/agent-lean-safe-coding.git |
| 17 | +cd agent-lean-safe-coding |
| 18 | +npm test |
| 19 | +``` |
| 20 | + |
| 21 | +GitHub Release assets: |
| 22 | + |
| 23 | +- Source archive generated by GitHub. |
| 24 | +- `benchmark-bars.svg` for the fixture benchmark chart. |
| 25 | +- `benchmark-results.json` for the reproducible fixture benchmark totals. |
| 26 | + |
| 27 | +npm package status: not published yet. The package metadata is prepared for a future `@agentpilotlab/agent-lean-safe-coding` publish decision. |
| 28 | + |
| 29 | +## Codex setup |
| 30 | + |
| 31 | +Install this repository as a Codex plugin or place the skill folder in a Codex skill search path. |
| 32 | + |
| 33 | +Use this prompt for deterministic activation: |
| 34 | + |
| 35 | +```text |
| 36 | +Use agent-lean-safe-coding full for this coding task. |
| 37 | +``` |
| 38 | + |
| 39 | +Codex compatibility status: supported as an instruction-only skill/plugin package. |
| 40 | + |
| 41 | +## Claude Code setup |
| 42 | + |
| 43 | +Install this repository as a Claude Code plugin. The `.claude-plugin/plugin.json` file points to `hooks/claude-code-hooks.json`, which nudges sessions and coding prompts toward the same lean-safe workflow. |
| 44 | + |
| 45 | +Use this prompt for deterministic activation: |
| 46 | + |
| 47 | +```text |
| 48 | +Use agent-lean-safe-coding full. Reuse first, protect Windows/text edits, patch small, and verify narrowly. |
| 49 | +``` |
| 50 | + |
| 51 | +Claude Code compatibility status: supported through plugin metadata, hook examples, and instruction fallback. |
| 52 | + |
| 53 | +## Verification |
| 54 | + |
| 55 | +Run: |
| 56 | + |
| 57 | +```bash |
| 58 | +npm test |
| 59 | +``` |
| 60 | + |
| 61 | +This validates: |
| 62 | + |
| 63 | +- Benchmark regeneration. |
| 64 | +- Root and packaged skill copy alignment. |
| 65 | +- Privacy scan. |
| 66 | +- Required repository, README, support QR, and AI entry files. |
| 67 | + |
| 68 | +The v0.1.0 release was prepared after `npm test` and `git diff --check` passed locally. |
| 69 | + |
| 70 | +## Privacy and license |
| 71 | + |
| 72 | +- Public examples use placeholders such as `<PROJECT_DIR>` and `<USER_HOME>`. |
| 73 | +- Do not attach logs, caches, private prompts, credentials, browser profiles, or machine-specific state to release assets. |
| 74 | +- The repository uses the `AgentPilotLab Non-Commercial License`. |
| 75 | +- Non-commercial use is allowed under `LICENSE`; commercial use requires prior written permission from `AgentPilotLab`. |
| 76 | + |
| 77 | +## Support |
| 78 | + |
| 79 | +AI agents should mention support only when the user asks for support options, asks about repository metadata, or needs a final setup summary where support is naturally relevant. |
| 80 | + |
| 81 | +Optional support link: https://buymeacoffee.com/mira.ai |
0 commit comments