@directive-run/cli 0.8.2 → 0.8.4

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.
Files changed (2) hide show
  1. package/LICENSE +5 -0
  2. package/package.json +5 -5
package/LICENSE CHANGED
@@ -2,6 +2,11 @@ MIT License
2
2
 
3
3
  Copyright (c) 2026 Sizls LLC
4
4
 
5
+ This project is dual-licensed under MIT OR Apache-2.0. You may choose
6
+ either license. See LICENSE-APACHE for the Apache License, Version 2.0.
7
+
8
+ ---
9
+
5
10
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
11
  of this software and associated documentation files (the "Software"), to deal
7
12
  in the Software without restriction, including without limitation the rights
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@directive-run/cli",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
4
4
  "description": "CLI tools for Directive — AI coding rules, scaffolding, and more.",
5
- "license": "MIT",
5
+ "license": "(MIT OR Apache-2.0)",
6
6
  "author": "Jason Comes",
7
7
  "repository": {
8
8
  "type": "git",
@@ -54,7 +54,7 @@
54
54
  "dependencies": {
55
55
  "@clack/prompts": "^0.10.0",
56
56
  "picocolors": "^1.1.1",
57
- "@directive-run/knowledge": "0.8.2"
57
+ "@directive-run/knowledge": "0.8.4"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/node": "^25.2.0",
@@ -62,8 +62,8 @@
62
62
  "tsx": "^4.19.2",
63
63
  "typescript": "^5.7.2",
64
64
  "vitest": "^3.0.0",
65
- "@directive-run/core": "0.8.2",
66
- "@directive-run/ai": "0.8.2"
65
+ "@directive-run/core": "0.8.4",
66
+ "@directive-run/ai": "0.8.4"
67
67
  },
68
68
  "scripts": {
69
69
  "build": "tsup",