Skip to main content
Home

Built and signed on GitHub Actions

Works with
This package works with Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score70%
Downloads32/wk
Published3 months ago (0.0.35)

A reusable code editor control for support Fathym's AI assisted development flow.

type alias CodeChangesProfile

Represents a profile for code changes, including details such as acceptance criteria, description, and related tasks.

Properties

Acceptance criteria for the code changes. This is an optional field that outlines the conditions that must be met for the changes to be considered complete or acceptable.

A boolean indicating whether the code change profile is complete. This field helps track the progress of the tasks or changes. Defaults to false.

A detailed description of the code changes. This field provides additional context or information about the changes being made.

The unique lookup that identifies these changes from all others.

The name of the code change profile. This is a required field and serves as a unique identifier or title for the profile.

A list of related tasks or subtasks associated with this code change profile. Each task is itself a CodeChangesProfile, allowing for nested or hierarchical task structures.

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@fathym/code-editor

Import symbol

import { type CodeChangesProfile } from "@fathym/code-editor";
or

Import directly with a jsr specifier

import { type CodeChangesProfile } from "jsr:@fathym/code-editor";

Add Package

pnpm i jsr:@fathym/code-editor
or (using pnpm 10.8 or older)
pnpm dlx jsr add @fathym/code-editor

Import symbol

import { type CodeChangesProfile } from "@fathym/code-editor";

Add Package

yarn add jsr:@fathym/code-editor
or (using Yarn 4.8 or older)
yarn dlx jsr add @fathym/code-editor

Import symbol

import { type CodeChangesProfile } from "@fathym/code-editor";

Add Package

vlt install jsr:@fathym/code-editor

Import symbol

import { type CodeChangesProfile } from "@fathym/code-editor";

Add Package

npx jsr add @fathym/code-editor

Import symbol

import { type CodeChangesProfile } from "@fathym/code-editor";

Add Package

bunx jsr add @fathym/code-editor

Import symbol

import { type CodeChangesProfile } from "@fathym/code-editor";