@cubis/foundry 0.3.57 → 0.3.59
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/CHANGELOG.md +18 -0
- package/dist/cli/core.js +32 -3
- package/dist/cli/core.js.map +1 -1
- package/package.json +1 -1
- package/src/cli/core.ts +32 -3
- package/workflows/skills/postman/SKILL.md +14 -9
- package/workflows/skills/postman/references/full-mode-setup.md +6 -2
- package/workflows/skills/postman/references/troubleshooting.md +9 -4
- package/workflows/workflows/agent-environment-setup/manifest.json +10 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/postman.toml +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/postman.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/rules/AGENTS.md +1 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/postman.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-postman.prompt.md +11 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/code-documenter/references/images/create-key.png +0 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/code-documenter/references/images/dashboard-annotated.png +0 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/documentation-templates/docs/api.md +16 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/documentation-templates/docs/architecture.md +23 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/SKILL.md +14 -9
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/references/full-mode-setup.md +6 -2
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/postman/references/troubleshooting.md +9 -4
- package/workflows/workflows/agent-environment-setup/platforms/copilot/workflows/postman.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/code-documenter/references/images/create-key.png +0 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/code-documenter/references/images/dashboard-annotated.png +0 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/documentation-templates/docs/api.md +16 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/documentation-templates/docs/architecture.md +23 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/SKILL.md +14 -9
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/references/full-mode-setup.md +6 -2
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/postman/references/troubleshooting.md +9 -4
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/code-documenter/references/images/create-key.png +0 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/code-documenter/references/images/dashboard-annotated.png +0 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/documentation-templates/docs/api.md +16 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/documentation-templates/docs/architecture.md +23 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/SKILL.md +14 -9
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/references/full-mode-setup.md +6 -2
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/postman/references/troubleshooting.md +9 -4
- package/workflows/workflows/agent-environment-setup/shared/workflows/postman.md +40 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project are documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.3.59] - 2026-03-05
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- Added dedicated Postman workflow routing across supported platforms:
|
|
10
|
+
- new `/postman` workflow definition
|
|
11
|
+
- generated platform assets for Codex, Antigravity, and Copilot
|
|
12
|
+
- generated wrapper skill `workflow-postman` for Codex.
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- Tightened Postman guidance to be MCP-first:
|
|
17
|
+
- explicitly prefer `postman.*` / `postman_*` tools for execution
|
|
18
|
+
- disallow default fallback to raw JSON/curl/Newman unless explicitly requested.
|
|
19
|
+
- Updated Postman setup/troubleshooting docs to be scope-aware (`project|global`) so project installs stop drifting to global-only guidance.
|
|
20
|
+
- Updated Codex rules template to reinforce no default JSON/curl fallback when Postman MCP tools are available.
|
|
21
|
+
- Updated smoke test expectations from 18 to 19 workflows/prompts/commands where applicable.
|
|
22
|
+
|
|
5
23
|
## [0.3.57] - 2026-03-05
|
|
6
24
|
|
|
7
25
|
### Changed
|
package/dist/cli/core.js
CHANGED
|
@@ -811,9 +811,35 @@ function buildEngineeringRulesTemplate() {
|
|
|
811
811
|
"## 8) Response Contract (Decision Log Required)",
|
|
812
812
|
"",
|
|
813
813
|
"- For planning/review/execution summaries, use a `Decision Log` structure.",
|
|
814
|
-
"- Each decision entry
|
|
815
|
-
"- Include
|
|
814
|
+
"- Each decision entry must include: `Context`, `Decision`, `Rationale`, `Tradeoffs`, `Validation`.",
|
|
815
|
+
"- Include `Files Used` with labeled keys and full absolute paths (not shorthand names).",
|
|
816
|
+
"- Include `Skills Used` with skill IDs and full skill file paths when skills are loaded.",
|
|
817
|
+
"- Minimum required entries in `Files Used` for project work:",
|
|
818
|
+
" - `active_rules_file`: active platform rules file path (for example `AGENTS.md`, `.agent/rules/GEMINI.md`, or `.github/copilot-instructions.md`)",
|
|
819
|
+
" - `engineering_rules_file`: `/abs/path/ENGINEERING_RULES.md`",
|
|
820
|
+
" - `tech_map_file`: `/abs/path/TECH.md`",
|
|
821
|
+
"- If no skill is loaded, write `Skills Used: none` explicitly.",
|
|
816
822
|
"- Never hide key file paths behind aliases or abbreviated labels.",
|
|
823
|
+
"- A Decision Log without required `Files Used` and `Skills Used` is incomplete and must be corrected before final response.",
|
|
824
|
+
"",
|
|
825
|
+
"Required shape:",
|
|
826
|
+
"",
|
|
827
|
+
"Decision Log",
|
|
828
|
+
"1. Context: ...",
|
|
829
|
+
"Decision: ...",
|
|
830
|
+
"Rationale: ...",
|
|
831
|
+
"Tradeoffs: ...",
|
|
832
|
+
"Validation: ...",
|
|
833
|
+
"",
|
|
834
|
+
"Files Used",
|
|
835
|
+
"- active_rules_file: /abs/path/<platform-rule-file>",
|
|
836
|
+
"- engineering_rules_file: /abs/path/ENGINEERING_RULES.md",
|
|
837
|
+
"- tech_map_file: /abs/path/TECH.md",
|
|
838
|
+
"- implementation_file: /abs/path/other/file.ts (as needed)",
|
|
839
|
+
"",
|
|
840
|
+
"Skills Used",
|
|
841
|
+
"- skill-id: /abs/path/<platform-skills-root>/<skill-id>/SKILL.md",
|
|
842
|
+
"- or: none",
|
|
817
843
|
"",
|
|
818
844
|
"## 9) Keep TECH.md Fresh",
|
|
819
845
|
"",
|
|
@@ -842,7 +868,10 @@ function buildEngineeringRulesManagedBlock({ platform, engineeringRulesFilePath,
|
|
|
842
868
|
"3. Apply SOLID pragmatically to reduce change risk, not add ceremony.",
|
|
843
869
|
"4. Use clear naming with focused responsibilities and explicit boundaries.",
|
|
844
870
|
"5. Require validation evidence (lint/types/tests) before merge.",
|
|
845
|
-
"6. Use Decision Log response style
|
|
871
|
+
"6. Use Decision Log response style.",
|
|
872
|
+
"7. Every Decision Log must include both `Files Used` and `Skills Used` sections.",
|
|
873
|
+
"8. `Files Used` must include labeled keys (`active_rules_file`, `engineering_rules_file`, `tech_map_file`) with full absolute paths.",
|
|
874
|
+
"9. If no skill loaded, `Skills Used: none` is mandatory.",
|
|
846
875
|
"",
|
|
847
876
|
"<!-- cbx:engineering:auto:end -->",
|
|
848
877
|
].join("\n");
|