Skip to content

Commit c48424d

Browse files
committed
cleaned up generic documentation naming
1 parent a016d4c commit c48424d

File tree

12 files changed

+7
-3
lines changed

12 files changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ professional journey.
5454
- [Naming Conventions](docs/naming-conventions.md) - Standards for files and
5555
directories
5656
- Automated validation scripts in `scripts/validation`
57+
(see [VALIDATION.md](scripts/validation/VALIDATION.md))
5758
- JSON tooling and vector store registry in `scripts/json-tools`
58-
- [Project Structure](RECOMMENDED-STRUCTURE.md) - Recommended organization
59+
(see [JSON-TOOLS.md](scripts/json-tools/JSON-TOOLS.md))
60+
- [Project Structure](docs/migration/RECOMMENDED-STRUCTURE.md) - Recommended organization
5961

6062
## Operating Model
6163

@@ -81,6 +83,7 @@ pragmatic execution, and narrative continuity.
8183
notes
8284
- [Directory Reorganization](docs/migration/DIRECTORY-REORGANIZATION.md) - File
8385
reorganization details
86+
- [Migration Documentation](docs/migration/MIGRATION.md) - Migration overview
8487

8588
## Ethics & Consent
8689

@@ -92,9 +95,10 @@ guidelines including those defined in
9295

9396
- **Code Quality & Validation**: Scripts for checking and formatting code are
9497
available in `scripts/validation/`. See
95-
`scripts/validation/VALIDATION_TOOLS.md` for usage details.
98+
[VALIDATION.md](scripts/validation/VALIDATION.md) for usage details.
9699
- **Models**: Model configurations can be found in `config/models/`.
97-
- **Test Data**: Test fixtures are available in `tests/fixtures/`.
100+
- **Test Data**: Test fixtures are available in `tests/fixtures/`. See
101+
[FIXTURES.md](tests/fixtures/FIXTURES.md) for details.
98102

99103
## Further Information
100104

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)