riverforge 0.0.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 +6 -0
  2. package/package.json +13 -0
package/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # riverforge
2
+
3
+ Reserved package name for **Riverforge** — a fully local, offline AI coding agent by
4
+ Aurasoft UK. Public release coming soon.
5
+
6
+ Project: https://aurasoft.co.uk/riverforge
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "riverforge",
3
+ "version": "0.0.0",
4
+ "description": "Reserved for Riverforge - a fully local, offline AI coding agent (coming soon).",
5
+ "license": "MIT",
6
+ "author": "Aurasoft UK",
7
+ "keywords": ["ai", "agent", "coding", "offline", "local", "llm"],
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/jayceyounguk-cmd/riverforge.git"
11
+ },
12
+ "homepage": "https://aurasoft.co.uk/riverforge"
13
+ }