@agentcash/discovery 0.1.0 → 0.1.2

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/.claude/CLAUDE.md DELETED
@@ -1,24 +0,0 @@
1
- # CLAUDE.md
2
-
3
- This package is the canonical discovery runtime for agentcash.
4
-
5
- ## Core decisions
6
-
7
- - OpenAPI is canonical machine discovery source.
8
- - Discovery order: override -> OpenAPI -> `/.well-known/x402` -> DNS `_x402` -> probe.
9
- - `discover` is progressive and token-light.
10
- - `discoverDetailed` is full-waterfall with trace.
11
- - Compatibility adapters are isolated and removable.
12
- - `llms.txt` is unstructured guidance only; OpenAPI carries machine metadata.
13
-
14
- ## Important defaults
15
-
16
- - `compatMode = on` (until legacy sunset window ends).
17
- - `verified = false` in advisory output.
18
- - `trustTier` values: `unverified | origin_hosted | ownership_verified | runtime_verified`.
19
-
20
- ## Do not do
21
-
22
- - Do not leak legacy branches into canonical parser logic.
23
- - Do not introduce hidden fallback passes.
24
- - Do not change warning codes without a breaking version decision.