Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,13 @@ When making changes to the site content or UI:
1. Edit `team-lead-workflow/src/App.tsx`
2. Rebuild the bundle — run from `team-lead-workflow/`:
```bash
bash /Users/mickael/.opencode/skills/ComposioHQ_awesome-claude-skills/artifacts-builder/scripts/bundle-artifact.sh
npm run bundle
```
3. Commit both `src/App.tsx` and `bundle.html`
4. Push — GitHub Actions deploys automatically

> See `team-lead-workflow/README.md` for full development details.

> **Important:** Always commit `bundle.html` along with the source changes. The Pages deployment uses the committed bundle, not a CI build.

### i18n
Expand All @@ -107,7 +109,7 @@ All user-facing text is translated via a `translations` object in `App.tsx`. To

- Find the `translations` constant in `App.tsx`
- Update both `en` and `fr` keys
- For the flowchart specifically, update `getFlowchartData(lang)` which returns `{ svgLabels, details }` for the SVG labels and detail panel content
- For the flowchart specifically, update `getFlowchartData(lang)` which returns `{ svgLabels, details, brainstormSvgLabels, brainstormDetails }` for the SVG labels and detail panel content

### GitHub Pages setup (one-time)

Expand Down
25 changes: 0 additions & 25 deletions orion-docs/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions orion-docs/.parcelrc

This file was deleted.

73 changes: 0 additions & 73 deletions orion-docs/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions orion-docs/bundle.html

This file was deleted.

20 changes: 0 additions & 20 deletions orion-docs/components.json

This file was deleted.

23 changes: 0 additions & 23 deletions orion-docs/eslint.config.js

This file was deleted.

13 changes: 0 additions & 13 deletions orion-docs/index.html

This file was deleted.

79 changes: 0 additions & 79 deletions orion-docs/package.json

This file was deleted.

Loading
Loading