Skip to content

Commit 935527c

Browse files
duyetduyetbot
andauthored
chore: gitignore local agent-tool state dirs, format create-org-content (#386)
Add .omo/ and .commandcode/ (local Ralph loop / Command Code scratch state) to .gitignore, and let biome reflow a long import line in create-org-content.tsx. Co-authored-by: duyetbot <bot@duyet.net>
1 parent 817467e commit 935527c

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ packages/api/wrangler.deploy.jsonc
1919

2020
# Ralph loop local state
2121
.sisyphus/
22+
.omo/
23+
24+
# Command Code local state
25+
.commandcode/

packages/dashboard/src/components/dashboard/organizations/create/create-org-content.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import { SignIn, useOrganizationCreationDefaults, useOrganizationList, useUser } from "@clerk/react";
1+
import {
2+
SignIn,
3+
useOrganizationCreationDefaults,
4+
useOrganizationList,
5+
useUser,
6+
} from "@clerk/react";
27
import * as React from "react";
38
import { CreateOrgForm } from "./_create-org-form";
49
import { CreateOrgHeader } from "./_create-org-header";

0 commit comments

Comments
 (0)