paqad-ai 0.1.7 → 0.1.8

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.
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  **AI agents that think before they type.** paqad-ai reads your codebase, detects your stack, and generates everything your AI coding agents need to actually understand your project — docs, rules, security checks, MCP configs, and structured workflows. One command. No configuration.
11
11
 
12
- [![npm version](https://img.shields.io/npm/v/paqad-ai)](https://npmjs.com/package/paqad-ai) [![license](https://img.shields.io/npm/l/paqad-ai)](./LICENSE)
12
+ [![npm version](https://img.shields.io/npm/v/paqad-ai)](https://npmjs.com/package/paqad-ai) [![license](https://img.shields.io/npm/l/paqad-ai)](./LICENSE) [![website](https://img.shields.io/badge/website-paqad.ai-0A7A5C)](https://paqad.ai)
13
13
 
14
14
  ---
15
15
 
package/dist/cli/index.js CHANGED
@@ -10844,7 +10844,7 @@ ${p.solution}
10844
10844
  };
10845
10845
 
10846
10846
  // src/index.ts
10847
- var VERSION = "0.1.7";
10847
+ var VERSION = "0.1.8";
10848
10848
 
10849
10849
  // src/cli/commands/capabilities.ts
10850
10850
  import { Command } from "commander";