@puku/puku-cli 1.2.0 → 2.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/LICENSE +3 -3
- package/dist/cli.mjs +1539 -1539
- package/package.json +2 -6
- package/dist/smart-context/configs/puku-cli/ROUTING-ONLY.md +0 -27
- package/dist/smart-context/hooks/core/formatters.mjs +0 -1
- package/dist/smart-context/hooks/core/mcp-ready.mjs +0 -1
- package/dist/smart-context/hooks/core/routing.mjs +0 -1
- package/dist/smart-context/hooks/core/stdin.mjs +0 -1
- package/dist/smart-context/hooks/core/tool-naming.mjs +0 -1
- package/dist/smart-context/hooks/ensure-deps.mjs +0 -1
- package/dist/smart-context/hooks/posttooluse.mjs +0 -2
- package/dist/smart-context/hooks/precompact.mjs +0 -3
- package/dist/smart-context/hooks/pretooluse.mjs +0 -6
- package/dist/smart-context/hooks/routing-block.mjs +0 -85
- package/dist/smart-context/hooks/session-db.bundle.mjs +0 -57
- package/dist/smart-context/hooks/session-directive.mjs +0 -69
- package/dist/smart-context/hooks/session-extract.bundle.mjs +0 -1
- package/dist/smart-context/hooks/session-helpers.mjs +0 -1
- package/dist/smart-context/hooks/session-loaders.mjs +0 -1
- package/dist/smart-context/hooks/session-snapshot.bundle.mjs +0 -29
- package/dist/smart-context/hooks/sessionstart.mjs +0 -4
- package/dist/smart-context/hooks/suppress-stderr.mjs +0 -1
- package/dist/smart-context/hooks/userpromptsubmit.mjs +0 -2
- package/dist/smart-context/server.bundle.mjs +0 -555
- package/dist/smart-context/start.mjs +0 -7
package/LICENSE
CHANGED
|
@@ -6,14 +6,14 @@ The original Claude Code source is proprietary software:
|
|
|
6
6
|
Copyright (c) Anthropic PBC. All rights reserved.
|
|
7
7
|
Subject to Anthropic's Commercial Terms of Service.
|
|
8
8
|
|
|
9
|
-
Modifications and additions by
|
|
9
|
+
Modifications and additions by OpenClaude contributors are offered under
|
|
10
10
|
the MIT License where legally permissible:
|
|
11
11
|
|
|
12
12
|
MIT License
|
|
13
|
-
Copyright (c) 2026
|
|
13
|
+
Copyright (c) 2026 OpenClaude contributors (modifications only)
|
|
14
14
|
|
|
15
15
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
16
|
-
a copy of the modifications made by
|
|
16
|
+
a copy of the modifications made by OpenClaude contributors, to deal
|
|
17
17
|
in those modifications without restriction, including without limitation
|
|
18
18
|
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
19
19
|
and/or sell copies, subject to the following conditions:
|