@timiagama/ecr 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.
- package/README.md +11 -0
- package/package.json +18 -0
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# @timiagama/ecr
|
|
2
|
+
|
|
3
|
+
This version reserves the name. There is nothing to install yet.
|
|
4
|
+
|
|
5
|
+
**Explicit Constraint Referencing (ECR)** is a Markdown convention, and a linter
|
|
6
|
+
for it, that turns the cross-references in architecture documents into a graph a
|
|
7
|
+
coding agent can navigate with `grep` alone — no index, no server, no plugin.
|
|
8
|
+
|
|
9
|
+
The first working release is `0.1.0`, published from CI with provenance.
|
|
10
|
+
|
|
11
|
+
Until then, see [github.com/timiagama/ecr](https://github.com/timiagama/ecr).
|
package/package.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@timiagama/ecr",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Placeholder. Explicit Constraint Referencing (ECR): a Markdown convention and linter that turns cross-references in architecture documents into a graph agents can navigate with grep. The first release is 0.1.0.",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"author": "Timi Agama",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/timiagama/ecr.git"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://github.com/timiagama/ecr#readme",
|
|
12
|
+
"publishConfig": {
|
|
13
|
+
"access": "public"
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"README.md"
|
|
17
|
+
]
|
|
18
|
+
}
|