Skip to content

Commit 75de6a9

Browse files
committed
Light edit on some text
1 parent a559648 commit 75de6a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/steps/1-preparing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To get started, we will set up a GitHub Codespace with the necessary tools and e
4848
- ✅ Your copy: `/{{full_repo_name}}`
4949
- ❌ Original: `spec-ops-method/modernize-your-legacy-code-with-github-copilot`
5050

51-
1. Wait a moment for Visual Studio Code to load in your browser (note - this could take a few minutes).
51+
1. Wait a moment for Visual Studio Code to load in your browser (note - this could take a few minutes). Once done, the README.md file might be open - you can go ahead and close this file.
5252

5353
1. In the left sidebar, click the extensions tab and verify that the `GitHub Copilot` and `Cobol` extensions are installed and enabled.
5454

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ This repository includes standard SpecOps components that you can reuse in your
3030
| Component | Description |
3131
|-----------|-------------|
3232
| [AGENTS.md](AGENTS.md) | Instructions for AI agents working on this codebase. Encodes the SpecOps methodology—specification-driven development where the spec is the source of truth. Configure this file to guide AI assistants in your own projects. |
33+
| [.github/instructions/cobol.instructions.md](.github/instructions/cobol.instructions.md) | COBOL comprehension instructions that automatically apply when Copilot analyzes `.cob` files. Helps AI understand COBOL structure and extract specifications in plain language. |
3334
| [.github/workflows/spec-change-issues.yml](.github/workflows/spec-change-issues.yml) | GitHub Actions workflow using the [SpecOps Action](https://github.com/spec-ops-method/spec-ops-action) to automatically create issues when specification files are modified. This ensures spec changes generate trackable work items for implementation review. |
3435

3536
### How to start this exercise

0 commit comments

Comments
 (0)