feat(13-01): update archive README with complete file documentation
- Add detailed file listing with descriptions and sizes - Document each archived file's purpose and content - Add access instructions and context about v1.2 cleanup - Clarify that files are for historical reference only
This commit is contained in:
parent
25224fc997
commit
7d9ba7c497
1 changed files with 9 additions and 6 deletions
|
|
@ -25,16 +25,19 @@ This directory contains prompts preserved during the v1.2 Prompt Cleanup milesto
|
|||
|
||||
Files preserved from `django/aiservice/testgen/`:
|
||||
|
||||
| File | Original Location | Purpose | Notes |
|
||||
|------|------------------|---------|-------|
|
||||
| To be populated | | | |
|
||||
| File | Original Location | Purpose | Size |
|
||||
|------|------------------|---------|------|
|
||||
| `python/jit_system_prompt.md` | `django/aiservice/testgen/jit_system_prompt.md` | 11K of JIT (Just-In-Time) testing guidance for Python - comprehensive documentation for writing tests for functions that may be optimized with JIT compilation (numba, torch.compile, tf.function, jax.jit) | 301 lines |
|
||||
| `python/explain_system_prompt.md` | `django/aiservice/testgen/explain_system_prompt.md` | System prompt for code explanation feature - defines the role and behavior for explaining Python code | 3 lines |
|
||||
| `python/explain_user_prompt.md` | `django/aiservice/testgen/explain_user_prompt.md` | User prompt template for code explanation feature - template for requesting explanations of Python functions | 8 lines |
|
||||
|
||||
## Context
|
||||
|
||||
These files were duplicates or orphaned prompts from before the v1.0 reorganization where prompts were moved into language-specific directories. During v1.2 cleanup:
|
||||
- 14 total duplicate/orphaned prompt files were identified for removal
|
||||
- These 3 files contained valuable content worth preserving for historical reference
|
||||
- The removal establishes a single source of truth for all prompts
|
||||
- 14 total duplicate/orphaned prompt files were identified for removal (7 Python prompts in testgen root, 4 JavaScript prompts in prompts/javascript/, 3 other files to be discovered)
|
||||
- These 3 Python prompts contained valuable content worth preserving for historical reference
|
||||
- Part of establishing single source of truth for prompts - all active prompts now live in `languages/*/prompts/` directories
|
||||
- These archived files are referenced here for historical context but should NOT be used in production code
|
||||
|
||||
## Access Instructions
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue