@syntesseraai/opencode-feature-factory 0.11.6 → 0.11.7
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/AGENTS.md +7 -0
- package/agents/building.md +1 -1
- package/agents/feature-factory.md +1 -1
- package/package.json +1 -1
package/AGENTS.md
CHANGED
|
@@ -46,6 +46,13 @@ When work changes behavior, workflows, configuration, operational guidance, or r
|
|
|
46
46
|
- Explicitly disable PTY tools (`pty_spawn`, `pty_write`, `pty_read`, `pty_list`, `pty_kill`) on read-only agents; they must not rely on PTY as a back door.
|
|
47
47
|
- Use `todowrite` for multi-step tasks to keep progress visible.
|
|
48
48
|
|
|
49
|
+
## Knowledge Freshness and Verification
|
|
50
|
+
|
|
51
|
+
- Treat model pretraining as background context only, never as a source of truth for assumed external/current knowledge.
|
|
52
|
+
- For repository-local implementation details, follow the Preferred Tooling Pattern above (codebase-memory MCP first, then approved fallbacks) before asserting behavior.
|
|
53
|
+
- For external libraries, APIs, platform changes, versions, policies, or other time-sensitive facts, use current search/documentation tools (for example `ff-research-methods`, provider docs, and source/tool-backed lookups) before making claims or decisions.
|
|
54
|
+
- Do not present unverified assumptions as facts. If tool-backed verification is unavailable, state uncertainty explicitly and limit recommendations accordingly.
|
|
55
|
+
|
|
49
56
|
## Implementation Expectations
|
|
50
57
|
|
|
51
58
|
- Keep edits scoped and consistent with existing architecture.
|
package/agents/building.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@syntesseraai/opencode-feature-factory",
|
|
4
|
-
"version": "0.11.
|
|
4
|
+
"version": "0.11.7",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "OpenCode plugin for Feature Factory agents - provides sub-agents and skills for validation, review, security, and architecture assessment",
|
|
7
7
|
"license": "MIT",
|