@gitgov/core 2.1.0 → 2.1.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.
package/dist/src/fs.js CHANGED
@@ -2868,39 +2868,6 @@ var workflow_record_schema_default = {
2868
2868
  }
2869
2869
  }
2870
2870
  },
2871
- view_configs: {
2872
- type: "object",
2873
- description: "Optional view configurations for board/kanban rendering",
2874
- additionalProperties: {
2875
- type: "object",
2876
- required: [
2877
- "columns"
2878
- ],
2879
- additionalProperties: false,
2880
- properties: {
2881
- columns: {
2882
- type: "object",
2883
- description: "Column definitions mapping display names to state arrays",
2884
- additionalProperties: {
2885
- type: "array",
2886
- items: {
2887
- type: "string",
2888
- pattern: "^[a-z][a-z0-9_]{0,49}$"
2889
- },
2890
- minItems: 1
2891
- }
2892
- },
2893
- theme: {
2894
- type: "string",
2895
- description: "Visual theme for the board"
2896
- },
2897
- layout: {
2898
- type: "string",
2899
- description: "Layout orientation for the board"
2900
- }
2901
- }
2902
- }
2903
- },
2904
2871
  agent_integration: {
2905
2872
  type: "object",
2906
2873
  description: "Optional agent automation configuration for methodology",