-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
26 lines (20 loc) · 1.04 KB
/
Copy pathNOTICE
File metadata and controls
26 lines (20 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
pb-hcf
Copyright (c) 2026 Lucas van Staden / Proxiblue
https://github.com/ProxiBlue/pb-hcf
This product includes software developed by
Lucas van Staden / Proxiblue (https://www.proxiblue.com.au).
------------------------------------------------------------------------
This plugin orchestrates and depends on third-party software that is
NOT redistributed in this repository — consumers fetch and run those
components themselves:
* HCF (Hyper-Charged Framework for Claude Code)
https://github.com/markshust/hcf
pb-hcf does not modify HCF source files. Its agents (codegraph-reviewer)
and playbooks complement HCF's existing flow via context-based wiring
(CLAUDE.md fenced sections) and pipeline.md post-implementation slots.
* pb-codegraph
https://github.com/ProxiBlue/pb-codegraph
pb-hcf's codegraph-reviewer agent calls the pb-codegraph MCP server
but does not bundle its source.
The above components are run as independent processes / external plugins.
No source code from those components is bundled in this repository.