@idevelopers/agentlock 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "category": "development",
16
16
  "source": "./",
17
- "version": "0.1.1",
17
+ "version": "0.1.2",
18
18
  "homepage": "https://www.npmjs.com/package/@idevelopers/agentlock"
19
19
  }
20
20
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentlock",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Local permission firewall for AI coding agents and MCP tools",
5
5
  "author": {
6
6
  "name": "iDevelopers",
package/README.md CHANGED
@@ -42,9 +42,9 @@ Free is the local AgentLock scanner and starter policy generator. The source rep
42
42
  | Redacted local audit log | No | Yes | Yes |
43
43
  | Shared policies, signed bundles, seats | No | No | Yes |
44
44
 
45
- Pro is intended for `$19/dev/month` or local INR equivalent. Team is intended for `$99/team/month` with seats.
45
+ Pro is priced at INR 1,599/dev/month or INR 15,999/dev/year. Team is priced at INR 8,499/team/month with seats.
46
46
 
47
- The AgentLock live checkout URL is added after the Polar product is created. Until then, set `AGENTLOCK_CHECKOUT_URL` locally during sandbox or live payment validation.
47
+ Buy AgentLock Pro or Team from the live Polar checkout: https://buy.polar.sh/polar_cl_exvU3F3ZTpiDvwBXIRqrMf30T1kBTsLxyx26B4SCkUz
48
48
 
49
49
  ## Policy
50
50
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentlock",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Local permission firewall for AI coding agents and MCP tools",
5
5
  "author": "iDevelopers",
6
6
  "license": "MIT",
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import { registerTools } from "./server.js";
5
5
  async function main() {
6
6
  const server = new McpServer({
7
7
  name: "agentlock",
8
- version: "0.1.1",
8
+ version: "0.1.2",
9
9
  });
10
10
  registerTools(server);
11
11
  const transport = new StdioServerTransport();
@@ -1,2 +1,2 @@
1
1
  export const AGENTLOCK_POLAR_ORGANIZATION_ID = "534c0711-1ded-497c-aa46-d1a7dfa46d6e";
2
- export const AGENTLOCK_CHECKOUT_URL = "https://polar.sh/idevelopers";
2
+ export const AGENTLOCK_CHECKOUT_URL = "https://buy.polar.sh/polar_cl_exvU3F3ZTpiDvwBXIRqrMf30T1kBTsLxyx26B4SCkUz";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idevelopers/agentlock",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Local permission firewall for AI coding agents and MCP tools.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: agentlock-workflow
3
3
  description: Use when running AI coding work under AgentLock permission capsules, secret-safe scans, command checks, or guarded command execution.
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  ---
6
6
 
7
7
  # AgentLock Workflow