@loreai/core 0.0.1

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 +7 -0
  2. package/package.json +16 -0
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # @loreai/core
2
+
3
+ > Placeholder release — not yet functional.
4
+ >
5
+ > The real release follows shortly via CI.
6
+ >
7
+ > See [github.com/BYK/opencode-lore](https://github.com/BYK/loreai) for details.
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "@loreai/core",
3
+ "version": "0.0.1",
4
+ "description": "Placeholder — real release follows via CI. See https://github.com/BYK/loreai",
5
+ "license": "MIT",
6
+ "author": "BYK",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/BYK/loreai.git",
10
+ "directory": "packages/core"
11
+ },
12
+ "homepage": "https://github.com/BYK/loreai",
13
+ "publishConfig": {
14
+ "access": "public"
15
+ }
16
+ }