Update documentation for policy and relay testing guides

- Added a closing section to the POLICY_USAGE_GUIDE.md to emphasize the benefits of the policy system for implementing complex relay behavior.
- Included a closing section in the RELAY_TESTING_GUIDE.md to summarize the guide's purpose and its support for testing complex Nostr protocol features.
This commit is contained in:
2025-11-04 06:56:46 +00:00
parent 4b6d0ab30c
commit ce573a50b3
2 changed files with 2 additions and 0 deletions

View File

@@ -689,3 +689,4 @@ Migrate custom validation logic to policy scripts:
```
The policy system provides a flexible, maintainable way to implement complex relay behavior while maintaining performance and security.