Skip to content

Commit cc43325

Browse files
committed
Agent hand-holding
1 parent 853252e commit cc43325

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
- When the user states a strong preference or asserts that something should always/never be done a certain way, ask if they'd like it added to this file for future threads
33

44
## Project
5-
<!-- Fill in over time -->
5+
- An SSG with a built-in CMS studio — not a headless CMS or bolt-on editor
66

77
## Architecture
88
<!-- Fill in over time -->
99

1010
## Preferences
11-
<!-- e.g., "No TypeScript", "No bundlers", "Vanilla JS only" -->
11+
- Keep notes in `notes/` as markdown files named `dd-mm-yy-topic.md`
1212

1313
## Coding Conventions
1414
- Respect existing indentation style in each file

src/cms/server/public/AGENTS.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
## Project
2+
- A CMS studio with a browser-based UI that previews the site and provides tools for content management
23
- Currently a prototype / PoC phase
34

45
## Architecture
6+
- Vanilla JS only — no frameworks, bundlers, or 3rd party libraries
7+
- No external CSS files — styles are inline `<style>` blocks within component templates
58
- `app/` contains the UI code
69
- `app/components/` holds reusable components
710
- Feature-specific modules live in their own folders under `app/components/` (e.g., `app/components/explorePanel/`)
811

9-
## Preferences
10-
- No 3rd party libraries — vanilla JS only
11-
- No external CSS files — styles are inline `<style>` blocks within component templates
12-
1312
## Verification
14-
- After moving/renaming files or changing imports, check the browser console for errors (server runs on port 8080)
13+
- After moving/renaming files or changing imports, check the browser console for errors (server runs on port 8080)

0 commit comments

Comments
 (0)