repowise 0.1.74 → 0.1.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1719,9 +1719,9 @@ function generateReference(tool, repoName, contextFolder, contextFiles) {
1719
1719
  `## Project Context \u2014 ${safeName}`,
1720
1720
  "",
1721
1721
  `This repository has AI-optimized context files generated by RepoWise.`,
1722
- `Before making changes, read the relevant context files in \`${contextFolder}/\` to understand the project's architecture, coding patterns, conventions, and domain knowledge.`,
1722
+ `**IMPORTANT: Before answering questions about the codebase or making any changes, ALWAYS check the \`${contextFolder}/\` folder first.** These files contain pre-analyzed architecture, patterns, API contracts, and domain knowledge that will answer most questions without needing to search the codebase.`,
1723
1723
  "",
1724
- `**Start here:** \`${contextFolder}/project-overview.md\` \u2014 the routing document that describes every context file and when to read it.`,
1724
+ `**Start here:** \`${contextFolder}/project-overview.md\` \u2014 the routing document that maps every context file to its domain. Read it first to find which context file has the answer you need.`,
1725
1725
  ""
1726
1726
  ];
1727
1727
  if (hasFiles) {
@@ -1741,11 +1741,14 @@ function generateReference(tool, repoName, contextFolder, contextFiles) {
1741
1741
  `# Project Context \u2014 ${safeName}`,
1742
1742
  "#",
1743
1743
  `# This repository has AI-optimized context files generated by RepoWise.`,
1744
- `# Before making changes, read the relevant context files in ${contextFolder}/`,
1745
- `# to understand the project's architecture, coding patterns, conventions, and domain knowledge.`,
1744
+ `# IMPORTANT: Before answering questions about the codebase or making any changes,`,
1745
+ `# ALWAYS check the ${contextFolder}/ folder first. These files contain pre-analyzed`,
1746
+ `# architecture, patterns, API contracts, and domain knowledge that will answer`,
1747
+ `# most questions without needing to search the codebase.`,
1746
1748
  "#",
1747
1749
  `# Start here: ${contextFolder}/project-overview.md`,
1748
- `# The routing document that describes every context file and when to read it.`
1750
+ `# The routing document that maps every context file to its domain.`,
1751
+ `# Read it first to find which context file has the answer you need.`
1749
1752
  ];
1750
1753
  if (hasFiles) {
1751
1754
  lines.push(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repowise",
3
- "version": "0.1.74",
3
+ "version": "0.1.75",
4
4
  "type": "module",
5
5
  "description": "AI-optimized codebase context generator",
6
6
  "bin": {