nadavWeisler / nadavWeisler/MedCodeTranslator
[Docs] Fix copilot-instructions and script comments data path drift
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- Avg merge
- 7m
- Merged PRs (30d)
- 7
Description
Problem summary
.github/copilot-instructions.md tells contributors datasets live in assets/data/, but the app and architecture docs use data/vocabularies/. This causes incorrect guidance for AI agents and new contributors.
Affected area
.github/copilot-instructions.mdscripts/fetch-data.js(stale header comment)DATA_SOURCES.md,docs/architecture.md
Expected behavior
All contributor and agent docs reference the same canonical vocabulary path.
Actual behavior
Conflicting paths across docs increase the risk of fixes landing in the wrong directory.
Acceptance criteria
-
copilot-instructions.mdreferences the canonical data path. - Stale comments in
scripts/fetch-data.jsare corrected. - Cross-doc audit confirms no remaining
assets/data/references for runtime vocabularies (or documents intentional legacy use).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing .github/copilot-instructions.md, scripts/fetch-data.js, DATA_SOURCES.md, and docs/architecture.md, then search the repository for assets/data/ references. Update the contributor and script guidance to use the canonical data/vocabularies/ path, and confirm the audit finds no conflicting runtime-vocabulary references or that any intentional legacy use is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100