Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 1, 2026

Replaced all references to @adguard/hostlist-compiler and AdGuardTeam with the forked @jk-com/adblock-compiler package across documentation and TypeScript compiler implementation.

TypeScript Compiler

  • Removed fallback logic: compiler-adapter.ts now imports exclusively from @jk-com/adblock-compiler (JSR)
  • Cleaned dependencies: Removed @adguard/hostlist-compiler from deno.json imports
  • Updated source imports: 9 files changed from @adguard/hostlist-compiler to @jk-com/adblock-compiler
// Before
import type { IConfiguration } from '@adguard/hostlist-compiler';

// After
import type { IConfiguration } from '@jk-com/adblock-compiler';

Documentation

  • Core docs (20+ files): README, copilot-instructions, all docs/ guides
  • Compiler READMEs: .NET, Python, Rust, Shell - updated package references
  • Website: Updated getting-started page

All references to adguardteam, AdguardTeam, and @adguard/hostlist-compiler removed from documentation. TypeScript compiler now uses JSR package with no npm fallback.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI self-assigned this Jan 1, 2026
Copilot AI and others added 4 commits January 1, 2026 04:44
…exclusively

Co-authored-by: jaypatrick <1800595+jaypatrick@users.noreply.github.com>
Co-authored-by: jaypatrick <1800595+jaypatrick@users.noreply.github.com>
…piler

Co-authored-by: jaypatrick <1800595+jaypatrick@users.noreply.github.com>
Co-authored-by: jaypatrick <1800595+jaypatrick@users.noreply.github.com>
Copilot AI changed the title [WIP] Integrate JSR @jk-com/adblock-compiler with fallback Remove AdGuardTeam references, use jk-com/adblock-compiler exclusively Jan 1, 2026
Copilot AI requested a review from jaypatrick January 1, 2026 04:51
Signed-off-by: Jayson Knight <jayson.knight@jaysonknight.com>
@jaypatrick jaypatrick marked this pull request as ready for review January 1, 2026 05:14
@jaypatrick jaypatrick merged commit ab2ff6b into refactoring-project Jan 1, 2026
1 check passed
@jaypatrick jaypatrick deleted the copilot/sub-pr-213-again branch January 1, 2026 05:14
jaypatrick added a commit that referenced this pull request Jan 1, 2026
* feat: integrate JSR @jk-com/adblock-compiler with npm fallback

- Add JSR package @jk-com/adblock-compiler@^0.6.0 as primary dependency
- Keep @adguard/hostlist-compiler as fallback
- Create compiler-adapter.ts for automatic fallback handling
- Update compiler.ts to use new adapter
- Logs which compiler is being used at runtime

Co-Authored-By: Warp <agent@warp.dev>

* docs: add compiler integration documentation

* [WIP] Integrate JSR @jk-com/adblock-compiler with fallback (#214)

* Initial plan

* refactor: Remove any types and top-level await from compiler-adapter

Co-authored-by: jaypatrick <1800595+jaypatrick@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jaypatrick <1800595+jaypatrick@users.noreply.github.com>

* Remove AdGuardTeam references, use jk-com/adblock-compiler exclusively (#215)

* Initial plan

* docs: remove all adguardteam references, use jk-com/adblock-compiler exclusively

Co-authored-by: jaypatrick <1800595+jaypatrick@users.noreply.github.com>

* fix: update TypeScript source imports to use jk-com/adblock-compiler

Co-authored-by: jaypatrick <1800595+jaypatrick@users.noreply.github.com>

* docs: update remaining documentation references to jk-com/adblock-compiler

Co-authored-by: jaypatrick <1800595+jaypatrick@users.noreply.github.com>

* docs: remove adguard references from compiler READMEs

Co-authored-by: jaypatrick <1800595+jaypatrick@users.noreply.github.com>

---------

Signed-off-by: Jayson Knight <jayson.knight@jaysonknight.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jaypatrick <1800595+jaypatrick@users.noreply.github.com>
Co-authored-by: Jayson Knight <jayson.knight@jaysonknight.com>

---------

Signed-off-by: Jayson Knight <jayson.knight@jaysonknight.com>
Co-authored-by: Warp <agent@warp.dev>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants