plan-review 1.0.0 → 1.0.2

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.
@@ -297,6 +297,11 @@ body {
297
297
  .line-inner ol { list-style: decimal; }
298
298
  .line-inner blockquote { border-left: 3px solid var(--border); padding-left: 12px; color: var(--text-secondary); margin: 0; }
299
299
  .line-inner h3, .line-inner h4 { font-size: 14px; margin: 4px 0; }
300
+ .line-inner table { width: 100%; border-collapse: collapse; margin: 4px 0; font-size: 13px; }
301
+ .line-inner th, .line-inner td { border: 1px solid var(--border); padding: 6px 10px; text-align: left; }
302
+ .line-inner th { background: var(--bg-secondary); font-weight: 600; color: var(--text-primary); }
303
+ .line-inner td { color: var(--text-secondary); }
304
+ .line-inner tr:hover td { background: rgba(0, 173, 181, 0.05); }
300
305
 
301
306
  .add-section-comment-link {
302
307
  display: inline-block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plan-review",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Interactive CLI for reviewing AI-generated markdown plans",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",