create-agentic-starter 0.1.16 → 0.1.18
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/index.js +7 -7
- package/dist/templates/commands/architecture.md +6 -0
- package/dist/templates/commands/create-brd.md +6 -0
- package/dist/templates/commands/create-estimate.md +6 -0
- package/dist/templates/commands/create-frd.md +6 -0
- package/dist/templates/commands/create-plan.md +6 -0
- package/dist/templates/commands/create-proposal.md +6 -0
- package/dist/templates/commands/create-tasks.md +6 -0
- package/dist/templates/commands/project-requirements.md +7 -0
- package/dist/templates/core/context.md +17 -8
- package/dist/templates/core/init.md +22 -16
- package/dist/templates/memory/decisions.md +11 -0
- package/dist/templates/memory/handoff.md +10 -0
- package/dist/templates/memory/next-actions.md +7 -0
- package/dist/templates/memory/project-state.md +29 -0
- package/dist/templates/meta/agents.md +8 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import{mkdir as
|
|
3
|
-
`);let o=
|
|
2
|
+
import{mkdir as D,rm as G,writeFile as v}from"fs/promises";import g from"path";import{readFile as R,writeFile as f}from"fs/promises";import h from"path";function w(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function A(t,r,a,s){let c=new RegExp(`${w(a)}[\\s\\S]*?${w(s)}\\n?`,"m");if(c.test(t))return t.replace(c,`${r}
|
|
3
|
+
`);let o=t.endsWith(`
|
|
4
4
|
`)?`
|
|
5
5
|
`:`
|
|
6
6
|
|
|
7
|
-
`;return`${
|
|
8
|
-
`}async function
|
|
9
|
-
`,"utf8")}}import{existsSync as
|
|
10
|
-
${
|
|
7
|
+
`;return`${t}${o}${r}
|
|
8
|
+
`}async function u(t,r,a,s,c){let o=h.join(t,r);try{let i=await R(o,"utf8"),F=A(i,a,s,c);await f(o,F,"utf8")}catch(i){if(i.code!=="ENOENT")throw i;await f(o,`${a}
|
|
9
|
+
`,"utf8")}}import{existsSync as M,readFileSync as $,realpathSync as E}from"fs";import n from"path";import{fileURLToPath as N}from"url";function e(t){let r=[n.dirname(E(N(import.meta.url))),process.argv[1]?n.dirname(E(process.argv[1])):null,process.argv[1]?n.dirname(n.resolve(process.argv[1])):null].filter(a=>!!a);for(let a of r){let s=n.join(a,t);if(M(s))return $(s,"utf8")}throw new Error(`Template not found: ${t}. Checked: ${r.join(", ")}`)}var j="AGENTS.md",m="<!-- from create-agentic-starter:agents:start -->",p="<!-- from create-agentic-starter:agents:end -->",P=e("./templates/meta/agents.md").trimEnd(),x=`${m}
|
|
10
|
+
${P}
|
|
11
11
|
${p}
|
|
12
|
-
`;var
|
|
12
|
+
`;var T={".agentic/commands/project-requirements.md":e("./templates/commands/project-requirements.md"),".agentic/commands/architecture.md":e("./templates/commands/architecture.md"),".agentic/commands/create-brd.md":e("./templates/commands/create-brd.md"),".agentic/commands/create-frd.md":e("./templates/commands/create-frd.md"),".agentic/commands/create-estimate.md":e("./templates/commands/create-estimate.md"),".agentic/commands/create-proposal.md":e("./templates/commands/create-proposal.md"),".agentic/commands/create-plan.md":e("./templates/commands/create-plan.md"),".agentic/commands/create-tasks.md":e("./templates/commands/create-tasks.md")};var k={".agentic/init.md":e("./templates/core/init.md"),".agentic/context.md":e("./templates/core/context.md")};var d=[".agentic"],l=[".agentic",".agentic/commands",".agentic/workspace",".agentic/workspace/project",".agentic/workspace/memory",".agentic/workspace/memory/features",".agentic/workspace/documents",".agentic/workspace/scripts",".docs",".docs/brd",".docs/frd",".docs/estimate",".docs/proposal",".docs/plan",".docs/tasks"];var y={".agentic/workspace/memory/project-state.md":e("./templates/memory/project-state.md"),".agentic/workspace/memory/decisions.md":e("./templates/memory/decisions.md"),".agentic/workspace/memory/next-actions.md":e("./templates/memory/next-actions.md"),".agentic/workspace/memory/handoff.md":e("./templates/memory/handoff.md")};var _={".agentic/workspace/scripts/README.md":e("./templates/scripts/README.md"),".agentic/workspace/scripts/_shared.js":e("./templates/scripts/_shared.js"),".agentic/workspace/scripts/generate_brd.js":e("./templates/scripts/generate_brd.js"),".agentic/workspace/scripts/generate_frd.js":e("./templates/scripts/generate_frd.js"),".agentic/workspace/scripts/generate_estimate.js":e("./templates/scripts/generate_estimate.js"),".agentic/workspace/scripts/generate_proposal.js":e("./templates/scripts/generate_proposal.js"),".agentic/workspace/scripts/generate_plan.js":e("./templates/scripts/generate_plan.js"),".agentic/workspace/scripts/generate_tasks.js":e("./templates/scripts/generate_tasks.js")};var S=()=>({...k,...T,...y,..._});async function O(t){await Promise.all(d.map(r=>G(g.join(t,r),{recursive:!0,force:!0})))}async function I(t){await Promise.all(l.map(r=>D(g.join(t,r),{recursive:!0})))}async function b(t){let r=S();await Promise.all(Object.entries(r).map(([a,s])=>v(g.join(t,a),s,"utf8")))}async function C(){let t=process.cwd();await O(t),await I(t),await b(t),await u(t,j,x,m,p),console.log("create-agentic-starter: ready"),console.log("Next: Start a new chat with @.agentic/init.md")}C().catch(t=>{let r=t instanceof Error?t.message:String(t);console.error(`create-agentic-starter: failed to scaffold project. ${r}`),process.exitCode=1});
|
|
@@ -20,6 +20,12 @@ Read:
|
|
|
20
20
|
8. Ask only the minimum blocking questions.
|
|
21
21
|
9. If the user directly asks for a downstream deliverable and the architecture context is already sufficient, let them continue there instead of forcing this step to repeat.
|
|
22
22
|
10. For UI-heavy or design-led projects, you may use Figma MCP or a similar design integration if it is available and the user approves. Otherwise rely on the design assets already placed in `.agentic/workspace/project/`.
|
|
23
|
+
11. Memory capture is always on for this step. Update:
|
|
24
|
+
- `.agentic/workspace/memory/architecture.md`
|
|
25
|
+
- `.agentic/workspace/memory/decisions.md` for major technical choices
|
|
26
|
+
- `.agentic/workspace/memory/project-state.md`
|
|
27
|
+
- `.agentic/workspace/memory/handoff.md`
|
|
28
|
+
12. If architecture work affects a specific feature, update the matching file under `.agentic/workspace/memory/features/`.
|
|
23
29
|
|
|
24
30
|
When the architecture is strong enough, tell the user the available next options, and also make it clear they can ask for something else by saying what they want to do next.
|
|
25
31
|
|
|
@@ -24,6 +24,12 @@ Read:
|
|
|
24
24
|
12. If relevant source material is outside `.agentic/workspace/project/`, move or organize it into the workspace by default unless the user explicitly says not to.
|
|
25
25
|
13. If critical information is missing, ask only the minimum blocking questions and keep improving the BRD draft instead of routing yet.
|
|
26
26
|
14. If the user explicitly asked for this BRD work, continue it directly using the existing workspace context instead of routing them backward.
|
|
27
|
+
15. Memory capture is always on for this step. Update:
|
|
28
|
+
- `.agentic/workspace/memory/project-state.md`
|
|
29
|
+
- `.agentic/workspace/memory/handoff.md`
|
|
30
|
+
- `.agentic/workspace/memory/next-actions.md` if follow-up work remains
|
|
31
|
+
- `.agentic/workspace/memory/decisions.md` if this step creates a meaningful product or technical decision
|
|
32
|
+
16. If this BRD work materially affects one or more features, update the matching feature files under `.agentic/workspace/memory/features/`.
|
|
27
33
|
|
|
28
34
|
When the BRD is solid enough to define functional requirements, recommend the next command and also make it clear the user can say what they want to do now:
|
|
29
35
|
|
|
@@ -26,6 +26,12 @@ Read:
|
|
|
26
26
|
13. If the estimate is too uncertain because key delivery information is missing, ask focused follow-up questions and keep refining the estimate instead of routing yet.
|
|
27
27
|
14. Ask only the minimum blocking questions.
|
|
28
28
|
15. If the user explicitly asked for this estimate work, continue it directly using the existing workspace context instead of routing them backward.
|
|
29
|
+
16. Memory capture is always on for this step. Update:
|
|
30
|
+
- `.agentic/workspace/memory/project-state.md`
|
|
31
|
+
- `.agentic/workspace/memory/handoff.md`
|
|
32
|
+
- `.agentic/workspace/memory/next-actions.md` if follow-up work remains
|
|
33
|
+
- `.agentic/workspace/memory/decisions.md` if this step creates a meaningful product or technical decision
|
|
34
|
+
17. If this estimate work materially affects one or more features, update the matching feature files under `.agentic/workspace/memory/features/`.
|
|
29
35
|
|
|
30
36
|
When the estimate is strong enough for proposal drafting, recommend the next command and also make it clear the user can say what they want to do now:
|
|
31
37
|
|
|
@@ -24,6 +24,12 @@ Read:
|
|
|
24
24
|
11. If important functional details are still missing, ask focused follow-up questions and keep improving the FRD instead of routing yet.
|
|
25
25
|
12. Ask only the minimum blocking questions.
|
|
26
26
|
13. If the user explicitly asked for this FRD work, continue it directly using the existing workspace context instead of routing them backward.
|
|
27
|
+
14. Memory capture is always on for this step. Update:
|
|
28
|
+
- `.agentic/workspace/memory/project-state.md`
|
|
29
|
+
- `.agentic/workspace/memory/handoff.md`
|
|
30
|
+
- `.agentic/workspace/memory/next-actions.md` if follow-up work remains
|
|
31
|
+
- `.agentic/workspace/memory/decisions.md` if this step creates a meaningful product or technical decision
|
|
32
|
+
15. If this FRD work materially affects one or more features, update the matching feature files under `.agentic/workspace/memory/features/`.
|
|
27
33
|
|
|
28
34
|
When the FRD is strong enough for estimation, recommend the next command and also make it clear the user can say what they want to do now:
|
|
29
35
|
|
|
@@ -29,6 +29,12 @@ Read:
|
|
|
29
29
|
13. If relevant source material is outside `.agentic/workspace/project/`, move or organize it into the workspace by default unless the user explicitly says not to.
|
|
30
30
|
14. If planning inputs are missing, ask focused questions and keep refining instead of routing.
|
|
31
31
|
15. If the user explicitly asked for this plan work, continue it directly using the existing workspace context instead of routing them backward.
|
|
32
|
+
16. Memory capture is always on for this step. Update:
|
|
33
|
+
- `.agentic/workspace/memory/project-state.md`
|
|
34
|
+
- `.agentic/workspace/memory/handoff.md`
|
|
35
|
+
- `.agentic/workspace/memory/next-actions.md` if follow-up work remains
|
|
36
|
+
- `.agentic/workspace/memory/decisions.md` if this step creates a meaningful product or technical decision
|
|
37
|
+
17. If this plan work materially affects one or more features, update the matching feature files under `.agentic/workspace/memory/features/`.
|
|
32
38
|
|
|
33
39
|
When the plan is complete enough, tell the user the available next options, and also make it clear they can ask for something else by saying what they want to do next.
|
|
34
40
|
|
|
@@ -25,5 +25,11 @@ Read:
|
|
|
25
25
|
11. If key proposal inputs are still missing, ask focused questions and keep improving the proposal instead of prematurely declaring completion.
|
|
26
26
|
12. Ask only the minimum blocking questions.
|
|
27
27
|
13. If the user explicitly asked for this proposal work, continue it directly using the existing workspace context instead of routing them backward.
|
|
28
|
+
14. Memory capture is always on for this step. Update:
|
|
29
|
+
- `.agentic/workspace/memory/project-state.md`
|
|
30
|
+
- `.agentic/workspace/memory/handoff.md`
|
|
31
|
+
- `.agentic/workspace/memory/next-actions.md` if follow-up work remains
|
|
32
|
+
- `.agentic/workspace/memory/decisions.md` if this step creates a meaningful product or technical decision
|
|
33
|
+
15. If this proposal work materially affects one or more features, update the matching feature files under `.agentic/workspace/memory/features/`.
|
|
28
34
|
|
|
29
35
|
When the proposal is complete enough for handoff, tell the user the workflow is complete and list the generated files.
|
|
@@ -27,6 +27,12 @@ Read:
|
|
|
27
27
|
12. If relevant source material is outside `.agentic/workspace/project/`, move or organize it into the workspace by default unless the user explicitly says not to.
|
|
28
28
|
13. If execution detail is missing, ask focused questions and keep refining instead of routing.
|
|
29
29
|
14. If the user explicitly asked for this task planning work, continue it directly using the existing workspace context instead of routing them backward.
|
|
30
|
+
15. Memory capture is always on for this step. Update:
|
|
31
|
+
- `.agentic/workspace/memory/project-state.md`
|
|
32
|
+
- `.agentic/workspace/memory/handoff.md`
|
|
33
|
+
- `.agentic/workspace/memory/next-actions.md` if follow-up work remains
|
|
34
|
+
- `.agentic/workspace/memory/decisions.md` if this step creates a meaningful product or technical decision
|
|
35
|
+
16. If this task work materially affects one or more features, update the matching feature files under `.agentic/workspace/memory/features/`.
|
|
30
36
|
|
|
31
37
|
When the tasks are complete enough, tell the user the available next options, and also make it clear they can ask for something else by saying what they want to do next.
|
|
32
38
|
|
|
@@ -27,6 +27,13 @@ Read:
|
|
|
27
27
|
10. Only ask for missing details that block useful requirement understanding.
|
|
28
28
|
11. If the user has already asked for a later deliverable and the existing context is sufficient, acknowledge that and let them move there instead of forcing this step.
|
|
29
29
|
12. If Figma MCP or a similar design integration is available and useful, you may offer to use it to inspect the design or gather screenshots, but ask the user before doing so. If it is not available, ask for screenshots, exported frames, links, or file paths and organize them under `.agentic/workspace/project/`.
|
|
30
|
+
13. Memory capture is always on for this step. Update:
|
|
31
|
+
- `.agentic/workspace/memory/project-overview.md`
|
|
32
|
+
- `.agentic/workspace/memory/requirements.md`
|
|
33
|
+
- `.agentic/workspace/memory/open-questions.md`
|
|
34
|
+
- `.agentic/workspace/memory/project-state.md`
|
|
35
|
+
- `.agentic/workspace/memory/handoff.md`
|
|
36
|
+
14. If this step introduces or refines a specific feature, create or update the matching file under `.agentic/workspace/memory/features/`.
|
|
30
37
|
|
|
31
38
|
When the requirements are strong enough, tell the user the available next options, and also make it clear they can ask for something else by saying what they want to do next.
|
|
32
39
|
|
|
@@ -37,6 +37,11 @@ Use `.agentic/workspace/memory/` for:
|
|
|
37
37
|
- `requirements.md`
|
|
38
38
|
- `open-questions.md`
|
|
39
39
|
- `architecture.md`
|
|
40
|
+
- `project-state.md`
|
|
41
|
+
- `decisions.md`
|
|
42
|
+
- `next-actions.md`
|
|
43
|
+
- `handoff.md`
|
|
44
|
+
- `features/` for one file per feature or workstream
|
|
40
45
|
- assumptions and structured working memory
|
|
41
46
|
|
|
42
47
|
### Internal Documents
|
|
@@ -88,11 +93,15 @@ Use `.docs/` for user-facing deliverables:
|
|
|
88
93
|
3. If relevant project assets are outside `.agentic/workspace/project/`, move them into the workspace by default and then use the workspace copy.
|
|
89
94
|
4. Only avoid moving files when the user explicitly asks to keep them in place.
|
|
90
95
|
5. Keep internal working material in `.agentic/workspace/` and user-facing deliverables in `.docs/`.
|
|
91
|
-
6.
|
|
92
|
-
7. Do not
|
|
93
|
-
8.
|
|
94
|
-
9.
|
|
95
|
-
10.
|
|
96
|
-
11.
|
|
97
|
-
12.
|
|
98
|
-
13.
|
|
96
|
+
6. Treat `.agentic/workspace/memory/` as the canonical shared project memory across tools and sessions.
|
|
97
|
+
7. Do not rely on tool-local memory paths such as `~/.codex/...` as the primary source of truth.
|
|
98
|
+
8. Store outcomes, decisions, feature state, blockers, handoff notes, and next actions instead of raw chat transcripts.
|
|
99
|
+
9. In a fresh chat, treat existing memory files and existing outputs as the primary source of truth for resume behavior.
|
|
100
|
+
10. Do not restart basic intake if the workspace already contains strong memory unless the existing information is clearly incomplete or contradictory.
|
|
101
|
+
11. If the user directly asks for a specific deliverable, feature discussion, or implementation task and enough context already exists, do the work and capture the outcome automatically in the relevant memory files.
|
|
102
|
+
12. Update only the memory files affected by the current work instead of rewriting everything.
|
|
103
|
+
13. Prefer the target project root for Node-based export dependencies when a usable Node setup already exists there.
|
|
104
|
+
14. If root is not suitable, ask the user which path should be used for dependency installation.
|
|
105
|
+
15. Ask the user before running any install command.
|
|
106
|
+
16. Ask only the minimum blocking questions required to continue.
|
|
107
|
+
17. Always end by telling the user the exact next command to run or listing the available next options.
|
|
@@ -33,39 +33,45 @@ You are starting a fresh AI session inside this project. Your job is to quickly
|
|
|
33
33
|
- root-level signals
|
|
34
34
|
- existing workspace files
|
|
35
35
|
- the user's message in this chat
|
|
36
|
-
4.
|
|
37
|
-
5.
|
|
36
|
+
4. Treat repo memory under `.agentic/workspace/memory/` as the shared source of truth across tools and sessions.
|
|
37
|
+
5. If `project-overview.md`, `requirements.md`, `architecture.md`, `project-state.md`, internal drafts, or user-facing outputs already exist, treat this as an in-progress workspace and resume from what is already known.
|
|
38
|
+
6. In resumed sessions:
|
|
38
39
|
- give a short summary of what is already understood
|
|
40
|
+
- summarize current project state, active features, blockers, and next actions when that information exists
|
|
39
41
|
- mention only the most important missing or uncertain pieces
|
|
40
42
|
- do not ask basic project questions again unless the existing memory is clearly incomplete, contradictory, or missing a blocking detail
|
|
41
43
|
- if the user adds new context, update the relevant memory files before suggesting what to do next
|
|
42
44
|
- suggest valid next commands based on the current progress instead of forcing `@.agentic/commands/project-requirements.md`
|
|
43
|
-
|
|
44
|
-
|
|
45
|
+
7. Memory capture is always on. Do not require a separate memory-capture prompt to store useful project information.
|
|
46
|
+
8. If the user directly asks to create, continue, or implement something and the existing context is sufficient, follow that request instead of routing them back through the recommended sequence.
|
|
47
|
+
9. If project context is still thin, ask a small number of targeted questions about:
|
|
45
48
|
- project goal
|
|
46
49
|
- target users
|
|
47
50
|
- scope or modules
|
|
48
51
|
- available references such as screenshots, docs, notes, links, or file paths
|
|
49
52
|
- desired outputs
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
53
|
+
10. When design references are important and the user mentions Figma, you may suggest using Figma MCP if it is available in the environment, but ask the user before using it. If it is not available, ask for screenshots, exported frames, links, or file paths and continue normally.
|
|
54
|
+
11. If enough context exists, give a short summary of the project and the most important missing pieces.
|
|
55
|
+
12. If the user mentions screenshots, notes, requirement docs, links, or file paths, move or organize them into `.agentic/workspace/project/` by default unless the user explicitly says not to.
|
|
56
|
+
13. After the first useful exchange, create or update:
|
|
54
57
|
- `.agentic/workspace/memory/project-overview.md`
|
|
55
58
|
- `.agentic/workspace/memory/requirements.md`
|
|
56
59
|
- `.agentic/workspace/memory/open-questions.md`
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
14.
|
|
60
|
-
15.
|
|
61
|
-
16.
|
|
62
|
-
17.
|
|
63
|
-
18.
|
|
60
|
+
- `.agentic/workspace/memory/project-state.md`
|
|
61
|
+
- `.agentic/workspace/memory/handoff.md`
|
|
62
|
+
14. Update `.agentic/workspace/memory/architecture.md` only if the new context changes architecture.
|
|
63
|
+
15. If the user is discussing a specific feature, create or update a feature file under `.agentic/workspace/memory/features/` using kebab-case naming and include: feature name, current status, summary, requirements, implementation notes, dependencies, blockers, decisions affecting the feature, related docs, and next steps.
|
|
64
|
+
16. Write drafts even from partial information.
|
|
65
|
+
17. Clearly separate confirmed facts, assumptions, and open questions.
|
|
66
|
+
18. Do not route immediately just because the workspace is empty. Do useful synthesis or ask focused questions first.
|
|
67
|
+
19. Do not rewrite unrelated files just because `@.agentic/init.md` ran.
|
|
68
|
+
20. If important project basics are still missing, continue asking focused questions and keep updating the memory files instead of routing forward yet.
|
|
69
|
+
21. When suggesting next commands in resumed sessions, use the existing progress:
|
|
64
70
|
- if requirements exist but architecture does not, recommend `@.agentic/commands/architecture.md`
|
|
65
71
|
- if architecture exists, suggest `@.agentic/commands/create-brd.md`, `@.agentic/commands/create-proposal.md`, `@.agentic/commands/create-plan.md`, and `@.agentic/commands/create-tasks.md`
|
|
66
72
|
- if BRD work already exists, also allow `@.agentic/commands/create-frd.md`
|
|
67
73
|
- if FRD work already exists, also allow `@.agentic/commands/create-estimate.md`
|
|
68
74
|
- if estimate work already exists, also allow `@.agentic/commands/create-proposal.md`
|
|
69
|
-
|
|
75
|
+
22. Only when you have done enough useful intake work for a first-time project, end by recommending the next command and also make it clear the user can say what they want to do now:
|
|
70
76
|
|
|
71
77
|
`Next type @.agentic/commands/project-requirements.md`
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Project State
|
|
2
|
+
|
|
3
|
+
## Current Phase
|
|
4
|
+
|
|
5
|
+
- Not set yet
|
|
6
|
+
|
|
7
|
+
## Current Priorities
|
|
8
|
+
|
|
9
|
+
- Add the current top priorities here
|
|
10
|
+
|
|
11
|
+
## In Progress
|
|
12
|
+
|
|
13
|
+
- Add active workstreams or features here
|
|
14
|
+
|
|
15
|
+
## Completed Outputs
|
|
16
|
+
|
|
17
|
+
- Add completed BRD, FRD, estimate, proposal, plan, tasks, or other deliverables here
|
|
18
|
+
|
|
19
|
+
## Active Features
|
|
20
|
+
|
|
21
|
+
- Add links or references to feature files under `features/`
|
|
22
|
+
|
|
23
|
+
## Blockers
|
|
24
|
+
|
|
25
|
+
- Add current blockers here
|
|
26
|
+
|
|
27
|
+
## Suggested Next Actions
|
|
28
|
+
|
|
29
|
+
- Add the next recommended actions here
|
|
@@ -45,6 +45,8 @@ Use this scaffold when you want an AI tool to:
|
|
|
45
45
|
|
|
46
46
|
If a workspace already contains memory and document progress, `@.agentic/init.md` should summarize what is already known, update memory with any new context from the user, and let the user continue from the relevant next step instead of restarting the full sequence.
|
|
47
47
|
|
|
48
|
+
Memory capture is automatic during normal work. Users do not need to run a separate prompt just to store project context.
|
|
49
|
+
|
|
48
50
|
## Output Conventions
|
|
49
51
|
|
|
50
52
|
Default user-facing outputs live under `.docs/`:
|
|
@@ -76,4 +78,10 @@ Planned library stack:
|
|
|
76
78
|
- `pptxgenjs`
|
|
77
79
|
- `exceljs`
|
|
78
80
|
|
|
81
|
+
## Shared Memory
|
|
82
|
+
|
|
83
|
+
`.agentic/workspace/memory/` is the shared project memory layer across tools such as Codex, Claude, Cursor, Antigravity, and others.
|
|
84
|
+
|
|
85
|
+
Use repo memory as the source of truth instead of tool-local memory paths or raw chat history.
|
|
86
|
+
|
|
79
87
|
If your tool does not support `@file` references, paste the contents of the prompt file into a new chat manually.
|