feat(ce-polish-beta): human-in-the-loop polish phase between /ce:review and merge (#568)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { describe, expect, test } from "bun:test"
|
||||
import { promises as fs } from "fs"
|
||||
import path from "path"
|
||||
import { loadClaudePlugin } from "../src/parsers/claude"
|
||||
import { convertClaudeToOpenCode, transformSkillContentForOpenCode } from "../src/converters/claude-to-opencode"
|
||||
@@ -6,6 +7,12 @@ import { parseFrontmatter } from "../src/utils/frontmatter"
|
||||
import type { ClaudePlugin } from "../src/types/claude"
|
||||
|
||||
const fixtureRoot = path.join(import.meta.dir, "fixtures", "sample-plugin")
|
||||
const compoundEngineeringRoot = path.join(
|
||||
import.meta.dir,
|
||||
"..",
|
||||
"plugins",
|
||||
"compound-engineering",
|
||||
)
|
||||
|
||||
describe("convertClaudeToOpenCode", () => {
|
||||
test("from-command mode: map allowedTools to global permission block", async () => {
|
||||
|
||||
Reference in New Issue
Block a user