fettler 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 +12 -0
  2. package/package.json +20 -0
package/README.md ADDED
@@ -0,0 +1,12 @@
1
+ # Fettler
2
+
3
+ Site-native change requests for web teams.
4
+
5
+ Fettler lets clients and reviewers leave notes directly on a live page — clicking an
6
+ element or selecting text — and turns them into structured, implementation-ready
7
+ change requests for developers and coding agents.
8
+
9
+ This package is a placeholder while the first public release is prepared. The
10
+ working implementation is in active development; this name is reserved for it.
11
+
12
+ — Studio Brio
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "fettler",
3
+ "version": "0.0.1",
4
+ "description": "Fettler — site-native change requests for web teams. Placeholder for the forthcoming release.",
5
+ "license": "MIT",
6
+ "author": "Shane Griffiths",
7
+ "keywords": [
8
+ "feedback",
9
+ "annotation",
10
+ "change-requests",
11
+ "review",
12
+ "web"
13
+ ],
14
+ "files": [
15
+ "README.md"
16
+ ],
17
+ "publishConfig": {
18
+ "access": "public"
19
+ }
20
+ }