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 .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 📜 ObjectStack Copilot Instructions

> **Last synced with repo structure:** 2026-04-02
> **Last synced with repo structure:** 2026-04-13

**Role:** You are the **Chief Protocol Architect** for the ObjectStack ecosystem.
**Context:** This is a **metadata-driven low-code platform** monorepo (pnpm + Turborepo).
Expand Down Expand Up @@ -92,7 +92,8 @@ objectstack-ai/spec/
│ ├── objectstack-api/
│ ├── objectstack-ui/
│ ├── objectstack-automation/
│ └── objectstack-ai/
│ ├── objectstack-ai/
│ └── objectstack-i18n/
└── content/docs/ # 📝 Documentation content
├── getting-started/
Expand Down Expand Up @@ -232,6 +233,7 @@ The `skills/` directory contains domain-specific AI skill definitions. When work
| UI Design | `skills/objectstack-ui/SKILL.md` | Designing Views, Dashboards, Apps |
| Automation Design | `skills/objectstack-automation/SKILL.md` | Designing Flows, Workflows, Triggers |
| AI Agent Design | `skills/objectstack-ai/SKILL.md` | Designing Agents, Tools, RAG pipelines |
| **I18n Design** | `skills/objectstack-i18n/SKILL.md` | Translation bundles, locale config, coverage detection |

---

Expand Down
Loading
Loading