Installation
Install Agent Plugin Compiler in the repository that owns your agent plugin.
npm
Use --save-exact so the resolved compiler version is recorded without a range:
bash
npm install --save-dev --save-exact \
@fam-tung-lam/ptlam-agent-plugin-compilerCommit the resulting package.json and lockfile with your plugin source. A locked compiler version keeps local and CI compilation aligned.