@executablemd/test-agent 0.0.0-bootstrap.0

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/README.md +5 -0
  2. package/package.json +14 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @executablemd/test-agent
2
+
3
+ This is a bootstrap reservation for the package name. It contains no
4
+ implementation. Install a stable release from the `latest` dist-tag once
5
+ available.
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@executablemd/test-agent",
3
+ "version": "0.0.0-bootstrap.0",
4
+ "description": "Bootstrap reservation for Build reliable ACP integration tests with deterministic, document-driven agent behavior..",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/taras/executable.md.git"
9
+ },
10
+ "homepage": "https://executable.md",
11
+ "files": [
12
+ "README.md"
13
+ ]
14
+ }