You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Copilot Agent Instructions for Flex SDK
1
+
# Copilot Agent Instructions for Strata SDK
2
2
3
3
## Repository Overview
4
4
5
-
This repository contains the Flex SDK, a Ruby on Rails engine designed to help create intuitive, accessible, and effective digital-native government services. The SDK provides components for:
5
+
This repository contains the Strata SDK, a Ruby on Rails engine designed to help create intuitive, accessible, and effective digital-native government services. The SDK provides components for:
6
6
7
7
- Multi-page intake application forms
8
8
- Case management workflows
@@ -17,9 +17,9 @@ This repository contains the Flex SDK, a Ruby on Rails engine designed to help c
17
17
-**Project Type**: Ruby Gem/Rails Engine
18
18
-**Key Dependencies**:
19
19
- validates_timeliness
20
-
- Version can be found in `flex.gemspec`
20
+
- Version can be found in `strata.gemspec`
21
21
- Rails
22
-
- Version can be found in `flex.gemspec`
22
+
- Version can be found in `strata.gemspec`
23
23
24
24
## Build and Test Instructions
25
25
@@ -70,18 +70,18 @@ make test-watch # Watch mode for development
70
70
71
71
### Key Directories
72
72
73
-
-`/app`: Core Flex engine application code
74
-
-`/app/controllers/flex`: Controllers for tasks and staff
75
-
-`/app/models/flex`: Data models
76
-
-`/app/views/flex`: View templates
77
-
-`/app/helpers/flex`: Helper methods
78
-
-`/config`: Flex engine configuration files
73
+
-`/app`: Core Strata engine application code
74
+
-`/app/controllers/strata`: Controllers for tasks and staff
0 commit comments