nowaikit 4.19.0 → 4.21.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.
package/.env.example CHANGED
@@ -55,7 +55,7 @@ ATF_ENABLED=false
55
55
  # TOOL PACKAGING (optional)
56
56
  # =============================================================================
57
57
 
58
- # Load a role-specific subset of tools instead of all 400+
58
+ # Load a role-specific subset of tools instead of all 500+
59
59
  # Options: full | service_desk | change_coordinator | knowledge_author |
60
60
  # catalog_builder | system_administrator | platform_developer |
61
61
  # portal_developer | integration_engineer | itom_engineer |
package/README.md CHANGED
@@ -91,11 +91,13 @@ No instance? Grab a free Personal Developer Instance at **[developer.servicenow.
91
91
 
92
92
  ## 📚 Docs
93
93
 
94
+ Start at the **[documentation index](docs/README.md)**. Highlights:
95
+
94
96
  | | |
95
97
  |---|---|
96
- | [Installation](docs/INSTALLATION.md) · [Client setup](docs/CLIENT_SETUP.md) | [All 500+ tools](docs/TOOLS.md) · [Tool packages](docs/TOOL_PACKAGES.md) |
97
- | [Multi-instance](docs/MULTI_INSTANCE.md) · [OAuth](docs/SERVICENOW_OAUTH_SETUP.md) | [Scripting](docs/SCRIPTING.md) · [ATF](docs/ATF.md) · [Reporting](docs/REPORTING.md) |
98
- | [Skills & branded reports](docs/SKILLS_AND_REPORTS.md) | [Use your own Claude/Codex subscription](docs/SKILLS_AND_REPORTS.md#using-your-own-claude-code-or-codex-subscription) |
98
+ | [Installation](docs/INSTALLATION.md) · [Client setup](docs/CLIENT_SETUP.md) | [All 500+ tools](docs/TOOLS.md) · [Tool packages & discovery](docs/TOOL_PACKAGES.md) |
99
+ | [Configuration reference](docs/CONFIGURATION.md) · [Multi-instance](docs/MULTI_INSTANCE.md) | [OAuth setup](docs/SERVICENOW_OAUTH_SETUP.md) · [Delegated auth](docs/DELEGATED_AUTH.md) |
100
+ | [Scripting](docs/SCRIPTING.md) · [ATF](docs/ATF.md) · [Reporting](docs/REPORTING.md) | [Skills & branded reports](docs/SKILLS_AND_REPORTS.md) |
99
101
 
100
102
  Full guides & product home → **[nowaikit.com](https://nowaikit.com)**
101
103