kandown 0.2.2 → 0.2.3

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.
Files changed (3) hide show
  1. package/bin/tui.js +0 -1
  2. package/dist/index.html +151 -151
  3. package/package.json +1 -1
package/bin/tui.js CHANGED
@@ -56255,7 +56255,6 @@ function readTask(kandownDir, taskId) {
56255
56255
  function readAgentDoc(kandownDir) {
56256
56256
  const root = getProjectRoot(kandownDir);
56257
56257
  const candidates = [
56258
- join4(root, "AGENT_KANDOWN_COMPACT.md"),
56259
56258
  join4(root, "AGENT_KANDOWN.md"),
56260
56259
  join4(kandownDir, "AGENT.md")
56261
56260
  ];