@zalom/plastic 1.0.0-beta.13 → 1.0.0-beta.14

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zalom/plastic",
3
- "version": "1.0.0-beta.13",
3
+ "version": "1.0.0-beta.14",
4
4
  "description": "Intent-driven idea development system for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {
@@ -222,6 +222,8 @@ class InstallerCore
222
222
  "scripts/lib/frontmatter_writer.rb" => "scripts/lib/frontmatter_writer.rb",
223
223
  "scripts/lib/links_projection.rb" => "scripts/lib/links_projection.rb",
224
224
  "scripts/lib/links_section.rb" => "scripts/lib/links_section.rb",
225
+ "scripts/project-links" => "scripts/project-links",
226
+ "scripts/rebuild-graph" => "scripts/rebuild-graph",
225
227
  "scripts/validate-intent" => "scripts/validate-intent",
226
228
  "scripts/new-intent" => "scripts/new-intent",
227
229
  "scripts/hook-create-gate" => "scripts/hook-create-gate",
@@ -36,7 +36,7 @@ module RetrievalGate
36
36
  SERENA_EXTENSIONS = %w[
37
37
  rb js jsx ts tsx mjs cjs py go rs java kt scala c h cpp hpp cc
38
38
  cs php rb swift sh bash zsh lua ex exs erl clj sql
39
- json yaml yml toml md markdown
39
+ json yaml yml toml
40
40
  ].freeze
41
41
 
42
42
  # Image / binary extensions that are always allowed (plain read is fine).